.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-1e9b507c-e170-4213-b28d-73e8908a8cff {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 720px;
background-position: center center;
}

#s-1e9b507c-e170-4213-b28d-73e8908a8cff {
  background-image: url(https://i.shgcdn.com/bf544ddf-43f5-4309-955f-a796358735ce/);
}








#s-1e9b507c-e170-4213-b28d-73e8908a8cff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e9b507c-e170-4213-b28d-73e8908a8cff.shg-box.shg-c {
  justify-content: center;
}

#s-e46fc7f1-765a-466e-a5d9-86b43040e547 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e46fc7f1-765a-466e-a5d9-86b43040e547 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e46fc7f1-765a-466e-a5d9-86b43040e547 {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-e46fc7f1-765a-466e-a5d9-86b43040e547 {
  background-color: rgba(18, 18, 18, 1);
}
}@media (max-width: 767px){#s-e46fc7f1-765a-466e-a5d9-86b43040e547 {
  background-color: rgba(18, 18, 18, 1);
}
}







#s-e46fc7f1-765a-466e-a5d9-86b43040e547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e46fc7f1-765a-466e-a5d9-86b43040e547.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c {
  background-color: rgba(18, 18, 18, 1);
}
}@media (max-width: 767px){#s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c {
  background-color: rgba(18, 18, 18, 1);
}
}
@media (min-width: 0px) {
[id="s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac6c17c2-74b5-4051-8bdc-e4c6edb4595c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c5c078fa-39d8-4c53-a3ef-8f1ffcbc402c {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c5c078fa-39d8-4c53-a3ef-8f1ffcbc402c .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  normal ;
  font-family: "CDLX Mono";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-c5c078fa-39d8-4c53-a3ef-8f1ffcbc402c .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c5c078fa-39d8-4c53-a3ef-8f1ffcbc402c .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c5c078fa-39d8-4c53-a3ef-8f1ffcbc402c .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-c5c078fa-39d8-4c53-a3ef-8f1ffcbc402c .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.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-a50550ce-938f-4743-8c1e-4141e235ae66 {
  margin-top: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-328fccd1-b4d8-43a7-a320-1652c064d813 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-328fccd1-b4d8-43a7-a320-1652c064d813 .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  normal ;
  font-family: "CDLX Mono";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


@media (min-width: 1200px){#s-328fccd1-b4d8-43a7-a320-1652c064d813 .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-328fccd1-b4d8-43a7-a320-1652c064d813 .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-328fccd1-b4d8-43a7-a320-1652c064d813 .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-328fccd1-b4d8-43a7-a320-1652c064d813 .shogun-heading-component h2 {
  color: rgba(253, 191, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}
#s-e545cede-5d95-4523-923d-af2116af403e {
  margin-top: 0px;
padding-left: 5%;
padding-right: 5%;
}

#s-6df2acb9-3710-4b77-b32c-d3cc4b644b9f {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

#s-71ff2c8c-adde-4870-b7b0-679c77662e83 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-71ff2c8c-adde-4870-b7b0-679c77662e83 {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71ff2c8c-adde-4870-b7b0-679c77662e83 {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-71ff2c8c-adde-4870-b7b0-679c77662e83 {
  background-color: rgba(18, 18, 18, 1);
}
}@media (max-width: 767px){#s-71ff2c8c-adde-4870-b7b0-679c77662e83 {
  background-color: rgba(18, 18, 18, 1);
}
}







#s-71ff2c8c-adde-4870-b7b0-679c77662e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71ff2c8c-adde-4870-b7b0-679c77662e83.shg-box.shg-c {
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-f059c5a2-c001-4f0e-998f-83ee4904f735 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f059c5a2-c001-4f0e-998f-83ee4904f735 hr {
  border-top: 2px solid rgba(221, 221, 221, 0.5);
}

#s-c0e5e560-249e-46bf-8db7-1fead2d85fdb {
  margin-left: auto;
margin-right: auto;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c0e5e560-249e-46bf-8db7-1fead2d85fdb {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0e5e560-249e-46bf-8db7-1fead2d85fdb {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0e5e560-249e-46bf-8db7-1fead2d85fdb {
  background-color: rgba(18, 18, 18, 1);
}
}@media (max-width: 767px){#s-c0e5e560-249e-46bf-8db7-1fead2d85fdb {
  background-color: rgba(18, 18, 18, 1);
}
}
#s-87a316ae-9d8d-4a43-9879-52620c17a196 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-87a316ae-9d8d-4a43-9879-52620c17a196 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-87a316ae-9d8d-4a43-9879-52620c17a196 {
  display: none;
}
#s-87a316ae-9d8d-4a43-9879-52620c17a196, #wrap-s-87a316ae-9d8d-4a43-9879-52620c17a196, #wrap-content-s-87a316ae-9d8d-4a43-9879-52620c17a196 { display: none !important; }}@media (max-width: 767px){#s-87a316ae-9d8d-4a43-9879-52620c17a196 {
  display: none;
}
#s-87a316ae-9d8d-4a43-9879-52620c17a196, #wrap-s-87a316ae-9d8d-4a43-9879-52620c17a196, #wrap-content-s-87a316ae-9d8d-4a43-9879-52620c17a196 { display: none !important; }}







#s-87a316ae-9d8d-4a43-9879-52620c17a196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87a316ae-9d8d-4a43-9879-52620c17a196.shg-box.shg-c {
  justify-content: center;
}

#s-d820b459-ba4f-4b57-a166-ef0df4f9250e {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 2%;
padding-bottom: 5%;
padding-right: 2%;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-d820b459-ba4f-4b57-a166-ef0df4f9250e {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d820b459-ba4f-4b57-a166-ef0df4f9250e {
  background-color: rgba(18, 18, 18, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-d820b459-ba4f-4b57-a166-ef0df4f9250e {
  display: none;
}
#s-d820b459-ba4f-4b57-a166-ef0df4f9250e, #wrap-s-d820b459-ba4f-4b57-a166-ef0df4f9250e, #wrap-content-s-d820b459-ba4f-4b57-a166-ef0df4f9250e { display: none !important; }}@media (max-width: 767px){#s-d820b459-ba4f-4b57-a166-ef0df4f9250e {
  display: none;
}
#s-d820b459-ba4f-4b57-a166-ef0df4f9250e, #wrap-s-d820b459-ba4f-4b57-a166-ef0df4f9250e, #wrap-content-s-d820b459-ba4f-4b57-a166-ef0df4f9250e { display: none !important; }}
@media (min-width: 0px) {
[id="s-d820b459-ba4f-4b57-a166-ef0df4f9250e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d820b459-ba4f-4b57-a166-ef0df4f9250e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d820b459-ba4f-4b57-a166-ef0df4f9250e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d820b459-ba4f-4b57-a166-ef0df4f9250e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-b8b432de-e481-4256-984b-0d680ed96a90 {
  margin-left: 5%;
margin-right: 1%;
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 12px;
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (min-width: 1200px){#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(18, 18, 18, 1);
  padding: 12px;
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(18, 18, 18, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(18, 18, 18, 1);
  padding: 12px;
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(18, 18, 18, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-b8b432de-e481-4256-984b-0d680ed96a90 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-9bd5cd06-4fe4-4d88-a76c-4919428559ca {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bd5cd06-4fe4-4d88-a76c-4919428559ca {
  display: none;
}
#s-9bd5cd06-4fe4-4d88-a76c-4919428559ca, #wrap-s-9bd5cd06-4fe4-4d88-a76c-4919428559ca, #wrap-content-s-9bd5cd06-4fe4-4d88-a76c-4919428559ca { display: none !important; }}@media (max-width: 767px){#s-9bd5cd06-4fe4-4d88-a76c-4919428559ca {
  display: none;
}
#s-9bd5cd06-4fe4-4d88-a76c-4919428559ca, #wrap-s-9bd5cd06-4fe4-4d88-a76c-4919428559ca, #wrap-content-s-9bd5cd06-4fe4-4d88-a76c-4919428559ca { display: none !important; }}
@media (min-width: 0px) {
[id="s-9bd5cd06-4fe4-4d88-a76c-4919428559ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bd5cd06-4fe4-4d88-a76c-4919428559ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9bd5cd06-4fe4-4d88-a76c-4919428559ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bd5cd06-4fe4-4d88-a76c-4919428559ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3c47ecc-4280-4d47-a2bc-a048ba802418 {
  min-height: 50px;
}








#s-c3c47ecc-4280-4d47-a2bc-a048ba802418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3c47ecc-4280-4d47-a2bc-a048ba802418.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.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 > div {
  width: 100%;
}

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-4f2fd9d6-52ad-4402-9ace-c5938fdcef26 {
  margin-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-4f2fd9d6-52ad-4402-9ace-c5938fdcef26 {
  overflow: hidden;
  
  
}







  #s-4f2fd9d6-52ad-4402-9ace-c5938fdcef26 img.shogun-image {
    

    
    
    
  }


#s-4f2fd9d6-52ad-4402-9ace-c5938fdcef26 .shogun-image-content {
  
    justify-content: center;
  
}

#s-005e4bb6-57c2-4b82-871a-644827a12f33 {
  min-height: 50px;
}








#s-005e4bb6-57c2-4b82-871a-644827a12f33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-005e4bb6-57c2-4b82-871a-644827a12f33.shg-box.shg-c {
  justify-content: center;
}

#s-4a39d3ad-c5b9-4353-87e6-b78fb508f68a {
  margin-bottom: 0px;
border-radius: 250px;
max-width: 1869px;
aspect-ratio: 1/1;
text-align: center;
}

#s-4a39d3ad-c5b9-4353-87e6-b78fb508f68a {
  overflow: hidden;
  
  
      max-width: 1869px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-4a39d3ad-c5b9-4353-87e6-b78fb508f68a img.shogun-image,
  #s-4a39d3ad-c5b9-4353-87e6-b78fb508f68a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a39d3ad-c5b9-4353-87e6-b78fb508f68a {
    width: 100%;
    height: auto;
  }



  #s-4a39d3ad-c5b9-4353-87e6-b78fb508f68a img.shogun-image {
    

    
    
    
  }


#s-4a39d3ad-c5b9-4353-87e6-b78fb508f68a .shogun-image-content {
  
    justify-content: center;
  
}

#s-724ed5e1-21a2-47b5-932a-8b6b2de8a47d {
  min-height: 50px;
}








#s-724ed5e1-21a2-47b5-932a-8b6b2de8a47d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-724ed5e1-21a2-47b5-932a-8b6b2de8a47d.shg-box.shg-c {
  justify-content: center;
}

#s-0a69805f-0fce-4fd8-a729-3348d338198f {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-0a69805f-0fce-4fd8-a729-3348d338198f {
  overflow: hidden;
  
  
}







  #s-0a69805f-0fce-4fd8-a729-3348d338198f img.shogun-image {
    

    
    
    
  }


#s-0a69805f-0fce-4fd8-a729-3348d338198f .shogun-image-content {
  
    justify-content: center;
  
}

#s-0282d8bf-a22e-4bf2-af55-1577ad9439b1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0282d8bf-a22e-4bf2-af55-1577ad9439b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0282d8bf-a22e-4bf2-af55-1577ad9439b1.shg-box.shg-c {
  justify-content: center;
}

#s-19436213-7360-4ec0-af8f-3fb790ca34eb {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-19436213-7360-4ec0-af8f-3fb790ca34eb {
  display: none;
}
#s-19436213-7360-4ec0-af8f-3fb790ca34eb, #wrap-s-19436213-7360-4ec0-af8f-3fb790ca34eb, #wrap-content-s-19436213-7360-4ec0-af8f-3fb790ca34eb { display: none !important; }}@media (max-width: 767px){#s-19436213-7360-4ec0-af8f-3fb790ca34eb {
  display: none;
}
#s-19436213-7360-4ec0-af8f-3fb790ca34eb, #wrap-s-19436213-7360-4ec0-af8f-3fb790ca34eb, #wrap-content-s-19436213-7360-4ec0-af8f-3fb790ca34eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-19436213-7360-4ec0-af8f-3fb790ca34eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19436213-7360-4ec0-af8f-3fb790ca34eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19436213-7360-4ec0-af8f-3fb790ca34eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19436213-7360-4ec0-af8f-3fb790ca34eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3370cea4-3543-4ab0-8ea3-aa36c1203631 {
  min-height: 50px;
}








#s-3370cea4-3543-4ab0-8ea3-aa36c1203631 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3370cea4-3543-4ab0-8ea3-aa36c1203631.shg-box.shg-c {
  justify-content: center;
}

#s-7cb0d63a-f337-4e33-9aff-2c5575f2db8c {
  min-height: 50px;
}








#s-7cb0d63a-f337-4e33-9aff-2c5575f2db8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cb0d63a-f337-4e33-9aff-2c5575f2db8c.shg-box.shg-c {
  justify-content: center;
}

#s-f105dc5c-12b3-4543-8cd7-9a26baf0be84 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-f105dc5c-12b3-4543-8cd7-9a26baf0be84 {
  overflow: hidden;
  
  
}







  #s-f105dc5c-12b3-4543-8cd7-9a26baf0be84 img.shogun-image {
    

    
    
    
  }


#s-f105dc5c-12b3-4543-8cd7-9a26baf0be84 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3c66fefa-4103-4018-bc64-ed6d825292d2 {
  min-height: 50px;
}








#s-3c66fefa-4103-4018-bc64-ed6d825292d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c66fefa-4103-4018-bc64-ed6d825292d2.shg-box.shg-c {
  justify-content: center;
}

#s-add47fea-6c15-4c48-8c4b-e9288d100007 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-add47fea-6c15-4c48-8c4b-e9288d100007"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-add47fea-6c15-4c48-8c4b-e9288d100007"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-add47fea-6c15-4c48-8c4b-e9288d100007"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-add47fea-6c15-4c48-8c4b-e9288d100007"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e2553678-98c8-45ca-89e4-4a928bc9738c {
  min-height: 50px;
}








#s-e2553678-98c8-45ca-89e4-4a928bc9738c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2553678-98c8-45ca-89e4-4a928bc9738c.shg-box.shg-c {
  justify-content: center;
}

#s-38c108f1-928c-4cfd-bf2a-7f9d261d58e4 {
  border-radius: 250px;
text-align: center;
}

#s-38c108f1-928c-4cfd-bf2a-7f9d261d58e4 {
  overflow: hidden;
  
  
}







  #s-38c108f1-928c-4cfd-bf2a-7f9d261d58e4 img.shogun-image {
    

    
    
    
  }


#s-38c108f1-928c-4cfd-bf2a-7f9d261d58e4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fe1afbfa-7d23-46ca-acc0-6dd09289230e {
  min-height: 50px;
}








#s-fe1afbfa-7d23-46ca-acc0-6dd09289230e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe1afbfa-7d23-46ca-acc0-6dd09289230e.shg-box.shg-c {
  justify-content: center;
}

#s-0b374573-33a0-4e3d-9ea5-1e5a80edc374 {
  border-radius: 250px;
text-align: center;
}

#s-0b374573-33a0-4e3d-9ea5-1e5a80edc374 {
  overflow: hidden;
  
  
}







  #s-0b374573-33a0-4e3d-9ea5-1e5a80edc374 img.shogun-image {
    

    
    
    
  }


#s-0b374573-33a0-4e3d-9ea5-1e5a80edc374 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c9599115-fb0b-4f86-a5e5-1e67afc1f4c6 {
  min-height: 50px;
}








#s-c9599115-fb0b-4f86-a5e5-1e67afc1f4c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9599115-fb0b-4f86-a5e5-1e67afc1f4c6.shg-box.shg-c {
  justify-content: center;
}

#s-58286ea5-a39a-4907-91fe-911199081e6a {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-58286ea5-a39a-4907-91fe-911199081e6a {
  overflow: hidden;
  
  
      max-width: 1434px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-58286ea5-a39a-4907-91fe-911199081e6a img.shogun-image,
  #s-58286ea5-a39a-4907-91fe-911199081e6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-58286ea5-a39a-4907-91fe-911199081e6a {
    width: 100%;
    height: auto;
  }



  #s-58286ea5-a39a-4907-91fe-911199081e6a img.shogun-image {
    

    
    
    
  }


#s-58286ea5-a39a-4907-91fe-911199081e6a .shogun-image-content {
  
    justify-content: center;
  
}

#s-1d5a345f-5181-462a-90d0-d49a37ff80ed {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d5a345f-5181-462a-90d0-d49a37ff80ed {
  display: none;
}
#s-1d5a345f-5181-462a-90d0-d49a37ff80ed, #wrap-s-1d5a345f-5181-462a-90d0-d49a37ff80ed, #wrap-content-s-1d5a345f-5181-462a-90d0-d49a37ff80ed { display: none !important; }}@media (max-width: 767px){#s-1d5a345f-5181-462a-90d0-d49a37ff80ed {
  display: none;
}
#s-1d5a345f-5181-462a-90d0-d49a37ff80ed, #wrap-s-1d5a345f-5181-462a-90d0-d49a37ff80ed, #wrap-content-s-1d5a345f-5181-462a-90d0-d49a37ff80ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d5a345f-5181-462a-90d0-d49a37ff80ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d5a345f-5181-462a-90d0-d49a37ff80ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d5a345f-5181-462a-90d0-d49a37ff80ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d5a345f-5181-462a-90d0-d49a37ff80ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a636a4c5-ff5b-4c18-9aef-1cfbaf2e3c47 {
  min-height: 50px;
}








#s-a636a4c5-ff5b-4c18-9aef-1cfbaf2e3c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a636a4c5-ff5b-4c18-9aef-1cfbaf2e3c47.shg-box.shg-c {
  justify-content: center;
}

#s-27cfcde0-9e5e-497d-b3c4-e3e0e2235e9d {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-27cfcde0-9e5e-497d-b3c4-e3e0e2235e9d {
  overflow: hidden;
  
  
}







  #s-27cfcde0-9e5e-497d-b3c4-e3e0e2235e9d img.shogun-image {
    

    
    
    
  }


#s-27cfcde0-9e5e-497d-b3c4-e3e0e2235e9d .shogun-image-content {
  
    justify-content: center;
  
}

#s-cae449fb-903f-48a6-921d-035731b1c53f {
  margin-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-cae449fb-903f-48a6-921d-035731b1c53f {
  overflow: hidden;
  
  
}







  #s-cae449fb-903f-48a6-921d-035731b1c53f img.shogun-image {
    

    
    
    
  }


#s-cae449fb-903f-48a6-921d-035731b1c53f .shogun-image-content {
  
    justify-content: center;
  
}

#s-4351c102-f0b3-4aeb-84d2-b23f7c61abeb {
  min-height: 50px;
}








#s-4351c102-f0b3-4aeb-84d2-b23f7c61abeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4351c102-f0b3-4aeb-84d2-b23f7c61abeb.shg-box.shg-c {
  justify-content: center;
}

#s-ad1f82ba-70f5-454d-957b-0ea3fabda831 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1516px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ad1f82ba-70f5-454d-957b-0ea3fabda831 {
  overflow: hidden;
  
  
      max-width: 1516px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ad1f82ba-70f5-454d-957b-0ea3fabda831 img.shogun-image,
  #s-ad1f82ba-70f5-454d-957b-0ea3fabda831 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ad1f82ba-70f5-454d-957b-0ea3fabda831 {
    width: 100%;
    height: auto;
  }



  #s-ad1f82ba-70f5-454d-957b-0ea3fabda831 img.shogun-image {
    

    
    
    
  }


#s-ad1f82ba-70f5-454d-957b-0ea3fabda831 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fd3ce7d0-6db2-427e-a789-a10b376f1a3e {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fd3ce7d0-6db2-427e-a789-a10b376f1a3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd3ce7d0-6db2-427e-a789-a10b376f1a3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fd3ce7d0-6db2-427e-a789-a10b376f1a3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd3ce7d0-6db2-427e-a789-a10b376f1a3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-28a546e7-cbfb-4fcc-ab5b-20c4be39a174 {
  min-height: 50px;
}








#s-28a546e7-cbfb-4fcc-ab5b-20c4be39a174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28a546e7-cbfb-4fcc-ab5b-20c4be39a174.shg-box.shg-c {
  justify-content: center;
}

#s-253e87eb-1c65-473e-b841-479c247626bd {
  border-radius: 250px;
max-width: 1916px;
aspect-ratio: 1/1;
text-align: center;
}

#s-253e87eb-1c65-473e-b841-479c247626bd {
  overflow: hidden;
  
  
      max-width: 1916px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-253e87eb-1c65-473e-b841-479c247626bd img.shogun-image,
  #s-253e87eb-1c65-473e-b841-479c247626bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-253e87eb-1c65-473e-b841-479c247626bd {
    width: 100%;
    height: auto;
  }



  #s-253e87eb-1c65-473e-b841-479c247626bd img.shogun-image {
    

    
    
    
  }


#s-253e87eb-1c65-473e-b841-479c247626bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-67630f80-6fde-4223-8644-d685aeaf6faf {
  min-height: 50px;
}








#s-67630f80-6fde-4223-8644-d685aeaf6faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67630f80-6fde-4223-8644-d685aeaf6faf.shg-box.shg-c {
  justify-content: center;
}

#s-fb37be6f-08ea-4d14-a314-63f2c5b52eb5 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 240px;
max-width: 1916px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fb37be6f-08ea-4d14-a314-63f2c5b52eb5 {
  overflow: hidden;
  
  
      max-width: 1916px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fb37be6f-08ea-4d14-a314-63f2c5b52eb5 img.shogun-image,
  #s-fb37be6f-08ea-4d14-a314-63f2c5b52eb5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fb37be6f-08ea-4d14-a314-63f2c5b52eb5 {
    width: 100%;
    height: auto;
  }



  #s-fb37be6f-08ea-4d14-a314-63f2c5b52eb5 img.shogun-image {
    

    
    
    
  }


#s-fb37be6f-08ea-4d14-a314-63f2c5b52eb5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-765c391d-19b8-4a32-b4e0-aae5771d0007 {
  min-height: 50px;
}








#s-765c391d-19b8-4a32-b4e0-aae5771d0007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-765c391d-19b8-4a32-b4e0-aae5771d0007.shg-box.shg-c {
  justify-content: center;
}

#s-fd4de3d2-efc5-4e77-8ed6-a7fc41f186ef {
  border-radius: 250px;
max-width: 1916px;
aspect-ratio: 1/1;
text-align: center;
}

#s-fd4de3d2-efc5-4e77-8ed6-a7fc41f186ef {
  overflow: hidden;
  
  
      max-width: 1916px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-fd4de3d2-efc5-4e77-8ed6-a7fc41f186ef img.shogun-image,
  #s-fd4de3d2-efc5-4e77-8ed6-a7fc41f186ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fd4de3d2-efc5-4e77-8ed6-a7fc41f186ef {
    width: 100%;
    height: auto;
  }



  #s-fd4de3d2-efc5-4e77-8ed6-a7fc41f186ef img.shogun-image {
    

    
    
    
  }


#s-fd4de3d2-efc5-4e77-8ed6-a7fc41f186ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-004fab9d-b2a7-46d2-b1de-9da801a231d6 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-004fab9d-b2a7-46d2-b1de-9da801a231d6 {
  display: none;
}
#s-004fab9d-b2a7-46d2-b1de-9da801a231d6, #wrap-s-004fab9d-b2a7-46d2-b1de-9da801a231d6, #wrap-content-s-004fab9d-b2a7-46d2-b1de-9da801a231d6 { display: none !important; }}@media (max-width: 767px){#s-004fab9d-b2a7-46d2-b1de-9da801a231d6 {
  display: none;
}
#s-004fab9d-b2a7-46d2-b1de-9da801a231d6, #wrap-s-004fab9d-b2a7-46d2-b1de-9da801a231d6, #wrap-content-s-004fab9d-b2a7-46d2-b1de-9da801a231d6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-004fab9d-b2a7-46d2-b1de-9da801a231d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-004fab9d-b2a7-46d2-b1de-9da801a231d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-004fab9d-b2a7-46d2-b1de-9da801a231d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-004fab9d-b2a7-46d2-b1de-9da801a231d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3a580dc-6a68-4404-8571-87870a0da0dc {
  margin-bottom: 0px;
}

#s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5 {
  display: none;
}
#s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5, #wrap-s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5, #wrap-content-s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5 { display: none !important; }}@media (max-width: 767px){#s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5 {
  display: none;
}
#s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5, #wrap-s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5, #wrap-content-s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b04c507a-01d5-4598-9fd7-f3f78aaafbf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b2ca8173-fb0f-49eb-a446-3ef5c5efd8f0 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b2ca8173-fb0f-49eb-a446-3ef5c5efd8f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2ca8173-fb0f-49eb-a446-3ef5c5efd8f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2ca8173-fb0f-49eb-a446-3ef5c5efd8f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2ca8173-fb0f-49eb-a446-3ef5c5efd8f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7b80e60e-8ec7-4224-a2b7-4f953821e6d9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-987d40e4-6ade-424e-a293-2ff3fc0dd3db {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-987d40e4-6ade-424e-a293-2ff3fc0dd3db {
  display: none;
}
#s-987d40e4-6ade-424e-a293-2ff3fc0dd3db, #wrap-s-987d40e4-6ade-424e-a293-2ff3fc0dd3db, #wrap-content-s-987d40e4-6ade-424e-a293-2ff3fc0dd3db { display: none !important; }}@media (max-width: 767px){#s-987d40e4-6ade-424e-a293-2ff3fc0dd3db {
  display: none;
}
#s-987d40e4-6ade-424e-a293-2ff3fc0dd3db, #wrap-s-987d40e4-6ade-424e-a293-2ff3fc0dd3db, #wrap-content-s-987d40e4-6ade-424e-a293-2ff3fc0dd3db { display: none !important; }}
@media (min-width: 0px) {
[id="s-987d40e4-6ade-424e-a293-2ff3fc0dd3db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-987d40e4-6ade-424e-a293-2ff3fc0dd3db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-987d40e4-6ade-424e-a293-2ff3fc0dd3db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-987d40e4-6ade-424e-a293-2ff3fc0dd3db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6f55fe06-e8e8-4578-94d1-49def068102b {
  margin-left: 0%;
margin-right: 0%;
}

#s-9989261d-f9f2-4d9d-83a4-6ed35f34d401 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-9989261d-f9f2-4d9d-83a4-6ed35f34d401"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9989261d-f9f2-4d9d-83a4-6ed35f34d401"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9989261d-f9f2-4d9d-83a4-6ed35f34d401"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9989261d-f9f2-4d9d-83a4-6ed35f34d401"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c57eb9b3-3f64-4970-aa1e-6f5d39b09750 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-16c1cc1b-9bc7-4fbb-9a34-7ce69abfebac {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb {
  display: none;
}
#s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb, #wrap-s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb, #wrap-content-s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb { display: none !important; }}@media (max-width: 767px){#s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb {
  display: none;
}
#s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb, #wrap-s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb, #wrap-content-s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb { display: none !important; }}
@media (min-width: 0px) {
[id="s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bca9110-0ff1-4cfd-ab8f-1064f21c00cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-86639244-f7b2-4ac1-9829-518be225bb8b {
  min-height: 50px;
}








#s-86639244-f7b2-4ac1-9829-518be225bb8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86639244-f7b2-4ac1-9829-518be225bb8b.shg-box.shg-c {
  justify-content: center;
}

#s-ed7220ef-4d21-4478-a262-6cd737fbb0ad {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ed7220ef-4d21-4478-a262-6cd737fbb0ad > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-ed7220ef-4d21-4478-a262-6cd737fbb0ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-ed7220ef-4d21-4478-a262-6cd737fbb0ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-ed7220ef-4d21-4478-a262-6cd737fbb0ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-ed7220ef-4d21-4478-a262-6cd737fbb0ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-ed7220ef-4d21-4478-a262-6cd737fbb0ad > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-8869e2e7-dedc-40b5-80de-7138b8cb92af {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-6f43abba-ed08-4764-a24a-b46f925c1569 {
  min-height: 50px;
}








#s-6f43abba-ed08-4764-a24a-b46f925c1569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f43abba-ed08-4764-a24a-b46f925c1569.shg-box.shg-c {
  justify-content: center;
}

#s-1a0ef2eb-c365-47cd-9e21-eba9ec207d1d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1a0ef2eb-c365-47cd-9e21-eba9ec207d1d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-1a0ef2eb-c365-47cd-9e21-eba9ec207d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-1a0ef2eb-c365-47cd-9e21-eba9ec207d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-1a0ef2eb-c365-47cd-9e21-eba9ec207d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-1a0ef2eb-c365-47cd-9e21-eba9ec207d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-1a0ef2eb-c365-47cd-9e21-eba9ec207d1d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-6e82a727-5ca6-429a-93df-2068d1d0c0b5 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-f5c47396-f894-443f-9c2d-e44a08c2e231 {
  min-height: 50px;
}








#s-f5c47396-f894-443f-9c2d-e44a08c2e231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5c47396-f894-443f-9c2d-e44a08c2e231.shg-box.shg-c {
  justify-content: center;
}

#s-7eda4a3b-236d-49c4-885f-b32063c54e51 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7eda4a3b-236d-49c4-885f-b32063c54e51 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-7eda4a3b-236d-49c4-885f-b32063c54e51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-7eda4a3b-236d-49c4-885f-b32063c54e51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-7eda4a3b-236d-49c4-885f-b32063c54e51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-7eda4a3b-236d-49c4-885f-b32063c54e51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7eda4a3b-236d-49c4-885f-b32063c54e51 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a221026e-a779-4354-8cc3-684498ddc4b7 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-03e4773b-67fb-4606-9eec-f07510c4ac0c {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03e4773b-67fb-4606-9eec-f07510c4ac0c {
  display: none;
}
#s-03e4773b-67fb-4606-9eec-f07510c4ac0c, #wrap-s-03e4773b-67fb-4606-9eec-f07510c4ac0c, #wrap-content-s-03e4773b-67fb-4606-9eec-f07510c4ac0c { display: none !important; }}@media (max-width: 767px){#s-03e4773b-67fb-4606-9eec-f07510c4ac0c {
  display: none;
}
#s-03e4773b-67fb-4606-9eec-f07510c4ac0c, #wrap-s-03e4773b-67fb-4606-9eec-f07510c4ac0c, #wrap-content-s-03e4773b-67fb-4606-9eec-f07510c4ac0c { display: none !important; }}
@media (min-width: 0px) {
[id="s-03e4773b-67fb-4606-9eec-f07510c4ac0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03e4773b-67fb-4606-9eec-f07510c4ac0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-03e4773b-67fb-4606-9eec-f07510c4ac0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-03e4773b-67fb-4606-9eec-f07510c4ac0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf835219-a92f-476a-87b7-7b779c63ace5 {
  min-height: 50px;
}








#s-cf835219-a92f-476a-87b7-7b779c63ace5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf835219-a92f-476a-87b7-7b779c63ace5.shg-box.shg-c {
  justify-content: center;
}

#s-d3ec6cb3-3d4b-4265-928d-586625dbc2c5 {
  min-height: 50px;
}








#s-d3ec6cb3-3d4b-4265-928d-586625dbc2c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3ec6cb3-3d4b-4265-928d-586625dbc2c5.shg-box.shg-c {
  justify-content: center;
}

#s-e5aeeba9-1d46-4d38-96b0-8e930794766a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e5aeeba9-1d46-4d38-96b0-8e930794766a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-e5aeeba9-1d46-4d38-96b0-8e930794766a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-e5aeeba9-1d46-4d38-96b0-8e930794766a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-e5aeeba9-1d46-4d38-96b0-8e930794766a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-e5aeeba9-1d46-4d38-96b0-8e930794766a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-e5aeeba9-1d46-4d38-96b0-8e930794766a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-ec469c2a-68e0-493b-a1fd-83d1cfe55946 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-54056fee-e517-4ba5-9cb5-22b8adf522d2 {
  min-height: 50px;
}








#s-54056fee-e517-4ba5-9cb5-22b8adf522d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54056fee-e517-4ba5-9cb5-22b8adf522d2.shg-box.shg-c {
  justify-content: center;
}

#s-40c05783-9882-422b-a89d-fd58dc25b800 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-40c05783-9882-422b-a89d-fd58dc25b800"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40c05783-9882-422b-a89d-fd58dc25b800"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40c05783-9882-422b-a89d-fd58dc25b800"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40c05783-9882-422b-a89d-fd58dc25b800"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-67724284-e835-4ab9-b0e7-3212108c225c {
  min-height: 50px;
}








#s-67724284-e835-4ab9-b0e7-3212108c225c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-67724284-e835-4ab9-b0e7-3212108c225c.shg-box.shg-c {
  justify-content: center;
}

#s-f5034939-2c34-425b-8bd6-670e544ab7c4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f5034939-2c34-425b-8bd6-670e544ab7c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-f5034939-2c34-425b-8bd6-670e544ab7c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-f5034939-2c34-425b-8bd6-670e544ab7c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-f5034939-2c34-425b-8bd6-670e544ab7c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-f5034939-2c34-425b-8bd6-670e544ab7c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-f5034939-2c34-425b-8bd6-670e544ab7c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-47707e47-946d-45a0-af01-142e7124996a {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-3d6b706c-9699-40a1-acdf-967b3e188779 {
  min-height: 50px;
}








#s-3d6b706c-9699-40a1-acdf-967b3e188779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3d6b706c-9699-40a1-acdf-967b3e188779.shg-box.shg-c {
  justify-content: center;
}

#s-a34452f3-4dd9-48f7-9dac-0b0bf365c327 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a34452f3-4dd9-48f7-9dac-0b0bf365c327 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-a34452f3-4dd9-48f7-9dac-0b0bf365c327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-a34452f3-4dd9-48f7-9dac-0b0bf365c327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-a34452f3-4dd9-48f7-9dac-0b0bf365c327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-a34452f3-4dd9-48f7-9dac-0b0bf365c327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a34452f3-4dd9-48f7-9dac-0b0bf365c327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d49aec84-f1b4-4565-a598-835f58dfe7d7 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-c02dea65-29f2-4796-aea9-28c967a7b739 {
  min-height: 50px;
}








#s-c02dea65-29f2-4796-aea9-28c967a7b739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c02dea65-29f2-4796-aea9-28c967a7b739.shg-box.shg-c {
  justify-content: center;
}

#s-232f62ea-25ba-4a06-a0ca-09c122925206 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-232f62ea-25ba-4a06-a0ca-09c122925206 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-232f62ea-25ba-4a06-a0ca-09c122925206 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-232f62ea-25ba-4a06-a0ca-09c122925206 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-232f62ea-25ba-4a06-a0ca-09c122925206 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-232f62ea-25ba-4a06-a0ca-09c122925206 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-232f62ea-25ba-4a06-a0ca-09c122925206 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-002b134c-7535-43fc-9c6a-818185fe737c {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-0917f266-7773-4f51-beec-18a66dfdfa12 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0917f266-7773-4f51-beec-18a66dfdfa12 {
  display: none;
}
#s-0917f266-7773-4f51-beec-18a66dfdfa12, #wrap-s-0917f266-7773-4f51-beec-18a66dfdfa12, #wrap-content-s-0917f266-7773-4f51-beec-18a66dfdfa12 { display: none !important; }}@media (max-width: 767px){#s-0917f266-7773-4f51-beec-18a66dfdfa12 {
  display: none;
}
#s-0917f266-7773-4f51-beec-18a66dfdfa12, #wrap-s-0917f266-7773-4f51-beec-18a66dfdfa12, #wrap-content-s-0917f266-7773-4f51-beec-18a66dfdfa12 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0917f266-7773-4f51-beec-18a66dfdfa12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0917f266-7773-4f51-beec-18a66dfdfa12"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0917f266-7773-4f51-beec-18a66dfdfa12"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0917f266-7773-4f51-beec-18a66dfdfa12"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d07ef640-5f60-479a-b880-bcb1fcd05175 {
  min-height: 50px;
}








#s-d07ef640-5f60-479a-b880-bcb1fcd05175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d07ef640-5f60-479a-b880-bcb1fcd05175.shg-box.shg-c {
  justify-content: center;
}

#s-b146117c-95f8-4660-a192-78145f392e32 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-b146117c-95f8-4660-a192-78145f392e32 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-b146117c-95f8-4660-a192-78145f392e32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-b146117c-95f8-4660-a192-78145f392e32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-b146117c-95f8-4660-a192-78145f392e32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-b146117c-95f8-4660-a192-78145f392e32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-b146117c-95f8-4660-a192-78145f392e32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-42399048-ffae-47a1-8cff-ab9bc3d8b5bf {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-f33587a0-7cbe-43f2-a75d-2d098b938168 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f33587a0-7cbe-43f2-a75d-2d098b938168 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-f33587a0-7cbe-43f2-a75d-2d098b938168 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-f33587a0-7cbe-43f2-a75d-2d098b938168 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-f33587a0-7cbe-43f2-a75d-2d098b938168 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-f33587a0-7cbe-43f2-a75d-2d098b938168 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-f33587a0-7cbe-43f2-a75d-2d098b938168 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-0903d4d4-bf09-42a4-96ec-1ad206ba7183 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-39bdefb3-9a32-499c-831d-b1804c8e5dcc {
  min-height: 50px;
}








#s-39bdefb3-9a32-499c-831d-b1804c8e5dcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39bdefb3-9a32-499c-831d-b1804c8e5dcc.shg-box.shg-c {
  justify-content: center;
}

#s-317ba9eb-1742-47ff-973b-8a2fa138b00d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-317ba9eb-1742-47ff-973b-8a2fa138b00d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-317ba9eb-1742-47ff-973b-8a2fa138b00d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-317ba9eb-1742-47ff-973b-8a2fa138b00d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-317ba9eb-1742-47ff-973b-8a2fa138b00d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-317ba9eb-1742-47ff-973b-8a2fa138b00d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-317ba9eb-1742-47ff-973b-8a2fa138b00d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-67b7966f-652f-47b7-b530-f8e8e9e783d6 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-bc21e1a0-f5c8-4004-9591-76188f269c62 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bc21e1a0-f5c8-4004-9591-76188f269c62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc21e1a0-f5c8-4004-9591-76188f269c62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bc21e1a0-f5c8-4004-9591-76188f269c62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc21e1a0-f5c8-4004-9591-76188f269c62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-274b7a08-ca4e-4800-bbac-13d3c60953aa {
  min-height: 50px;
}








#s-274b7a08-ca4e-4800-bbac-13d3c60953aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-274b7a08-ca4e-4800-bbac-13d3c60953aa.shg-box.shg-c {
  justify-content: center;
}

#s-d3603609-fb54-435c-aba9-deb5b37600d6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d3603609-fb54-435c-aba9-deb5b37600d6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-d3603609-fb54-435c-aba9-deb5b37600d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-d3603609-fb54-435c-aba9-deb5b37600d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-d3603609-fb54-435c-aba9-deb5b37600d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-d3603609-fb54-435c-aba9-deb5b37600d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-d3603609-fb54-435c-aba9-deb5b37600d6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-fb43d2b4-3d50-4233-964d-d7211e9c8e8f {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-0a383e60-3da5-4cc3-a900-d5081659b42f {
  min-height: 50px;
}








#s-0a383e60-3da5-4cc3-a900-d5081659b42f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a383e60-3da5-4cc3-a900-d5081659b42f.shg-box.shg-c {
  justify-content: center;
}

#s-a411f159-ad10-42b1-9976-f1b434062d6c {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a411f159-ad10-42b1-9976-f1b434062d6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-a411f159-ad10-42b1-9976-f1b434062d6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-a411f159-ad10-42b1-9976-f1b434062d6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-a411f159-ad10-42b1-9976-f1b434062d6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-a411f159-ad10-42b1-9976-f1b434062d6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a411f159-ad10-42b1-9976-f1b434062d6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-0e26bafa-5c18-4f62-b88b-2715a35aba1a {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-108ba0cf-813f-4808-af27-e13bfd8f0399 {
  min-height: 50px;
}








#s-108ba0cf-813f-4808-af27-e13bfd8f0399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-108ba0cf-813f-4808-af27-e13bfd8f0399.shg-box.shg-c {
  justify-content: center;
}

#s-76999506-4ec3-4f7c-8442-1d469b85eebe {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-76999506-4ec3-4f7c-8442-1d469b85eebe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-76999506-4ec3-4f7c-8442-1d469b85eebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-76999506-4ec3-4f7c-8442-1d469b85eebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-76999506-4ec3-4f7c-8442-1d469b85eebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-76999506-4ec3-4f7c-8442-1d469b85eebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-76999506-4ec3-4f7c-8442-1d469b85eebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-07138f25-b3cc-40e8-9028-ecf17069bfb9 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-26c3f918-95c7-419a-ae33-0966daa62348 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26c3f918-95c7-419a-ae33-0966daa62348 {
  display: none;
}
#s-26c3f918-95c7-419a-ae33-0966daa62348, #wrap-s-26c3f918-95c7-419a-ae33-0966daa62348, #wrap-content-s-26c3f918-95c7-419a-ae33-0966daa62348 { display: none !important; }}@media (max-width: 767px){#s-26c3f918-95c7-419a-ae33-0966daa62348 {
  display: none;
}
#s-26c3f918-95c7-419a-ae33-0966daa62348, #wrap-s-26c3f918-95c7-419a-ae33-0966daa62348, #wrap-content-s-26c3f918-95c7-419a-ae33-0966daa62348 { display: none !important; }}
@media (min-width: 0px) {
[id="s-26c3f918-95c7-419a-ae33-0966daa62348"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26c3f918-95c7-419a-ae33-0966daa62348"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-26c3f918-95c7-419a-ae33-0966daa62348"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-26c3f918-95c7-419a-ae33-0966daa62348"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-b9060c82-20a8-4dcd-8ec9-a82ed42dc566 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-7ac8a34b-2a4e-4c40-8f81-08d14332ac76 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-f3f412da-6e00-4f22-92da-1b30bcee44e7 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3f412da-6e00-4f22-92da-1b30bcee44e7 {
  display: none;
}
#s-f3f412da-6e00-4f22-92da-1b30bcee44e7, #wrap-s-f3f412da-6e00-4f22-92da-1b30bcee44e7, #wrap-content-s-f3f412da-6e00-4f22-92da-1b30bcee44e7 { display: none !important; }}@media (max-width: 767px){#s-f3f412da-6e00-4f22-92da-1b30bcee44e7 {
  display: none;
}
#s-f3f412da-6e00-4f22-92da-1b30bcee44e7, #wrap-s-f3f412da-6e00-4f22-92da-1b30bcee44e7, #wrap-content-s-f3f412da-6e00-4f22-92da-1b30bcee44e7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f3f412da-6e00-4f22-92da-1b30bcee44e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3f412da-6e00-4f22-92da-1b30bcee44e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3f412da-6e00-4f22-92da-1b30bcee44e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3f412da-6e00-4f22-92da-1b30bcee44e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-73707d0d-9899-46f7-b55b-1d0b251006e4 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-73707d0d-9899-46f7-b55b-1d0b251006e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73707d0d-9899-46f7-b55b-1d0b251006e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-73707d0d-9899-46f7-b55b-1d0b251006e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-73707d0d-9899-46f7-b55b-1d0b251006e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-987fb943-ee08-4ceb-8c9f-2f650630491a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-06047af7-9ceb-4c83-a48e-56815f4f80f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-06047af7-9ceb-4c83-a48e-56815f4f80f7 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-c9a7d455-b463-4404-b6b3-c9a24423d7b4 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c9a7d455-b463-4404-b6b3-c9a24423d7b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9a7d455-b463-4404-b6b3-c9a24423d7b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c9a7d455-b463-4404-b6b3-c9a24423d7b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9a7d455-b463-4404-b6b3-c9a24423d7b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-403c38c5-0eb4-4dd6-843a-6c72f9aa7595 {
  min-height: 50px;
}








#s-403c38c5-0eb4-4dd6-843a-6c72f9aa7595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-403c38c5-0eb4-4dd6-843a-6c72f9aa7595.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1a69fced-fbc4-428b-b7ff-7d956512f09a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a69fced-fbc4-428b-b7ff-7d956512f09a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1a69fced-fbc4-428b-b7ff-7d956512f09a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a69fced-fbc4-428b-b7ff-7d956512f09a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c793d061-c8ed-413b-8847-4b6a9712187a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-196c0018-9a52-4038-86b4-6024096999b5 .shogun-icon-wrapper {
  text-align: center;
}


#s-196c0018-9a52-4038-86b4-6024096999b5 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-1e32986d-cc30-4210-8fd6-74c7227dcac0 {
  min-height: 50px;
}








#s-1e32986d-cc30-4210-8fd6-74c7227dcac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e32986d-cc30-4210-8fd6-74c7227dcac0.shg-box.shg-c {
  justify-content: center;
}

#s-a5e91362-c2ff-4039-90ee-bf9f3a1335f8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-8d78f4d2-b7e4-43e2-9fcf-2a166cd4e4e6 {
  min-height: 50px;
}








#s-8d78f4d2-b7e4-43e2-9fcf-2a166cd4e4e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d78f4d2-b7e4-43e2-9fcf-2a166cd4e4e6.shg-box.shg-c {
  justify-content: center;
}

#s-08ba4a34-1384-4399-afc4-276b0b5eb608 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-08ba4a34-1384-4399-afc4-276b0b5eb608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08ba4a34-1384-4399-afc4-276b0b5eb608"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08ba4a34-1384-4399-afc4-276b0b5eb608"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08ba4a34-1384-4399-afc4-276b0b5eb608"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cda02774-922e-431a-a466-406e372c00af {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-80a58e7b-fdc1-44f6-8684-08b63c9d5593 .shogun-icon-wrapper {
  text-align: center;
}


#s-80a58e7b-fdc1-44f6-8684-08b63c9d5593 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-1d84c170-f5db-4cfe-869e-8b75e7202e32 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1d84c170-f5db-4cfe-869e-8b75e7202e32 {
  display: none;
}
#s-1d84c170-f5db-4cfe-869e-8b75e7202e32, #wrap-s-1d84c170-f5db-4cfe-869e-8b75e7202e32, #wrap-content-s-1d84c170-f5db-4cfe-869e-8b75e7202e32 { display: none !important; }}@media (max-width: 767px){#s-1d84c170-f5db-4cfe-869e-8b75e7202e32 {
  display: none;
}
#s-1d84c170-f5db-4cfe-869e-8b75e7202e32, #wrap-s-1d84c170-f5db-4cfe-869e-8b75e7202e32, #wrap-content-s-1d84c170-f5db-4cfe-869e-8b75e7202e32 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1d84c170-f5db-4cfe-869e-8b75e7202e32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d84c170-f5db-4cfe-869e-8b75e7202e32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d84c170-f5db-4cfe-869e-8b75e7202e32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d84c170-f5db-4cfe-869e-8b75e7202e32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5b13e0d-4a35-44e4-85b2-98547165df21 {
  min-height: 50px;
}








#s-e5b13e0d-4a35-44e4-85b2-98547165df21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5b13e0d-4a35-44e4-85b2-98547165df21.shg-box.shg-c {
  justify-content: center;
}

#s-b7bec1d1-2df8-4ab2-a4b5-2cc9de97931e {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

@media (min-width: 0px) {
[id="s-0d6d451d-f83e-4b7f-8d3c-258c2f4ac37f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d6d451d-f83e-4b7f-8d3c-258c2f4ac37f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d6d451d-f83e-4b7f-8d3c-258c2f4ac37f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d6d451d-f83e-4b7f-8d3c-258c2f4ac37f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-23f9d095-73ff-47ad-a033-785d974dd683 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-52eea49c-71d0-46cf-baed-5b7abc9e9673 .shogun-icon-wrapper {
  text-align: center;
}


#s-52eea49c-71d0-46cf-baed-5b7abc9e9673 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-e3414fc1-3373-4e21-b5d9-881d2fe72c36 {
  min-height: 50px;
}








#s-e3414fc1-3373-4e21-b5d9-881d2fe72c36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e3414fc1-3373-4e21-b5d9-881d2fe72c36.shg-box.shg-c {
  justify-content: center;
}

#s-e3797642-c0af-4895-b8ae-98d9d49d12bf {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e3797642-c0af-4895-b8ae-98d9d49d12bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3797642-c0af-4895-b8ae-98d9d49d12bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e3797642-c0af-4895-b8ae-98d9d49d12bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3797642-c0af-4895-b8ae-98d9d49d12bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e18b3f7b-3e76-44e2-9b5f-87253ac4b6c4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-23bf3983-e0e2-4970-bc70-6daf5f277378 .shogun-icon-wrapper {
  text-align: center;
}


#s-23bf3983-e0e2-4970-bc70-6daf5f277378 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-dfd7e29a-508d-4b2a-bb71-da2baea4cc35 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-dfd7e29a-508d-4b2a-bb71-da2baea4cc35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd7e29a-508d-4b2a-bb71-da2baea4cc35"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd7e29a-508d-4b2a-bb71-da2baea4cc35"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd7e29a-508d-4b2a-bb71-da2baea4cc35"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-99001dd7-9723-44fe-83cc-0dc80bacb65e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99001dd7-9723-44fe-83cc-0dc80bacb65e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99001dd7-9723-44fe-83cc-0dc80bacb65e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99001dd7-9723-44fe-83cc-0dc80bacb65e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7fb9f472-560b-42eb-8b15-f98dcb4acb69 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-e294f313-69d7-4b99-b147-3367b660d333 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e294f313-69d7-4b99-b147-3367b660d333 {
  display: none;
}
#s-e294f313-69d7-4b99-b147-3367b660d333, #wrap-s-e294f313-69d7-4b99-b147-3367b660d333, #wrap-content-s-e294f313-69d7-4b99-b147-3367b660d333 { display: none !important; }}@media (max-width: 767px){#s-e294f313-69d7-4b99-b147-3367b660d333 {
  display: none;
}
#s-e294f313-69d7-4b99-b147-3367b660d333, #wrap-s-e294f313-69d7-4b99-b147-3367b660d333, #wrap-content-s-e294f313-69d7-4b99-b147-3367b660d333 { display: none !important; }}
#s-e294f313-69d7-4b99-b147-3367b660d333 .shogun-icon-wrapper {
  text-align: center;
}


#s-e294f313-69d7-4b99-b147-3367b660d333 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-1ac79925-728b-41e9-baff-146380b85240 {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-1ac79925-728b-41e9-baff-146380b85240 {
  display: none;
}
#s-1ac79925-728b-41e9-baff-146380b85240, #wrap-s-1ac79925-728b-41e9-baff-146380b85240, #wrap-content-s-1ac79925-728b-41e9-baff-146380b85240 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ac79925-728b-41e9-baff-146380b85240 {
  display: none;
}
#s-1ac79925-728b-41e9-baff-146380b85240, #wrap-s-1ac79925-728b-41e9-baff-146380b85240, #wrap-content-s-1ac79925-728b-41e9-baff-146380b85240 { display: none !important; }}
#s-1ac79925-728b-41e9-baff-146380b85240 .shogun-icon-wrapper {
  text-align: center;
}


#s-1ac79925-728b-41e9-baff-146380b85240 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-aaf1ab6a-6ebf-470c-a180-d44217b76455 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-aaf1ab6a-6ebf-470c-a180-d44217b76455"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaf1ab6a-6ebf-470c-a180-d44217b76455"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aaf1ab6a-6ebf-470c-a180-d44217b76455"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aaf1ab6a-6ebf-470c-a180-d44217b76455"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2d217859-f7e0-4ba4-a6b9-6d14cc7112f0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8 {
  padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8 {
  display: none;
}
#s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8, #wrap-s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8, #wrap-content-s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8 { display: none !important; }}@media (max-width: 767px){#s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8 {
  display: none;
}
#s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8, #wrap-s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8, #wrap-content-s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8 { display: none !important; }}
#s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8 .shogun-icon-wrapper {
  text-align: center;
}


#s-8d6c29d6-a70f-430c-a0f5-cc2c5882aac8 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-486173cb-b43c-40ee-ba77-a3cdf24aa95b {
  margin-top: 10%;
padding-left: 0%;
}
@media (min-width: 1200px){#s-486173cb-b43c-40ee-ba77-a3cdf24aa95b {
  display: none;
}
#s-486173cb-b43c-40ee-ba77-a3cdf24aa95b, #wrap-s-486173cb-b43c-40ee-ba77-a3cdf24aa95b, #wrap-content-s-486173cb-b43c-40ee-ba77-a3cdf24aa95b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-486173cb-b43c-40ee-ba77-a3cdf24aa95b {
  display: none;
}
#s-486173cb-b43c-40ee-ba77-a3cdf24aa95b, #wrap-s-486173cb-b43c-40ee-ba77-a3cdf24aa95b, #wrap-content-s-486173cb-b43c-40ee-ba77-a3cdf24aa95b { display: none !important; }}
#s-486173cb-b43c-40ee-ba77-a3cdf24aa95b .shogun-icon-wrapper {
  text-align: center;
}


#s-486173cb-b43c-40ee-ba77-a3cdf24aa95b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-10c6f798-be32-43b5-9865-4a4c2af8d845 {
  min-height: 50px;
}








#s-10c6f798-be32-43b5-9865-4a4c2af8d845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10c6f798-be32-43b5-9865-4a4c2af8d845.shg-box.shg-c {
  justify-content: center;
}

#s-272d0db3-1f39-4cc9-a71a-31f51b704d66 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-388a1701-f0e2-4a95-a162-fe3913fca493 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-388a1701-f0e2-4a95-a162-fe3913fca493 {
  display: none;
}
#s-388a1701-f0e2-4a95-a162-fe3913fca493, #wrap-s-388a1701-f0e2-4a95-a162-fe3913fca493, #wrap-content-s-388a1701-f0e2-4a95-a162-fe3913fca493 { display: none !important; }}@media (max-width: 767px){#s-388a1701-f0e2-4a95-a162-fe3913fca493 {
  display: none;
}
#s-388a1701-f0e2-4a95-a162-fe3913fca493, #wrap-s-388a1701-f0e2-4a95-a162-fe3913fca493, #wrap-content-s-388a1701-f0e2-4a95-a162-fe3913fca493 { display: none !important; }}
@media (min-width: 0px) {
[id="s-388a1701-f0e2-4a95-a162-fe3913fca493"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-388a1701-f0e2-4a95-a162-fe3913fca493"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-388a1701-f0e2-4a95-a162-fe3913fca493"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-388a1701-f0e2-4a95-a162-fe3913fca493"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f80c0446-c7a8-4ff2-9156-bc751e578a82 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-f80c0446-c7a8-4ff2-9156-bc751e578a82 {
  overflow: hidden;
  
  
}







  #s-f80c0446-c7a8-4ff2-9156-bc751e578a82 img.shogun-image {
    

    
    
    
  }


#s-f80c0446-c7a8-4ff2-9156-bc751e578a82 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c90c3e10-20d5-4d03-8700-db3b740c3f3e {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-c90c3e10-20d5-4d03-8700-db3b740c3f3e {
  overflow: hidden;
  
  
}







  #s-c90c3e10-20d5-4d03-8700-db3b740c3f3e img.shogun-image {
    

    
    
    
  }


#s-c90c3e10-20d5-4d03-8700-db3b740c3f3e .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f4e6490-67ec-481a-9c51-785c865362d1 {
  border-radius: 250px;
text-align: center;
}

#s-2f4e6490-67ec-481a-9c51-785c865362d1 {
  overflow: hidden;
  
  
}







  #s-2f4e6490-67ec-481a-9c51-785c865362d1 img.shogun-image {
    

    
    
    
  }


#s-2f4e6490-67ec-481a-9c51-785c865362d1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-af45d717-8d19-4085-8128-3f538fc4cbf4 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-af45d717-8d19-4085-8128-3f538fc4cbf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af45d717-8d19-4085-8128-3f538fc4cbf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-af45d717-8d19-4085-8128-3f538fc4cbf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-af45d717-8d19-4085-8128-3f538fc4cbf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fc8d0240-c22d-4477-8ceb-680ae6a7aebc {
  border-radius: 250px;
text-align: center;
}
@media (min-width: 1200px){#s-fc8d0240-c22d-4477-8ceb-680ae6a7aebc {
  border-radius: 250px;
max-width: 1917px;
aspect-ratio: 1/1;
text-align: center;
}
}
#s-fc8d0240-c22d-4477-8ceb-680ae6a7aebc {
  overflow: hidden;
  
  
}







  #s-fc8d0240-c22d-4477-8ceb-680ae6a7aebc img.shogun-image {
    

    
    
    
  }


#s-fc8d0240-c22d-4477-8ceb-680ae6a7aebc .shogun-image-content {
  
    justify-content: center;
  
}

#s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
}
#s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 {
  overflow: hidden;
  
  
      max-width: 2000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 img.shogun-image,
  #s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 {
    width: 100%;
    height: auto;
  }



  #s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 img.shogun-image {
    

    
    
    
  }


#s-0908fb71-58eb-49b6-abdc-b3d6129ddf69 .shogun-image-content {
  
    justify-content: center;
  
}

#s-90497973-2a4c-4ec0-a785-f9c117e9a076 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-90497973-2a4c-4ec0-a785-f9c117e9a076 {
  overflow: hidden;
  
  
}







  #s-90497973-2a4c-4ec0-a785-f9c117e9a076 img.shogun-image {
    

    
    
    
  }


#s-90497973-2a4c-4ec0-a785-f9c117e9a076 .shogun-image-content {
  
    justify-content: center;
  
}

#s-807c101e-0ef8-49f2-94a2-e99658649deb {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-807c101e-0ef8-49f2-94a2-e99658649deb {
  display: none;
}
#s-807c101e-0ef8-49f2-94a2-e99658649deb, #wrap-s-807c101e-0ef8-49f2-94a2-e99658649deb, #wrap-content-s-807c101e-0ef8-49f2-94a2-e99658649deb { display: none !important; }}@media (max-width: 767px){#s-807c101e-0ef8-49f2-94a2-e99658649deb {
  display: none;
}
#s-807c101e-0ef8-49f2-94a2-e99658649deb, #wrap-s-807c101e-0ef8-49f2-94a2-e99658649deb, #wrap-content-s-807c101e-0ef8-49f2-94a2-e99658649deb { display: none !important; }}
@media (min-width: 0px) {
[id="s-807c101e-0ef8-49f2-94a2-e99658649deb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-807c101e-0ef8-49f2-94a2-e99658649deb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-807c101e-0ef8-49f2-94a2-e99658649deb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-807c101e-0ef8-49f2-94a2-e99658649deb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fff25174-c506-48f8-9802-dd8cfc54c824 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-fff25174-c506-48f8-9802-dd8cfc54c824"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fff25174-c506-48f8-9802-dd8cfc54c824"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fff25174-c506-48f8-9802-dd8cfc54c824"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fff25174-c506-48f8-9802-dd8cfc54c824"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9c2958c6-d06c-4951-bda6-13afc3de6e06 {
  padding-left: 0%;
padding-right: 0%;
}

#s-48e9fe85-f164-4816-802f-b79a376ac22d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-48e9fe85-f164-4816-802f-b79a376ac22d {
  display: none;
}
#s-48e9fe85-f164-4816-802f-b79a376ac22d, #wrap-s-48e9fe85-f164-4816-802f-b79a376ac22d, #wrap-content-s-48e9fe85-f164-4816-802f-b79a376ac22d { display: none !important; }}@media (max-width: 767px){#s-48e9fe85-f164-4816-802f-b79a376ac22d {
  display: none;
}
#s-48e9fe85-f164-4816-802f-b79a376ac22d, #wrap-s-48e9fe85-f164-4816-802f-b79a376ac22d, #wrap-content-s-48e9fe85-f164-4816-802f-b79a376ac22d { display: none !important; }}
@media (min-width: 0px) {
[id="s-48e9fe85-f164-4816-802f-b79a376ac22d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48e9fe85-f164-4816-802f-b79a376ac22d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48e9fe85-f164-4816-802f-b79a376ac22d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48e9fe85-f164-4816-802f-b79a376ac22d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a4fe18d3-f9e2-4557-b96e-11376d0e3da1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a4fe18d3-f9e2-4557-b96e-11376d0e3da1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-a4fe18d3-f9e2-4557-b96e-11376d0e3da1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-a4fe18d3-f9e2-4557-b96e-11376d0e3da1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-a4fe18d3-f9e2-4557-b96e-11376d0e3da1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-a4fe18d3-f9e2-4557-b96e-11376d0e3da1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a4fe18d3-f9e2-4557-b96e-11376d0e3da1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-32481339-9a57-4b81-bc62-68b23e8fd9bb {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-80f81b7b-b9c6-48c4-9bed-336c0397ccca {
  min-height: 50px;
}








#s-80f81b7b-b9c6-48c4-9bed-336c0397ccca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80f81b7b-b9c6-48c4-9bed-336c0397ccca.shg-box.shg-c {
  justify-content: center;
}

#s-7447e87e-a952-4ef9-b80e-741a6ca4b497 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7447e87e-a952-4ef9-b80e-741a6ca4b497 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-7447e87e-a952-4ef9-b80e-741a6ca4b497 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-7447e87e-a952-4ef9-b80e-741a6ca4b497 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-7447e87e-a952-4ef9-b80e-741a6ca4b497 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-7447e87e-a952-4ef9-b80e-741a6ca4b497 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7447e87e-a952-4ef9-b80e-741a6ca4b497 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-e039142a-ea23-4639-a3ca-18e8e3750646 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-f7f729b9-b054-4c3a-8f94-936a130bf7c8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-f7f729b9-b054-4c3a-8f94-936a130bf7c8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-f7f729b9-b054-4c3a-8f94-936a130bf7c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-f7f729b9-b054-4c3a-8f94-936a130bf7c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-f7f729b9-b054-4c3a-8f94-936a130bf7c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-f7f729b9-b054-4c3a-8f94-936a130bf7c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-f7f729b9-b054-4c3a-8f94-936a130bf7c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-662c4523-0f76-4dda-b1db-2d0b8d45d03e {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-c4d10344-77a4-443a-92e2-4e7988ccabde {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c4d10344-77a4-443a-92e2-4e7988ccabde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4d10344-77a4-443a-92e2-4e7988ccabde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c4d10344-77a4-443a-92e2-4e7988ccabde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4d10344-77a4-443a-92e2-4e7988ccabde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-97d65212-f7f3-48dd-a8f3-56fc6935c055 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-97d65212-f7f3-48dd-a8f3-56fc6935c055 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-97d65212-f7f3-48dd-a8f3-56fc6935c055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-97d65212-f7f3-48dd-a8f3-56fc6935c055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-97d65212-f7f3-48dd-a8f3-56fc6935c055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-97d65212-f7f3-48dd-a8f3-56fc6935c055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-97d65212-f7f3-48dd-a8f3-56fc6935c055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-86a01ff8-ec62-45ea-8d87-076e5d7c9088 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-3674702a-a2d9-44af-ad0e-f6cac04cd01e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3674702a-a2d9-44af-ad0e-f6cac04cd01e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-3674702a-a2d9-44af-ad0e-f6cac04cd01e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-3674702a-a2d9-44af-ad0e-f6cac04cd01e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-3674702a-a2d9-44af-ad0e-f6cac04cd01e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-3674702a-a2d9-44af-ad0e-f6cac04cd01e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-3674702a-a2d9-44af-ad0e-f6cac04cd01e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-1e891353-0aa4-45ef-b742-fd030498ed38 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-c45bf3fa-500a-493c-b24a-8b07adb49cb2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c45bf3fa-500a-493c-b24a-8b07adb49cb2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-c45bf3fa-500a-493c-b24a-8b07adb49cb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-c45bf3fa-500a-493c-b24a-8b07adb49cb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-c45bf3fa-500a-493c-b24a-8b07adb49cb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-c45bf3fa-500a-493c-b24a-8b07adb49cb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c45bf3fa-500a-493c-b24a-8b07adb49cb2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-f39059ac-e48f-431d-9d44-c599fcba5882 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-ef974301-b724-49bc-b200-f137413cfad7 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef974301-b724-49bc-b200-f137413cfad7 {
  display: none;
}
#s-ef974301-b724-49bc-b200-f137413cfad7, #wrap-s-ef974301-b724-49bc-b200-f137413cfad7, #wrap-content-s-ef974301-b724-49bc-b200-f137413cfad7 { display: none !important; }}@media (max-width: 767px){#s-ef974301-b724-49bc-b200-f137413cfad7 {
  display: none;
}
#s-ef974301-b724-49bc-b200-f137413cfad7, #wrap-s-ef974301-b724-49bc-b200-f137413cfad7, #wrap-content-s-ef974301-b724-49bc-b200-f137413cfad7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ef974301-b724-49bc-b200-f137413cfad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef974301-b724-49bc-b200-f137413cfad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ef974301-b724-49bc-b200-f137413cfad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef974301-b724-49bc-b200-f137413cfad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-12d2019e-5c26-4982-84a0-6ee72eb693eb {
  min-height: 50px;
}








#s-12d2019e-5c26-4982-84a0-6ee72eb693eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12d2019e-5c26-4982-84a0-6ee72eb693eb.shg-box.shg-c {
  justify-content: center;
}

#s-d6e7b1bd-eb36-4bc6-8d02-ac576a30f4c6 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-cbd24c36-6e6e-44d7-9670-53ec0f87dcc9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

@media (min-width: 0px) {
[id="s-b9204b93-b43a-424b-a246-18b59d3897d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9204b93-b43a-424b-a246-18b59d3897d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9204b93-b43a-424b-a246-18b59d3897d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9204b93-b43a-424b-a246-18b59d3897d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9a21a9e4-3156-4470-96ea-0afbe4e6a019 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-f1059255-ba0f-4e0d-b9bd-c657c0ef4964 .shogun-icon-wrapper {
  text-align: center;
}


#s-f1059255-ba0f-4e0d-b9bd-c657c0ef4964 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-4aae9169-7126-43d7-82aa-f24aa7363ecb {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-4aae9169-7126-43d7-82aa-f24aa7363ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4aae9169-7126-43d7-82aa-f24aa7363ecb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4aae9169-7126-43d7-82aa-f24aa7363ecb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4aae9169-7126-43d7-82aa-f24aa7363ecb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7603c179-8d2f-44be-9236-bf45975e24aa {
  min-height: 50px;
}








#s-7603c179-8d2f-44be-9236-bf45975e24aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7603c179-8d2f-44be-9236-bf45975e24aa.shg-box.shg-c {
  justify-content: center;
}

#s-ef721895-5ab3-44c4-aa70-bfcd512e1225 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-320e3303-acb9-4133-a013-f2c831504a04 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-ba81bda0-3182-4023-bfb2-3f3a0d002043 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ba81bda0-3182-4023-bfb2-3f3a0d002043"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba81bda0-3182-4023-bfb2-3f3a0d002043"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ba81bda0-3182-4023-bfb2-3f3a0d002043"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba81bda0-3182-4023-bfb2-3f3a0d002043"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-55f531e7-e256-47c4-a1a0-427d0f62fcd0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-6b863188-3ca2-4e4b-aada-a8eeaf103cae .shogun-icon-wrapper {
  text-align: center;
}


#s-6b863188-3ca2-4e4b-aada-a8eeaf103cae .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa {
  margin-left: 1%;
margin-right: 5%;
min-height: 0px;
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 12px;
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (min-width: 1200px){#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(18, 18, 18, 1);
  padding: 12px;
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(18, 18, 18, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(18, 18, 18, 1);
  padding: 12px;
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(18, 18, 18, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-2f71dfc2-f502-463a-9950-97eedb8578fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-dceca021-f845-44ac-a299-719adba576fc {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dceca021-f845-44ac-a299-719adba576fc {
  display: none;
}
#s-dceca021-f845-44ac-a299-719adba576fc, #wrap-s-dceca021-f845-44ac-a299-719adba576fc, #wrap-content-s-dceca021-f845-44ac-a299-719adba576fc { display: none !important; }}@media (max-width: 767px){#s-dceca021-f845-44ac-a299-719adba576fc {
  display: none;
}
#s-dceca021-f845-44ac-a299-719adba576fc, #wrap-s-dceca021-f845-44ac-a299-719adba576fc, #wrap-content-s-dceca021-f845-44ac-a299-719adba576fc { display: none !important; }}
@media (min-width: 0px) {
[id="s-dceca021-f845-44ac-a299-719adba576fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dceca021-f845-44ac-a299-719adba576fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dceca021-f845-44ac-a299-719adba576fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dceca021-f845-44ac-a299-719adba576fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-721a2053-30bc-4a34-8cb1-c6a534a3f670 {
  min-height: 50px;
}








#s-721a2053-30bc-4a34-8cb1-c6a534a3f670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-721a2053-30bc-4a34-8cb1-c6a534a3f670.shg-box.shg-c {
  justify-content: center;
}

#s-b11ecdc4-8274-463a-9385-f3f9b68f8291 {
  border-radius: 250px;
text-align: center;
}

#s-b11ecdc4-8274-463a-9385-f3f9b68f8291 {
  overflow: hidden;
  
  
}







  #s-b11ecdc4-8274-463a-9385-f3f9b68f8291 img.shogun-image {
    

    
    
    
  }


#s-b11ecdc4-8274-463a-9385-f3f9b68f8291 .shogun-image-content {
  
    justify-content: center;
  
}

#s-831f680b-a2a7-47e2-927e-9582f0d6930a {
  min-height: 50px;
}








#s-831f680b-a2a7-47e2-927e-9582f0d6930a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-831f680b-a2a7-47e2-927e-9582f0d6930a.shg-box.shg-c {
  justify-content: center;
}

#s-c655a6e5-9897-47e9-94c7-ece273633ec9 {
  border-radius: 250px;
text-align: center;
}

#s-c655a6e5-9897-47e9-94c7-ece273633ec9 {
  overflow: hidden;
  
  
}







  #s-c655a6e5-9897-47e9-94c7-ece273633ec9 img.shogun-image {
    

    
    
    
  }


#s-c655a6e5-9897-47e9-94c7-ece273633ec9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cc219772-4669-4483-a1e9-bdfbee5a09b0 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc219772-4669-4483-a1e9-bdfbee5a09b0 {
  display: none;
}
#s-cc219772-4669-4483-a1e9-bdfbee5a09b0, #wrap-s-cc219772-4669-4483-a1e9-bdfbee5a09b0, #wrap-content-s-cc219772-4669-4483-a1e9-bdfbee5a09b0 { display: none !important; }}@media (max-width: 767px){#s-cc219772-4669-4483-a1e9-bdfbee5a09b0 {
  display: none;
}
#s-cc219772-4669-4483-a1e9-bdfbee5a09b0, #wrap-s-cc219772-4669-4483-a1e9-bdfbee5a09b0, #wrap-content-s-cc219772-4669-4483-a1e9-bdfbee5a09b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cc219772-4669-4483-a1e9-bdfbee5a09b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc219772-4669-4483-a1e9-bdfbee5a09b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cc219772-4669-4483-a1e9-bdfbee5a09b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc219772-4669-4483-a1e9-bdfbee5a09b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f1b04684-dc59-4384-8083-74cbbad7a069 {
  min-height: 50px;
}








#s-f1b04684-dc59-4384-8083-74cbbad7a069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1b04684-dc59-4384-8083-74cbbad7a069.shg-box.shg-c {
  justify-content: center;
}

#s-23175cf7-28af-4f54-b5f1-fcc951735417 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1773px;
aspect-ratio: 1/1;
text-align: center;
}

#s-23175cf7-28af-4f54-b5f1-fcc951735417 {
  overflow: hidden;
  
  
      max-width: 1773px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-23175cf7-28af-4f54-b5f1-fcc951735417 img.shogun-image,
  #s-23175cf7-28af-4f54-b5f1-fcc951735417 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-23175cf7-28af-4f54-b5f1-fcc951735417 {
    width: 100%;
    height: auto;
  }



  #s-23175cf7-28af-4f54-b5f1-fcc951735417 img.shogun-image {
    

    
    
    
  }


#s-23175cf7-28af-4f54-b5f1-fcc951735417 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c7719f65-d90f-4b9f-947d-18a21a6c4127 {
  min-height: 50px;
}








#s-c7719f65-d90f-4b9f-947d-18a21a6c4127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7719f65-d90f-4b9f-947d-18a21a6c4127.shg-box.shg-c {
  justify-content: center;
}

#s-0486ce76-2610-4a28-93ed-237c98fded1b {
  padding-top: 0px;
padding-bottom: 17px;
border-radius: 250px;
max-width: 1308px;
text-align: center;
}

#s-0486ce76-2610-4a28-93ed-237c98fded1b {
  overflow: hidden;
  
  
      max-width: 1308px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-0486ce76-2610-4a28-93ed-237c98fded1b .shogun-image-content {
  
    justify-content: center;
  
}

#s-e454cd81-553a-40ab-8d2e-78f6c32d51be {
  min-height: 50px;
}








#s-e454cd81-553a-40ab-8d2e-78f6c32d51be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e454cd81-553a-40ab-8d2e-78f6c32d51be.shg-box.shg-c {
  justify-content: center;
}

#s-e70937ef-0287-4419-8490-53cb9750aac0 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1466px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e70937ef-0287-4419-8490-53cb9750aac0 {
  overflow: hidden;
  
  
      max-width: 1466px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e70937ef-0287-4419-8490-53cb9750aac0 img.shogun-image,
  #s-e70937ef-0287-4419-8490-53cb9750aac0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e70937ef-0287-4419-8490-53cb9750aac0 {
    width: 100%;
    height: auto;
  }



  #s-e70937ef-0287-4419-8490-53cb9750aac0 img.shogun-image {
    

    
    
    
  }


#s-e70937ef-0287-4419-8490-53cb9750aac0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8e7203ae-b983-4a8e-8e67-69bc8a792643 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8e7203ae-b983-4a8e-8e67-69bc8a792643 {
  display: none;
}
#s-8e7203ae-b983-4a8e-8e67-69bc8a792643, #wrap-s-8e7203ae-b983-4a8e-8e67-69bc8a792643, #wrap-content-s-8e7203ae-b983-4a8e-8e67-69bc8a792643 { display: none !important; }}@media (max-width: 767px){#s-8e7203ae-b983-4a8e-8e67-69bc8a792643 {
  display: none;
}
#s-8e7203ae-b983-4a8e-8e67-69bc8a792643, #wrap-s-8e7203ae-b983-4a8e-8e67-69bc8a792643, #wrap-content-s-8e7203ae-b983-4a8e-8e67-69bc8a792643 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8e7203ae-b983-4a8e-8e67-69bc8a792643"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e7203ae-b983-4a8e-8e67-69bc8a792643"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8e7203ae-b983-4a8e-8e67-69bc8a792643"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e7203ae-b983-4a8e-8e67-69bc8a792643"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-acefda94-46d4-436b-85dc-e3e220bf23e0 {
  min-height: 50px;
}








#s-acefda94-46d4-436b-85dc-e3e220bf23e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acefda94-46d4-436b-85dc-e3e220bf23e0.shg-box.shg-c {
  justify-content: center;
}

#s-05e723d8-fc6b-4c36-808f-487e67ef27ef {
  margin-bottom: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1329px;
aspect-ratio: 1/1;
text-align: center;
}

#s-05e723d8-fc6b-4c36-808f-487e67ef27ef {
  overflow: hidden;
  
  
      max-width: 1329px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-05e723d8-fc6b-4c36-808f-487e67ef27ef img.shogun-image,
  #s-05e723d8-fc6b-4c36-808f-487e67ef27ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-05e723d8-fc6b-4c36-808f-487e67ef27ef {
    width: 100%;
    height: auto;
  }



  #s-05e723d8-fc6b-4c36-808f-487e67ef27ef img.shogun-image {
    

    
    
    
  }


#s-05e723d8-fc6b-4c36-808f-487e67ef27ef .shogun-image-content {
  
    justify-content: center;
  
}

#s-48f4c75a-dc33-431e-afa7-4a54e7995855 {
  min-height: 50px;
}








#s-48f4c75a-dc33-431e-afa7-4a54e7995855 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48f4c75a-dc33-431e-afa7-4a54e7995855.shg-box.shg-c {
  justify-content: center;
}

#s-3696b2cd-dbfd-4965-93e7-5dae5ab86056 {
  border-radius: 250px;
text-align: center;
}

#s-3696b2cd-dbfd-4965-93e7-5dae5ab86056 {
  overflow: hidden;
  
  
}







  #s-3696b2cd-dbfd-4965-93e7-5dae5ab86056 img.shogun-image {
    

    
    
    
  }


#s-3696b2cd-dbfd-4965-93e7-5dae5ab86056 .shogun-image-content {
  
    justify-content: center;
  
}

#s-296812e8-d207-43d3-a8f6-8d7b79f6a4ce {
  min-height: 50px;
}








#s-296812e8-d207-43d3-a8f6-8d7b79f6a4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-296812e8-d207-43d3-a8f6-8d7b79f6a4ce.shg-box.shg-c {
  justify-content: center;
}

#s-14581af2-1803-42ab-8067-f65df0a5f11c {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-14581af2-1803-42ab-8067-f65df0a5f11c {
  overflow: hidden;
  
  
}







  #s-14581af2-1803-42ab-8067-f65df0a5f11c img.shogun-image {
    

    
    
    
  }


#s-14581af2-1803-42ab-8067-f65df0a5f11c .shogun-image-content {
  
    justify-content: center;
  
}

#s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c {
  display: none;
}
#s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c, #wrap-s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c, #wrap-content-s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c { display: none !important; }}@media (max-width: 767px){#s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c {
  display: none;
}
#s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c, #wrap-s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c, #wrap-content-s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c { display: none !important; }}
@media (min-width: 0px) {
[id="s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7f19a1b-46d2-4c14-92e7-0c16f9f28e3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70e4868a-2bfd-4293-953a-7263212d742f {
  min-height: 50px;
}








#s-70e4868a-2bfd-4293-953a-7263212d742f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70e4868a-2bfd-4293-953a-7263212d742f.shg-box.shg-c {
  justify-content: center;
}

#s-45ad6900-f122-4172-b5aa-724ac8018cf5 {
  padding-bottom: 30px;
border-radius: 250px;
max-width: 1779px;
aspect-ratio: 1/1;
text-align: center;
}

#s-45ad6900-f122-4172-b5aa-724ac8018cf5 {
  overflow: hidden;
  
  
      max-width: 1779px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-45ad6900-f122-4172-b5aa-724ac8018cf5 img.shogun-image,
  #s-45ad6900-f122-4172-b5aa-724ac8018cf5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-45ad6900-f122-4172-b5aa-724ac8018cf5 {
    width: 100%;
    height: auto;
  }



  #s-45ad6900-f122-4172-b5aa-724ac8018cf5 img.shogun-image {
    

    
    
    
  }


#s-45ad6900-f122-4172-b5aa-724ac8018cf5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-65f6197a-010f-446f-a605-b6e39aceb090 {
  min-height: 50px;
}








#s-65f6197a-010f-446f-a605-b6e39aceb090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65f6197a-010f-446f-a605-b6e39aceb090.shg-box.shg-c {
  justify-content: center;
}

#s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82 {
  display: none;
}
#s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82, #wrap-s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82, #wrap-content-s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82 { display: none !important; }}@media (max-width: 767px){#s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82 {
  display: none;
}
#s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82, #wrap-s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82, #wrap-content-s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82 { display: none !important; }}
@media (min-width: 0px) {
[id="s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02bf69d6-d5e3-47bb-b837-2cc43fe1be82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b47876d0-26e1-42be-beaa-bf384a76172c {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-b47876d0-26e1-42be-beaa-bf384a76172c {
  margin-top: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b47876d0-26e1-42be-beaa-bf384a76172c {
  display: none;
}
#s-b47876d0-26e1-42be-beaa-bf384a76172c, #wrap-s-b47876d0-26e1-42be-beaa-bf384a76172c, #wrap-content-s-b47876d0-26e1-42be-beaa-bf384a76172c { display: none !important; }}@media (max-width: 767px){#s-b47876d0-26e1-42be-beaa-bf384a76172c {
  display: none;
}
#s-b47876d0-26e1-42be-beaa-bf384a76172c, #wrap-s-b47876d0-26e1-42be-beaa-bf384a76172c, #wrap-content-s-b47876d0-26e1-42be-beaa-bf384a76172c { display: none !important; }}
@media (min-width: 0px) {
[id="s-b47876d0-26e1-42be-beaa-bf384a76172c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b47876d0-26e1-42be-beaa-bf384a76172c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b47876d0-26e1-42be-beaa-bf384a76172c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b47876d0-26e1-42be-beaa-bf384a76172c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0dc697e1-e793-448b-a61d-108c13b230c7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e0e05d27-be80-45a0-a087-15b9ae988396 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-fdd705c8-d5d5-4518-ab8e-aa027278303f {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdd705c8-d5d5-4518-ab8e-aa027278303f {
  display: none;
}
#s-fdd705c8-d5d5-4518-ab8e-aa027278303f, #wrap-s-fdd705c8-d5d5-4518-ab8e-aa027278303f, #wrap-content-s-fdd705c8-d5d5-4518-ab8e-aa027278303f { display: none !important; }}@media (max-width: 767px){#s-fdd705c8-d5d5-4518-ab8e-aa027278303f {
  display: none;
}
#s-fdd705c8-d5d5-4518-ab8e-aa027278303f, #wrap-s-fdd705c8-d5d5-4518-ab8e-aa027278303f, #wrap-content-s-fdd705c8-d5d5-4518-ab8e-aa027278303f { display: none !important; }}
@media (min-width: 0px) {
[id="s-fdd705c8-d5d5-4518-ab8e-aa027278303f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdd705c8-d5d5-4518-ab8e-aa027278303f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fdd705c8-d5d5-4518-ab8e-aa027278303f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdd705c8-d5d5-4518-ab8e-aa027278303f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0fb5de13-b7a9-4dcb-92f9-df74dc770013 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2c438614-e966-4799-88cf-6fc6a403010c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2eb2c74e-7885-4193-840c-02aaaecf83a0 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2eb2c74e-7885-4193-840c-02aaaecf83a0 {
  display: none;
}
#s-2eb2c74e-7885-4193-840c-02aaaecf83a0, #wrap-s-2eb2c74e-7885-4193-840c-02aaaecf83a0, #wrap-content-s-2eb2c74e-7885-4193-840c-02aaaecf83a0 { display: none !important; }}@media (max-width: 767px){#s-2eb2c74e-7885-4193-840c-02aaaecf83a0 {
  display: none;
}
#s-2eb2c74e-7885-4193-840c-02aaaecf83a0, #wrap-s-2eb2c74e-7885-4193-840c-02aaaecf83a0, #wrap-content-s-2eb2c74e-7885-4193-840c-02aaaecf83a0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2eb2c74e-7885-4193-840c-02aaaecf83a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eb2c74e-7885-4193-840c-02aaaecf83a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2eb2c74e-7885-4193-840c-02aaaecf83a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eb2c74e-7885-4193-840c-02aaaecf83a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14f6d119-62d7-41d2-84bd-72f9776a690a {
  min-height: 50px;
}








#s-14f6d119-62d7-41d2-84bd-72f9776a690a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14f6d119-62d7-41d2-84bd-72f9776a690a.shg-box.shg-c {
  justify-content: center;
}

#s-8bbfee81-184c-4899-b53e-7345156fe2d5 {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bbfee81-184c-4899-b53e-7345156fe2d5 {
  display: none;
}
#s-8bbfee81-184c-4899-b53e-7345156fe2d5, #wrap-s-8bbfee81-184c-4899-b53e-7345156fe2d5, #wrap-content-s-8bbfee81-184c-4899-b53e-7345156fe2d5 { display: none !important; }}@media (max-width: 767px){#s-8bbfee81-184c-4899-b53e-7345156fe2d5 {
  display: none;
}
#s-8bbfee81-184c-4899-b53e-7345156fe2d5, #wrap-s-8bbfee81-184c-4899-b53e-7345156fe2d5, #wrap-content-s-8bbfee81-184c-4899-b53e-7345156fe2d5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8bbfee81-184c-4899-b53e-7345156fe2d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bbfee81-184c-4899-b53e-7345156fe2d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bbfee81-184c-4899-b53e-7345156fe2d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bbfee81-184c-4899-b53e-7345156fe2d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-95483e89-a26b-458a-b47f-6ad96a215bef {
  min-height: 50px;
}








#s-95483e89-a26b-458a-b47f-6ad96a215bef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95483e89-a26b-458a-b47f-6ad96a215bef.shg-box.shg-c {
  justify-content: center;
}

#s-bd4dce7d-b13c-45f3-8e00-a71e436cd3f8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-bd4dce7d-b13c-45f3-8e00-a71e436cd3f8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-bd4dce7d-b13c-45f3-8e00-a71e436cd3f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-bd4dce7d-b13c-45f3-8e00-a71e436cd3f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-bd4dce7d-b13c-45f3-8e00-a71e436cd3f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-bd4dce7d-b13c-45f3-8e00-a71e436cd3f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-bd4dce7d-b13c-45f3-8e00-a71e436cd3f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-ab5ca6f6-4f54-415b-8e69-1b6ba9ac1772 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-9b1d0d97-eb19-4970-8354-250e2b8aa0a0 {
  min-height: 50px;
}








#s-9b1d0d97-eb19-4970-8354-250e2b8aa0a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b1d0d97-eb19-4970-8354-250e2b8aa0a0.shg-box.shg-c {
  justify-content: center;
}

#s-9dba1a1e-fad1-4fbc-832d-5ff8f5cfb4ac {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9dba1a1e-fad1-4fbc-832d-5ff8f5cfb4ac > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-9dba1a1e-fad1-4fbc-832d-5ff8f5cfb4ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-9dba1a1e-fad1-4fbc-832d-5ff8f5cfb4ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-9dba1a1e-fad1-4fbc-832d-5ff8f5cfb4ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-9dba1a1e-fad1-4fbc-832d-5ff8f5cfb4ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-9dba1a1e-fad1-4fbc-832d-5ff8f5cfb4ac > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d3210ffd-da02-4859-8c74-46c26be39361 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-9c86f39c-816a-41b6-86c0-93591743f799 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c86f39c-816a-41b6-86c0-93591743f799 {
  display: none;
}
#s-9c86f39c-816a-41b6-86c0-93591743f799, #wrap-s-9c86f39c-816a-41b6-86c0-93591743f799, #wrap-content-s-9c86f39c-816a-41b6-86c0-93591743f799 { display: none !important; }}@media (max-width: 767px){#s-9c86f39c-816a-41b6-86c0-93591743f799 {
  display: none;
}
#s-9c86f39c-816a-41b6-86c0-93591743f799, #wrap-s-9c86f39c-816a-41b6-86c0-93591743f799, #wrap-content-s-9c86f39c-816a-41b6-86c0-93591743f799 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c86f39c-816a-41b6-86c0-93591743f799"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c86f39c-816a-41b6-86c0-93591743f799"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c86f39c-816a-41b6-86c0-93591743f799"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c86f39c-816a-41b6-86c0-93591743f799"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-96594366-c35a-4c03-9dc6-fece91d30434 {
  min-height: 50px;
}








#s-96594366-c35a-4c03-9dc6-fece91d30434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96594366-c35a-4c03-9dc6-fece91d30434.shg-box.shg-c {
  justify-content: center;
}

#s-20ca7aab-ecfc-48fb-b677-f5a401fd72c5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-20ca7aab-ecfc-48fb-b677-f5a401fd72c5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-20ca7aab-ecfc-48fb-b677-f5a401fd72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-20ca7aab-ecfc-48fb-b677-f5a401fd72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-20ca7aab-ecfc-48fb-b677-f5a401fd72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-20ca7aab-ecfc-48fb-b677-f5a401fd72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-20ca7aab-ecfc-48fb-b677-f5a401fd72c5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-125b8ccd-a83b-47a1-8fe4-2482315b3ee5 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-3fa26b53-675b-44c6-a99f-30c3a472cb3b {
  min-height: 50px;
}








#s-3fa26b53-675b-44c6-a99f-30c3a472cb3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3fa26b53-675b-44c6-a99f-30c3a472cb3b.shg-box.shg-c {
  justify-content: center;
}

#s-3cc157e8-0a4c-427b-93c3-8a5c56addc7e {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3cc157e8-0a4c-427b-93c3-8a5c56addc7e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-3cc157e8-0a4c-427b-93c3-8a5c56addc7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-3cc157e8-0a4c-427b-93c3-8a5c56addc7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-3cc157e8-0a4c-427b-93c3-8a5c56addc7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-3cc157e8-0a4c-427b-93c3-8a5c56addc7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-3cc157e8-0a4c-427b-93c3-8a5c56addc7e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-fb01fcb1-4372-441e-aaf4-b56d7e1efb31 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-e78f32bd-a4d8-4c84-a3df-dec68fdc4df2 {
  min-height: 50px;
}








#s-e78f32bd-a4d8-4c84-a3df-dec68fdc4df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e78f32bd-a4d8-4c84-a3df-dec68fdc4df2.shg-box.shg-c {
  justify-content: center;
}

#s-1a6412fa-45cc-4040-8374-15de86b350ea {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1a6412fa-45cc-4040-8374-15de86b350ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-1a6412fa-45cc-4040-8374-15de86b350ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-1a6412fa-45cc-4040-8374-15de86b350ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-1a6412fa-45cc-4040-8374-15de86b350ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-1a6412fa-45cc-4040-8374-15de86b350ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-1a6412fa-45cc-4040-8374-15de86b350ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-59b59f76-9510-4611-b146-8131eb658cdc {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-5fc73b33-1e7f-417e-811f-edbfa0867b82 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fc73b33-1e7f-417e-811f-edbfa0867b82 {
  display: none;
}
#s-5fc73b33-1e7f-417e-811f-edbfa0867b82, #wrap-s-5fc73b33-1e7f-417e-811f-edbfa0867b82, #wrap-content-s-5fc73b33-1e7f-417e-811f-edbfa0867b82 { display: none !important; }}@media (max-width: 767px){#s-5fc73b33-1e7f-417e-811f-edbfa0867b82 {
  display: none;
}
#s-5fc73b33-1e7f-417e-811f-edbfa0867b82, #wrap-s-5fc73b33-1e7f-417e-811f-edbfa0867b82, #wrap-content-s-5fc73b33-1e7f-417e-811f-edbfa0867b82 { display: none !important; }}
@media (min-width: 0px) {
[id="s-5fc73b33-1e7f-417e-811f-edbfa0867b82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fc73b33-1e7f-417e-811f-edbfa0867b82"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5fc73b33-1e7f-417e-811f-edbfa0867b82"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fc73b33-1e7f-417e-811f-edbfa0867b82"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55061581-72f0-4a1d-b176-92e3ce299670 {
  min-height: 50px;
}








#s-55061581-72f0-4a1d-b176-92e3ce299670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55061581-72f0-4a1d-b176-92e3ce299670.shg-box.shg-c {
  justify-content: center;
}

#s-3a2df943-408b-47bb-8deb-2785092d12f2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-3a2df943-408b-47bb-8deb-2785092d12f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-3a2df943-408b-47bb-8deb-2785092d12f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-3a2df943-408b-47bb-8deb-2785092d12f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-3a2df943-408b-47bb-8deb-2785092d12f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-3a2df943-408b-47bb-8deb-2785092d12f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-3a2df943-408b-47bb-8deb-2785092d12f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a4233cf1-6a20-48cf-b420-1047863d5aa8 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-70f17a47-f622-4ef1-a3be-029199d8d159 {
  min-height: 50px;
}








#s-70f17a47-f622-4ef1-a3be-029199d8d159 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70f17a47-f622-4ef1-a3be-029199d8d159.shg-box.shg-c {
  justify-content: center;
}

#s-81d49e5d-f406-4087-842c-9926ff174cc4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-81d49e5d-f406-4087-842c-9926ff174cc4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-81d49e5d-f406-4087-842c-9926ff174cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-81d49e5d-f406-4087-842c-9926ff174cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-81d49e5d-f406-4087-842c-9926ff174cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-81d49e5d-f406-4087-842c-9926ff174cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-81d49e5d-f406-4087-842c-9926ff174cc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-36350f0f-58dd-4073-ad47-0d1464f30e44 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-68dafa7f-d4a2-40f5-96b8-7247831a914f {
  min-height: 50px;
}








#s-68dafa7f-d4a2-40f5-96b8-7247831a914f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68dafa7f-d4a2-40f5-96b8-7247831a914f.shg-box.shg-c {
  justify-content: center;
}

#s-2c6c080c-4d15-4db3-92b9-748d17e3ab7f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2c6c080c-4d15-4db3-92b9-748d17e3ab7f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-2c6c080c-4d15-4db3-92b9-748d17e3ab7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-2c6c080c-4d15-4db3-92b9-748d17e3ab7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-2c6c080c-4d15-4db3-92b9-748d17e3ab7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-2c6c080c-4d15-4db3-92b9-748d17e3ab7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-2c6c080c-4d15-4db3-92b9-748d17e3ab7f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-db3fa2ef-ef9f-4d3a-ad1a-592d8ab70d2e {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-d841258b-f5d6-4b27-973b-a083a3fbc9b7 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d841258b-f5d6-4b27-973b-a083a3fbc9b7 {
  display: none;
}
#s-d841258b-f5d6-4b27-973b-a083a3fbc9b7, #wrap-s-d841258b-f5d6-4b27-973b-a083a3fbc9b7, #wrap-content-s-d841258b-f5d6-4b27-973b-a083a3fbc9b7 { display: none !important; }}@media (max-width: 767px){#s-d841258b-f5d6-4b27-973b-a083a3fbc9b7 {
  display: none;
}
#s-d841258b-f5d6-4b27-973b-a083a3fbc9b7, #wrap-s-d841258b-f5d6-4b27-973b-a083a3fbc9b7, #wrap-content-s-d841258b-f5d6-4b27-973b-a083a3fbc9b7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d841258b-f5d6-4b27-973b-a083a3fbc9b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d841258b-f5d6-4b27-973b-a083a3fbc9b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d841258b-f5d6-4b27-973b-a083a3fbc9b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d841258b-f5d6-4b27-973b-a083a3fbc9b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-12fc6367-566c-48af-9cdb-2df30e866c38 {
  min-height: 50px;
}








#s-12fc6367-566c-48af-9cdb-2df30e866c38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12fc6367-566c-48af-9cdb-2df30e866c38.shg-box.shg-c {
  justify-content: center;
}

#s-6f011108-be2f-406c-adfa-e484db1cf234 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6f011108-be2f-406c-adfa-e484db1cf234 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-6f011108-be2f-406c-adfa-e484db1cf234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-6f011108-be2f-406c-adfa-e484db1cf234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-6f011108-be2f-406c-adfa-e484db1cf234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-6f011108-be2f-406c-adfa-e484db1cf234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-6f011108-be2f-406c-adfa-e484db1cf234 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-8ba37f0f-f8fd-41e1-b740-d4379b982520 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5 {
  display: none;
}
#s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5, #wrap-s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5, #wrap-content-s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5 { display: none !important; }}@media (max-width: 767px){#s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5 {
  display: none;
}
#s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5, #wrap-s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5, #wrap-content-s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdd23fb0-5564-41fc-bfb2-0781da43fdc5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-df98c328-a2bb-490b-bd99-3ba70b5908ed {
  min-height: 50px;
}








#s-df98c328-a2bb-490b-bd99-3ba70b5908ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df98c328-a2bb-490b-bd99-3ba70b5908ed.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f9a90a82-7844-43ca-affa-86d9e31ed766"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9a90a82-7844-43ca-affa-86d9e31ed766"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9a90a82-7844-43ca-affa-86d9e31ed766"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9a90a82-7844-43ca-affa-86d9e31ed766"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-4bf6accc-89a8-4a08-8ed5-94b06f678a64 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-74e7e61e-45ec-4dab-b317-77e040fa42fe .shogun-icon-wrapper {
  text-align: center;
}


#s-74e7e61e-45ec-4dab-b317-77e040fa42fe .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-9d5a4db1-e0b4-4838-9352-5b760fa30b86 {
  min-height: 50px;
}








#s-9d5a4db1-e0b4-4838-9352-5b760fa30b86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d5a4db1-e0b4-4838-9352-5b760fa30b86.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b0d9f008-49d3-4c04-a67d-9ba01bd4ba2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0d9f008-49d3-4c04-a67d-9ba01bd4ba2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0d9f008-49d3-4c04-a67d-9ba01bd4ba2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0d9f008-49d3-4c04-a67d-9ba01bd4ba2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cf872a7a-6ddb-4e19-9daa-d9b242679d1f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-ac9ce27b-f219-4ecf-883a-ca2aa979f88e .shogun-icon-wrapper {
  text-align: center;
}


#s-ac9ce27b-f219-4ecf-883a-ca2aa979f88e .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-27901c76-9561-44da-abac-bb23113314da {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27901c76-9561-44da-abac-bb23113314da {
  display: none;
}
#s-27901c76-9561-44da-abac-bb23113314da, #wrap-s-27901c76-9561-44da-abac-bb23113314da, #wrap-content-s-27901c76-9561-44da-abac-bb23113314da { display: none !important; }}@media (max-width: 767px){#s-27901c76-9561-44da-abac-bb23113314da {
  display: none;
}
#s-27901c76-9561-44da-abac-bb23113314da, #wrap-s-27901c76-9561-44da-abac-bb23113314da, #wrap-content-s-27901c76-9561-44da-abac-bb23113314da { display: none !important; }}
@media (min-width: 0px) {
[id="s-27901c76-9561-44da-abac-bb23113314da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27901c76-9561-44da-abac-bb23113314da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27901c76-9561-44da-abac-bb23113314da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27901c76-9561-44da-abac-bb23113314da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dcc4cd7f-1ac5-4f27-8607-5f49590ca968 {
  min-height: 50px;
}








#s-dcc4cd7f-1ac5-4f27-8607-5f49590ca968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcc4cd7f-1ac5-4f27-8607-5f49590ca968.shg-box.shg-c {
  justify-content: center;
}

#s-ea402f60-bb51-4075-bf53-4f6f8689cede {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-f2fcb9b6-f223-4402-b192-bf3211fc37df {
  min-height: 50px;
}








#s-f2fcb9b6-f223-4402-b192-bf3211fc37df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2fcb9b6-f223-4402-b192-bf3211fc37df.shg-box.shg-c {
  justify-content: center;
}

#s-a786cfc2-4987-49ba-bf73-7b94b9da72ff {
  min-height: 50px;
}








#s-a786cfc2-4987-49ba-bf73-7b94b9da72ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a786cfc2-4987-49ba-bf73-7b94b9da72ff.shg-box.shg-c {
  justify-content: center;
}

#s-67470936-0881-4022-a561-83c86a24eb76 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-db7234cc-5160-47b2-8759-56f83096c24a {
  min-height: 50px;
}








#s-db7234cc-5160-47b2-8759-56f83096c24a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db7234cc-5160-47b2-8759-56f83096c24a.shg-box.shg-c {
  justify-content: center;
}

#s-e01d02f9-0605-48c7-8b6d-12725a614edd {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246 {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246 {
  display: none;
}
#s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246, #wrap-s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246, #wrap-content-s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246 { display: none !important; }}@media (max-width: 767px){#s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246 {
  display: none;
}
#s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246, #wrap-s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246, #wrap-content-s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb0f83ca-0ef8-49d1-9de3-a26ee50e7246"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-50a0348a-18c4-4c22-af41-d198fa97fd25 {
  min-height: 50px;
}








#s-50a0348a-18c4-4c22-af41-d198fa97fd25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50a0348a-18c4-4c22-af41-d198fa97fd25.shg-box.shg-c {
  justify-content: center;
}

#s-deceb01d-72fa-4d46-98d8-20227b1e4804 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-947a0b73-6fee-4348-86c6-63963e6b026e {
  min-height: 50px;
}








#s-947a0b73-6fee-4348-86c6-63963e6b026e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-947a0b73-6fee-4348-86c6-63963e6b026e.shg-box.shg-c {
  justify-content: center;
}

#s-73471202-e2b5-42da-ab2f-6ededc8d38c5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-1d8239ff-c8ad-439b-9104-9ab85530fffc {
  min-height: 50px;
}








#s-1d8239ff-c8ad-439b-9104-9ab85530fffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d8239ff-c8ad-439b-9104-9ab85530fffc.shg-box.shg-c {
  justify-content: center;
}

#s-e21dc7f7-e54c-44c9-956f-9ab122e5b8c0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-edf8bed3-5104-4415-abdb-68454d1a47ab {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
padding-top: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-edf8bed3-5104-4415-abdb-68454d1a47ab {
  display: none;
}
#s-edf8bed3-5104-4415-abdb-68454d1a47ab, #wrap-s-edf8bed3-5104-4415-abdb-68454d1a47ab, #wrap-content-s-edf8bed3-5104-4415-abdb-68454d1a47ab { display: none !important; }}@media (max-width: 767px){#s-edf8bed3-5104-4415-abdb-68454d1a47ab {
  display: none;
}
#s-edf8bed3-5104-4415-abdb-68454d1a47ab, #wrap-s-edf8bed3-5104-4415-abdb-68454d1a47ab, #wrap-content-s-edf8bed3-5104-4415-abdb-68454d1a47ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-edf8bed3-5104-4415-abdb-68454d1a47ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edf8bed3-5104-4415-abdb-68454d1a47ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edf8bed3-5104-4415-abdb-68454d1a47ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edf8bed3-5104-4415-abdb-68454d1a47ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ce1ed9e5-7281-4cae-af69-97ef8f7eead5 {
  min-height: 50px;
}








#s-ce1ed9e5-7281-4cae-af69-97ef8f7eead5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce1ed9e5-7281-4cae-af69-97ef8f7eead5.shg-box.shg-c {
  justify-content: center;
}

#s-9eb4130a-68c2-4666-b4db-8ffd2448bf42 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-05c62df8-8bb7-4f76-9a89-065856c65cdf {
  min-height: 50px;
}








#s-05c62df8-8bb7-4f76-9a89-065856c65cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05c62df8-8bb7-4f76-9a89-065856c65cdf.shg-box.shg-c {
  justify-content: center;
}

#s-d49866d3-d70d-4866-a8b5-f513944506ac {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d49866d3-d70d-4866-a8b5-f513944506ac {
  display: none;
}
#s-d49866d3-d70d-4866-a8b5-f513944506ac, #wrap-s-d49866d3-d70d-4866-a8b5-f513944506ac, #wrap-content-s-d49866d3-d70d-4866-a8b5-f513944506ac { display: none !important; }}@media (max-width: 767px){#s-d49866d3-d70d-4866-a8b5-f513944506ac {
  display: none;
}
#s-d49866d3-d70d-4866-a8b5-f513944506ac, #wrap-s-d49866d3-d70d-4866-a8b5-f513944506ac, #wrap-content-s-d49866d3-d70d-4866-a8b5-f513944506ac { display: none !important; }}
@media (min-width: 0px) {
[id="s-d49866d3-d70d-4866-a8b5-f513944506ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d49866d3-d70d-4866-a8b5-f513944506ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d49866d3-d70d-4866-a8b5-f513944506ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d49866d3-d70d-4866-a8b5-f513944506ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-271f3907-d1ed-46d6-ab9e-12d7dbad94a9 {
  min-height: 50px;
}








#s-271f3907-d1ed-46d6-ab9e-12d7dbad94a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-271f3907-d1ed-46d6-ab9e-12d7dbad94a9.shg-box.shg-c {
  justify-content: center;
}

#s-8882f845-8bea-4589-8382-94733e0201a4 {
  min-height: 50px;
}








#s-8882f845-8bea-4589-8382-94733e0201a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8882f845-8bea-4589-8382-94733e0201a4.shg-box.shg-c {
  justify-content: center;
}

#s-c387ddb4-303b-41af-9339-98ef6aa0e44c {
  border-radius: 250px;
text-align: center;
}

#s-c387ddb4-303b-41af-9339-98ef6aa0e44c {
  overflow: hidden;
  
  
}







  #s-c387ddb4-303b-41af-9339-98ef6aa0e44c img.shogun-image {
    

    
    
    
  }


#s-c387ddb4-303b-41af-9339-98ef6aa0e44c .shogun-image-content {
  
    justify-content: center;
  
}

#s-627f7dc2-8c47-4803-ae7e-4a14af12bcca {
  min-height: 50px;
}








#s-627f7dc2-8c47-4803-ae7e-4a14af12bcca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-627f7dc2-8c47-4803-ae7e-4a14af12bcca.shg-box.shg-c {
  justify-content: center;
}

#s-e789e75b-134a-4a8c-93ce-da8cafd5ec37 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1523px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e789e75b-134a-4a8c-93ce-da8cafd5ec37 {
  overflow: hidden;
  
  
      max-width: 1523px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-e789e75b-134a-4a8c-93ce-da8cafd5ec37 img.shogun-image,
  #s-e789e75b-134a-4a8c-93ce-da8cafd5ec37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e789e75b-134a-4a8c-93ce-da8cafd5ec37 {
    width: 100%;
    height: auto;
  }



  #s-e789e75b-134a-4a8c-93ce-da8cafd5ec37 img.shogun-image {
    

    
    
    
  }


#s-e789e75b-134a-4a8c-93ce-da8cafd5ec37 .shogun-image-content {
  
    justify-content: center;
  
}

#s-75089bf1-25f0-4a84-b55b-da77fbe3adee {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-75089bf1-25f0-4a84-b55b-da77fbe3adee {
  display: none;
}
#s-75089bf1-25f0-4a84-b55b-da77fbe3adee, #wrap-s-75089bf1-25f0-4a84-b55b-da77fbe3adee, #wrap-content-s-75089bf1-25f0-4a84-b55b-da77fbe3adee { display: none !important; }}@media (max-width: 767px){#s-75089bf1-25f0-4a84-b55b-da77fbe3adee {
  display: none;
}
#s-75089bf1-25f0-4a84-b55b-da77fbe3adee, #wrap-s-75089bf1-25f0-4a84-b55b-da77fbe3adee, #wrap-content-s-75089bf1-25f0-4a84-b55b-da77fbe3adee { display: none !important; }}
@media (min-width: 0px) {
[id="s-75089bf1-25f0-4a84-b55b-da77fbe3adee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75089bf1-25f0-4a84-b55b-da77fbe3adee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75089bf1-25f0-4a84-b55b-da77fbe3adee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75089bf1-25f0-4a84-b55b-da77fbe3adee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ecb4ac4c-1bc9-410c-9309-dde4cd80e1bd {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-f6010814-9ce2-445c-9637-53612c095e5e {
  margin-left: 2%;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6010814-9ce2-445c-9637-53612c095e5e {
  display: none;
}
#s-f6010814-9ce2-445c-9637-53612c095e5e, #wrap-s-f6010814-9ce2-445c-9637-53612c095e5e, #wrap-content-s-f6010814-9ce2-445c-9637-53612c095e5e { display: none !important; }}@media (max-width: 767px){#s-f6010814-9ce2-445c-9637-53612c095e5e {
  display: none;
}
#s-f6010814-9ce2-445c-9637-53612c095e5e, #wrap-s-f6010814-9ce2-445c-9637-53612c095e5e, #wrap-content-s-f6010814-9ce2-445c-9637-53612c095e5e { display: none !important; }}
@media (min-width: 0px) {
[id="s-f6010814-9ce2-445c-9637-53612c095e5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6010814-9ce2-445c-9637-53612c095e5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6010814-9ce2-445c-9637-53612c095e5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6010814-9ce2-445c-9637-53612c095e5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-75ca0e3c-5cf9-4cec-a14d-a1d7401b51f6 {
  min-height: 50px;
}








#s-75ca0e3c-5cf9-4cec-a14d-a1d7401b51f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75ca0e3c-5cf9-4cec-a14d-a1d7401b51f6.shg-box.shg-c {
  justify-content: center;
}

#s-c09fd78f-b03d-4de0-9ebc-ab93f43e65d3 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c09fd78f-b03d-4de0-9ebc-ab93f43e65d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-c09fd78f-b03d-4de0-9ebc-ab93f43e65d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-c09fd78f-b03d-4de0-9ebc-ab93f43e65d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-c09fd78f-b03d-4de0-9ebc-ab93f43e65d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-c09fd78f-b03d-4de0-9ebc-ab93f43e65d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c09fd78f-b03d-4de0-9ebc-ab93f43e65d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a3b6da34-671d-4f76-97ef-31426119fb25 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-ff072117-5a4d-4d2e-b469-a221d77eeed9 {
  min-height: 50px;
}








#s-ff072117-5a4d-4d2e-b469-a221d77eeed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff072117-5a4d-4d2e-b469-a221d77eeed9.shg-box.shg-c {
  justify-content: center;
}

#s-8345a5df-b631-4b9d-b220-984cd64b3ac8 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8345a5df-b631-4b9d-b220-984cd64b3ac8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-8345a5df-b631-4b9d-b220-984cd64b3ac8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-8345a5df-b631-4b9d-b220-984cd64b3ac8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-8345a5df-b631-4b9d-b220-984cd64b3ac8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-8345a5df-b631-4b9d-b220-984cd64b3ac8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-8345a5df-b631-4b9d-b220-984cd64b3ac8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-72196367-f37c-40b8-a147-cdfc3101aed8 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-917d5ab0-fadb-4d05-b42c-52cd8d89427b {
  margin-left: 2%;
margin-bottom: 20px;
margin-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-917d5ab0-fadb-4d05-b42c-52cd8d89427b {
  display: none;
}
#s-917d5ab0-fadb-4d05-b42c-52cd8d89427b, #wrap-s-917d5ab0-fadb-4d05-b42c-52cd8d89427b, #wrap-content-s-917d5ab0-fadb-4d05-b42c-52cd8d89427b { display: none !important; }}@media (max-width: 767px){#s-917d5ab0-fadb-4d05-b42c-52cd8d89427b {
  display: none;
}
#s-917d5ab0-fadb-4d05-b42c-52cd8d89427b, #wrap-s-917d5ab0-fadb-4d05-b42c-52cd8d89427b, #wrap-content-s-917d5ab0-fadb-4d05-b42c-52cd8d89427b { display: none !important; }}
@media (min-width: 0px) {
[id="s-917d5ab0-fadb-4d05-b42c-52cd8d89427b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-917d5ab0-fadb-4d05-b42c-52cd8d89427b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-917d5ab0-fadb-4d05-b42c-52cd8d89427b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-917d5ab0-fadb-4d05-b42c-52cd8d89427b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1caa42fb-2a0f-441e-a3d0-089f168f6fd4 {
  min-height: 50px;
}








#s-1caa42fb-2a0f-441e-a3d0-089f168f6fd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1caa42fb-2a0f-441e-a3d0-089f168f6fd4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7eb21f6d-503f-4f12-bf77-f719a0c6cdd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eb21f6d-503f-4f12-bf77-f719a0c6cdd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7eb21f6d-503f-4f12-bf77-f719a0c6cdd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eb21f6d-503f-4f12-bf77-f719a0c6cdd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8dc1fcdf-ee96-4b41-902a-a3b7a5239cb6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-9a0d4a62-68d8-4035-bff0-76d70164202b .shogun-icon-wrapper {
  text-align: center;
}


#s-9a0d4a62-68d8-4035-bff0-76d70164202b .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-1492cb90-d363-42fb-9a53-4d690f666848 {
  min-height: 50px;
}








#s-1492cb90-d363-42fb-9a53-4d690f666848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1492cb90-d363-42fb-9a53-4d690f666848.shg-box.shg-c {
  justify-content: center;
}

#s-e4b2178a-ed32-44be-b19c-ad0dfe48e55f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-8ad264d8-a499-4b11-ad79-67973a94b782 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8ad264d8-a499-4b11-ad79-67973a94b782 {
  display: none;
}
#s-8ad264d8-a499-4b11-ad79-67973a94b782, #wrap-s-8ad264d8-a499-4b11-ad79-67973a94b782, #wrap-content-s-8ad264d8-a499-4b11-ad79-67973a94b782 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ad264d8-a499-4b11-ad79-67973a94b782 {
  display: none;
}
#s-8ad264d8-a499-4b11-ad79-67973a94b782, #wrap-s-8ad264d8-a499-4b11-ad79-67973a94b782, #wrap-content-s-8ad264d8-a499-4b11-ad79-67973a94b782 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ad264d8-a499-4b11-ad79-67973a94b782 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(18, 18, 18, 1);
}
}@media (max-width: 767px){#s-8ad264d8-a499-4b11-ad79-67973a94b782 {
  background-color: rgba(0, 0, 0, 1);
}
}







#s-8ad264d8-a499-4b11-ad79-67973a94b782 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ad264d8-a499-4b11-ad79-67973a94b782.shg-box.shg-c {
  justify-content: center;
}

#s-921c266e-1c42-4574-89d6-653da606dc36 {
  margin-left: 5%;
margin-right: 1%;
}
@media (min-width: 1200px){#s-921c266e-1c42-4574-89d6-653da606dc36 {
  display: none;
}
#s-921c266e-1c42-4574-89d6-653da606dc36, #wrap-s-921c266e-1c42-4574-89d6-653da606dc36, #wrap-content-s-921c266e-1c42-4574-89d6-653da606dc36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-921c266e-1c42-4574-89d6-653da606dc36 {
  display: none;
}
#s-921c266e-1c42-4574-89d6-653da606dc36, #wrap-s-921c266e-1c42-4574-89d6-653da606dc36, #wrap-content-s-921c266e-1c42-4574-89d6-653da606dc36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-921c266e-1c42-4574-89d6-653da606dc36 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-921c266e-1c42-4574-89d6-653da606dc36 {
  margin-right: 5%;
}
}
#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 12px;
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}@media (min-width: 768px) and (max-width: 991px){#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(18, 18, 18, 1);
  padding: 12px;
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(18, 18, 18, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 767px){#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 192, 0, 1);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(18, 18, 18, 1);
  padding: 12px;
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(18, 18, 18, 1);
  border-top: 1px solid rgba(255, 192, 0, 1);
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-921c266e-1c42-4574-89d6-653da606dc36 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}
#s-cdf5653f-5db3-4670-9b49-61159813307d {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-cdf5653f-5db3-4670-9b49-61159813307d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdf5653f-5db3-4670-9b49-61159813307d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cdf5653f-5db3-4670-9b49-61159813307d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdf5653f-5db3-4670-9b49-61159813307d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-74ac551d-e722-46ff-8f73-aeb0477d14b9 {
  min-height: 50px;
}








#s-74ac551d-e722-46ff-8f73-aeb0477d14b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74ac551d-e722-46ff-8f73-aeb0477d14b9.shg-box.shg-c {
  justify-content: center;
}

#s-c446eee5-ea8c-459d-9ae3-faf622d6091d {
  border-radius: 250px;
max-width: 1916px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c446eee5-ea8c-459d-9ae3-faf622d6091d {
  overflow: hidden;
  
  
      max-width: 1916px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c446eee5-ea8c-459d-9ae3-faf622d6091d img.shogun-image,
  #s-c446eee5-ea8c-459d-9ae3-faf622d6091d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c446eee5-ea8c-459d-9ae3-faf622d6091d {
    width: 100%;
    height: auto;
  }



  #s-c446eee5-ea8c-459d-9ae3-faf622d6091d img.shogun-image {
    

    
    
    
  }


#s-c446eee5-ea8c-459d-9ae3-faf622d6091d .shogun-image-content {
  
    justify-content: center;
  
}

#s-146fbe90-5e75-4013-9e6d-04e7adc77bfd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-146fbe90-5e75-4013-9e6d-04e7adc77bfd {
  margin-top: 2%;
}
}
#s-1d0f3051-0617-474a-ae61-af52bb01e2e2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1d0f3051-0617-474a-ae61-af52bb01e2e2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-1d0f3051-0617-474a-ae61-af52bb01e2e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-1d0f3051-0617-474a-ae61-af52bb01e2e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-1d0f3051-0617-474a-ae61-af52bb01e2e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-1d0f3051-0617-474a-ae61-af52bb01e2e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-1d0f3051-0617-474a-ae61-af52bb01e2e2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-6d3fd552-0cf6-4846-b111-dd4e48b32b42 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-9381c981-be32-4afc-846b-ae3cb81282d5 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-9381c981-be32-4afc-846b-ae3cb81282d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9381c981-be32-4afc-846b-ae3cb81282d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9381c981-be32-4afc-846b-ae3cb81282d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9381c981-be32-4afc-846b-ae3cb81282d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9916611b-a38a-4639-a0c4-e881030aedd8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6 {
  display: none;
}
#s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6, #wrap-s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6, #wrap-content-s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6 { display: none !important; }}@media (max-width: 767px){#s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6 {
  display: none;
}
#s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6, #wrap-s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6, #wrap-content-s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6 { display: none !important; }}
#s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6 .shogun-icon-wrapper {
  text-align: center;
}


#s-ed694dac-dc20-4faf-b66c-e8893cb0f3e6 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-8046df6b-43a5-463a-a848-d386c928fa09 {
  margin-top: 10%;
margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-8046df6b-43a5-463a-a848-d386c928fa09 {
  display: none;
}
#s-8046df6b-43a5-463a-a848-d386c928fa09, #wrap-s-8046df6b-43a5-463a-a848-d386c928fa09, #wrap-content-s-8046df6b-43a5-463a-a848-d386c928fa09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8046df6b-43a5-463a-a848-d386c928fa09 {
  display: none;
}
#s-8046df6b-43a5-463a-a848-d386c928fa09, #wrap-s-8046df6b-43a5-463a-a848-d386c928fa09, #wrap-content-s-8046df6b-43a5-463a-a848-d386c928fa09 { display: none !important; }}
#s-8046df6b-43a5-463a-a848-d386c928fa09 .shogun-icon-wrapper {
  text-align: center;
}


#s-8046df6b-43a5-463a-a848-d386c928fa09 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-b6512848-4282-45bb-ba21-e5f231ccdcbb {
  min-height: 50px;
}








#s-b6512848-4282-45bb-ba21-e5f231ccdcbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6512848-4282-45bb-ba21-e5f231ccdcbb.shg-box.shg-c {
  justify-content: center;
}

#s-d227e04f-72da-4bb1-8375-81a44273519b {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 240px;
max-width: 1916px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d227e04f-72da-4bb1-8375-81a44273519b {
  overflow: hidden;
  
  
      max-width: 1916px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d227e04f-72da-4bb1-8375-81a44273519b img.shogun-image,
  #s-d227e04f-72da-4bb1-8375-81a44273519b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d227e04f-72da-4bb1-8375-81a44273519b {
    width: 100%;
    height: auto;
  }



  #s-d227e04f-72da-4bb1-8375-81a44273519b img.shogun-image {
    

    
    
    
  }


#s-d227e04f-72da-4bb1-8375-81a44273519b .shogun-image-content {
  
    justify-content: center;
  
}

#s-7bdb2271-28ca-47b9-b582-cd5d5a39ad7e {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7bdb2271-28ca-47b9-b582-cd5d5a39ad7e {
  margin-top: 2%;
}
}
#s-e7b48ebc-a5e4-4b4d-8711-37da40494ab1 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e7b48ebc-a5e4-4b4d-8711-37da40494ab1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-e7b48ebc-a5e4-4b4d-8711-37da40494ab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-e7b48ebc-a5e4-4b4d-8711-37da40494ab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-e7b48ebc-a5e4-4b4d-8711-37da40494ab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-e7b48ebc-a5e4-4b4d-8711-37da40494ab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-e7b48ebc-a5e4-4b4d-8711-37da40494ab1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-94e7c6e4-4459-4de5-903c-73d47e92c2b1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-f286d044-85fe-4cf6-9ea7-90a1c8ffe756 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f286d044-85fe-4cf6-9ea7-90a1c8ffe756"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f286d044-85fe-4cf6-9ea7-90a1c8ffe756"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f286d044-85fe-4cf6-9ea7-90a1c8ffe756"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f286d044-85fe-4cf6-9ea7-90a1c8ffe756"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-71b41bb4-ed31-4971-99d0-577654f7ed34 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-d4516f9c-0373-4ac5-9719-95e4f2461f0f {
  padding-left: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4516f9c-0373-4ac5-9719-95e4f2461f0f {
  display: none;
}
#s-d4516f9c-0373-4ac5-9719-95e4f2461f0f, #wrap-s-d4516f9c-0373-4ac5-9719-95e4f2461f0f, #wrap-content-s-d4516f9c-0373-4ac5-9719-95e4f2461f0f { display: none !important; }}@media (max-width: 767px){#s-d4516f9c-0373-4ac5-9719-95e4f2461f0f {
  display: none;
}
#s-d4516f9c-0373-4ac5-9719-95e4f2461f0f, #wrap-s-d4516f9c-0373-4ac5-9719-95e4f2461f0f, #wrap-content-s-d4516f9c-0373-4ac5-9719-95e4f2461f0f { display: none !important; }}
#s-d4516f9c-0373-4ac5-9719-95e4f2461f0f .shogun-icon-wrapper {
  text-align: center;
}


#s-d4516f9c-0373-4ac5-9719-95e4f2461f0f .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-5bb30e21-2de6-4219-aaa5-0717978b86a1 {
  margin-top: 10%;
padding-left: 0%;
}
@media (min-width: 1200px){#s-5bb30e21-2de6-4219-aaa5-0717978b86a1 {
  display: none;
}
#s-5bb30e21-2de6-4219-aaa5-0717978b86a1, #wrap-s-5bb30e21-2de6-4219-aaa5-0717978b86a1, #wrap-content-s-5bb30e21-2de6-4219-aaa5-0717978b86a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5bb30e21-2de6-4219-aaa5-0717978b86a1 {
  display: none;
}
#s-5bb30e21-2de6-4219-aaa5-0717978b86a1, #wrap-s-5bb30e21-2de6-4219-aaa5-0717978b86a1, #wrap-content-s-5bb30e21-2de6-4219-aaa5-0717978b86a1 { display: none !important; }}
#s-5bb30e21-2de6-4219-aaa5-0717978b86a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-5bb30e21-2de6-4219-aaa5-0717978b86a1 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-e39204bc-77c4-45f6-92df-2900201bdebe {
  min-height: 50px;
}








#s-e39204bc-77c4-45f6-92df-2900201bdebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e39204bc-77c4-45f6-92df-2900201bdebe.shg-box.shg-c {
  justify-content: center;
}

#s-15b72fb3-6d5a-435b-a419-ea4ffb5d22ec {
  border-radius: 250px;
max-width: 1916px;
aspect-ratio: 1/1;
text-align: center;
}

#s-15b72fb3-6d5a-435b-a419-ea4ffb5d22ec {
  overflow: hidden;
  
  
      max-width: 1916px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-15b72fb3-6d5a-435b-a419-ea4ffb5d22ec img.shogun-image,
  #s-15b72fb3-6d5a-435b-a419-ea4ffb5d22ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-15b72fb3-6d5a-435b-a419-ea4ffb5d22ec {
    width: 100%;
    height: auto;
  }



  #s-15b72fb3-6d5a-435b-a419-ea4ffb5d22ec img.shogun-image {
    

    
    
    
  }


#s-15b72fb3-6d5a-435b-a419-ea4ffb5d22ec .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-442bacc6-f848-4aef-b0ac-2555e043e885 {
  margin-top: 2%;
}
}
#s-2b459216-d852-4ebc-bb00-d783d6480362 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2b459216-d852-4ebc-bb00-d783d6480362 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-2b459216-d852-4ebc-bb00-d783d6480362 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-2b459216-d852-4ebc-bb00-d783d6480362 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-2b459216-d852-4ebc-bb00-d783d6480362 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-2b459216-d852-4ebc-bb00-d783d6480362 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-2b459216-d852-4ebc-bb00-d783d6480362 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-f446447c-bdca-47db-9cb7-b60b9ffce3df {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-7f5af3b4-91bf-4f46-a92f-bfdebb2d682d {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8 {
  display: none;
}
#s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8, #wrap-s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8, #wrap-content-s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8 {
  display: none;
}
#s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8, #wrap-s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8, #wrap-content-s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b15079a6-24cb-46fe-b7c5-d7926ccf3ea8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-522f2ba8-9bd6-4a17-9ad1-e8a36336d8cb {
  min-height: 50px;
}








#s-522f2ba8-9bd6-4a17-9ad1-e8a36336d8cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-522f2ba8-9bd6-4a17-9ad1-e8a36336d8cb.shg-box.shg-c {
  justify-content: center;
}

#s-abef79a5-54fc-4d70-943f-b2a5c928ed64 {
  padding-bottom: 30px;
border-radius: 250px;
max-width: 1851px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-abef79a5-54fc-4d70-943f-b2a5c928ed64 {
  border-radius: 250px;
max-width: 1851px;
aspect-ratio: 1/1;
}
}
#s-abef79a5-54fc-4d70-943f-b2a5c928ed64 {
  overflow: hidden;
  
  
      max-width: 1851px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 img.shogun-image,
  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 {
    width: 100%;
    height: auto;
  }



  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 img.shogun-image {
    

    
    
    
  }


#s-abef79a5-54fc-4d70-943f-b2a5c928ed64 .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-abef79a5-54fc-4d70-943f-b2a5c928ed64 {
  overflow: hidden;
  
  
      max-width: 1851px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 img.shogun-image,
  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 {
    width: 100%;
    height: auto;
  }



  #s-abef79a5-54fc-4d70-943f-b2a5c928ed64 img.shogun-image {
    

    
    
    
  }


#s-abef79a5-54fc-4d70-943f-b2a5c928ed64 .shogun-image-content {
  
    justify-content: center;
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-5627f07c-7d3d-4dc0-a399-f3df3a647021 {
  margin-top: 2%;
}
}
#s-7ce24408-112b-4f2a-ab3c-9f6900d4a189 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-7ce24408-112b-4f2a-ab3c-9f6900d4a189 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-7ce24408-112b-4f2a-ab3c-9f6900d4a189 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-7ce24408-112b-4f2a-ab3c-9f6900d4a189 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-7ce24408-112b-4f2a-ab3c-9f6900d4a189 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-7ce24408-112b-4f2a-ab3c-9f6900d4a189 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-7ce24408-112b-4f2a-ab3c-9f6900d4a189 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-191be81b-0c2a-477f-862b-e2d92f8407fb {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-2fb2daff-80a1-48e6-8daa-af49edb19ba1 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-2fb2daff-80a1-48e6-8daa-af49edb19ba1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2fb2daff-80a1-48e6-8daa-af49edb19ba1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb2daff-80a1-48e6-8daa-af49edb19ba1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb2daff-80a1-48e6-8daa-af49edb19ba1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1929144c-3243-469e-9302-6700b7977d72 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-3199dd08-fde9-49fe-bd3d-5460b96e28b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-3199dd08-fde9-49fe-bd3d-5460b96e28b1 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-cc791690-0c74-4f15-a2e5-3296726253a5 {
  min-height: 50px;
}








#s-cc791690-0c74-4f15-a2e5-3296726253a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc791690-0c74-4f15-a2e5-3296726253a5.shg-box.shg-c {
  justify-content: center;
}

#s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 {
  padding-bottom: 30px;
border-radius: 250px;
max-width: 1899px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 {
  border-radius: 250px;
max-width: 1899px;
aspect-ratio: 1/1;
}
}
#s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 {
  overflow: hidden;
  
  
      max-width: 1899px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 img.shogun-image,
  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 {
    width: 100%;
    height: auto;
  }



  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 img.shogun-image {
    

    
    
    
  }


#s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 {
  overflow: hidden;
  
  
      max-width: 1899px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 img.shogun-image,
  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 {
    width: 100%;
    height: auto;
  }



  #s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 img.shogun-image {
    

    
    
    
  }


#s-3f2332b8-4764-4a37-84e5-7c6aa59e3571 .shogun-image-content {
  
    justify-content: center;
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-31e751f1-82e1-47e4-a9ff-6c8ace146767 {
  margin-top: 2%;
}
}
#s-8bfb2264-40d7-4b68-8eee-5303c94784e0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-8bfb2264-40d7-4b68-8eee-5303c94784e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-8bfb2264-40d7-4b68-8eee-5303c94784e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-8bfb2264-40d7-4b68-8eee-5303c94784e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-8bfb2264-40d7-4b68-8eee-5303c94784e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-8bfb2264-40d7-4b68-8eee-5303c94784e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-8bfb2264-40d7-4b68-8eee-5303c94784e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-8289ffce-b9fc-4163-8aa3-d171b3e5b55c {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-50a65301-2a93-4c2a-89fc-4295a4a5035a {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-9cdf54b2-d2c0-4d2d-a6b7-87a4e3ded019 {
  min-height: 50px;
}








#s-9cdf54b2-d2c0-4d2d-a6b7-87a4e3ded019 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cdf54b2-d2c0-4d2d-a6b7-87a4e3ded019.shg-box.shg-c {
  justify-content: center;
}

#s-ae3d1936-5aef-449a-96ca-02dff26339bd {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1434px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ae3d1936-5aef-449a-96ca-02dff26339bd {
  overflow: hidden;
  
  
      max-width: 1434px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-ae3d1936-5aef-449a-96ca-02dff26339bd img.shogun-image,
  #s-ae3d1936-5aef-449a-96ca-02dff26339bd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae3d1936-5aef-449a-96ca-02dff26339bd {
    width: 100%;
    height: auto;
  }



  #s-ae3d1936-5aef-449a-96ca-02dff26339bd img.shogun-image {
    

    
    
    
  }


#s-ae3d1936-5aef-449a-96ca-02dff26339bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b2c3b1f-ed7c-48ab-8cab-e8f464b91d7e {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b2c3b1f-ed7c-48ab-8cab-e8f464b91d7e {
  margin-top: 2%;
}
}
#s-a1f5d455-6975-4715-a27a-f587a9bfa7d0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a1f5d455-6975-4715-a27a-f587a9bfa7d0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-a1f5d455-6975-4715-a27a-f587a9bfa7d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-a1f5d455-6975-4715-a27a-f587a9bfa7d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-a1f5d455-6975-4715-a27a-f587a9bfa7d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-a1f5d455-6975-4715-a27a-f587a9bfa7d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a1f5d455-6975-4715-a27a-f587a9bfa7d0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-827e666b-cb10-417b-bbf3-752b8b256fb9 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-a2c28c64-1d13-45cb-887b-2c5c81e1ae98 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a2c28c64-1d13-45cb-887b-2c5c81e1ae98"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a2c28c64-1d13-45cb-887b-2c5c81e1ae98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a2c28c64-1d13-45cb-887b-2c5c81e1ae98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2c28c64-1d13-45cb-887b-2c5c81e1ae98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7a9e7c5-199c-436a-b10e-60e4fc6ac078 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-3a1632f1-7bd0-46bc-ac75-ddf40be1c668 {
  padding-top: 11px;
padding-bottom: 11px;
}

#s-3a1632f1-7bd0-46bc-ac75-ddf40be1c668 .shogun-icon-wrapper {
  text-align: center;
}


#s-3a1632f1-7bd0-46bc-ac75-ddf40be1c668 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-3ee5e033-6d6f-4abd-80df-0f11337fc6be {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-3ee5e033-6d6f-4abd-80df-0f11337fc6be {
  display: none;
}
#s-3ee5e033-6d6f-4abd-80df-0f11337fc6be, #wrap-s-3ee5e033-6d6f-4abd-80df-0f11337fc6be, #wrap-content-s-3ee5e033-6d6f-4abd-80df-0f11337fc6be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ee5e033-6d6f-4abd-80df-0f11337fc6be {
  display: none;
}
#s-3ee5e033-6d6f-4abd-80df-0f11337fc6be, #wrap-s-3ee5e033-6d6f-4abd-80df-0f11337fc6be, #wrap-content-s-3ee5e033-6d6f-4abd-80df-0f11337fc6be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ee5e033-6d6f-4abd-80df-0f11337fc6be {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-3ee5e033-6d6f-4abd-80df-0f11337fc6be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ee5e033-6d6f-4abd-80df-0f11337fc6be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ee5e033-6d6f-4abd-80df-0f11337fc6be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ee5e033-6d6f-4abd-80df-0f11337fc6be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1e254315-dad0-4c80-bef2-d7f968ecbc87 {
  min-height: 50px;
}








#s-1e254315-dad0-4c80-bef2-d7f968ecbc87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e254315-dad0-4c80-bef2-d7f968ecbc87.shg-box.shg-c {
  justify-content: center;
}

#s-32983cbe-c53c-4a14-bf7c-6b1407145616 {
  padding-bottom: 30px;
border-radius: 250px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-32983cbe-c53c-4a14-bf7c-6b1407145616 {
  max-width: 1929px;
aspect-ratio: 1/1;
}
}
#s-32983cbe-c53c-4a14-bf7c-6b1407145616 {
  overflow: hidden;
  
  
}







  #s-32983cbe-c53c-4a14-bf7c-6b1407145616 img.shogun-image {
    

    
    
    
  }


#s-32983cbe-c53c-4a14-bf7c-6b1407145616 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-26ae6ea1-6c45-4089-8c7e-5efc282be699 {
  margin-top: 2%;
}
}
#s-abc3ecf1-0dee-4f3c-8af1-129d437ec726 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-abc3ecf1-0dee-4f3c-8af1-129d437ec726 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-abc3ecf1-0dee-4f3c-8af1-129d437ec726 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-abc3ecf1-0dee-4f3c-8af1-129d437ec726 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-abc3ecf1-0dee-4f3c-8af1-129d437ec726 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-abc3ecf1-0dee-4f3c-8af1-129d437ec726 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-abc3ecf1-0dee-4f3c-8af1-129d437ec726 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-b02b6eca-6ba1-46f7-9df8-48585c9f9da1 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-209f7273-273a-4390-93fa-d17ae4f39ed5 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-209f7273-273a-4390-93fa-d17ae4f39ed5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-209f7273-273a-4390-93fa-d17ae4f39ed5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-209f7273-273a-4390-93fa-d17ae4f39ed5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-209f7273-273a-4390-93fa-d17ae4f39ed5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a506ebe1-afcf-4b99-af44-be149bbd244e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-a5e36773-f168-480e-85b1-621ca12e332e .shogun-icon-wrapper {
  text-align: center;
}


#s-a5e36773-f168-480e-85b1-621ca12e332e .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-a7231f8b-652b-4b5a-aea6-e40a87a00ae9 {
  min-height: 50px;
}








#s-a7231f8b-652b-4b5a-aea6-e40a87a00ae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7231f8b-652b-4b5a-aea6-e40a87a00ae9.shg-box.shg-c {
  justify-content: center;
}

#s-a2f961e4-4e83-467f-b950-a5c5af32aed2 {
  margin-bottom: 30px;
border-radius: 250px;
text-align: center;
}

#s-a2f961e4-4e83-467f-b950-a5c5af32aed2 {
  overflow: hidden;
  
  
}







  #s-a2f961e4-4e83-467f-b950-a5c5af32aed2 img.shogun-image {
    

    
    
    
  }


#s-a2f961e4-4e83-467f-b950-a5c5af32aed2 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-0ea1b0b1-aa49-402d-9eb7-3a220a527d63 {
  margin-top: 2%;
}
}
#s-40bfaf95-50d9-4d85-8dfd-d3c8e03b6946 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-40bfaf95-50d9-4d85-8dfd-d3c8e03b6946 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-40bfaf95-50d9-4d85-8dfd-d3c8e03b6946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-40bfaf95-50d9-4d85-8dfd-d3c8e03b6946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-40bfaf95-50d9-4d85-8dfd-d3c8e03b6946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-40bfaf95-50d9-4d85-8dfd-d3c8e03b6946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-40bfaf95-50d9-4d85-8dfd-d3c8e03b6946 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-8b274124-1626-45ca-bbd8-7ab1e6e8e482 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-b6ac2844-dd1b-41b8-80a9-2fbb5065b474 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-b77244e4-bda6-4cf3-a952-156836216b01 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-b77244e4-bda6-4cf3-a952-156836216b01 {
  display: none;
}
#s-b77244e4-bda6-4cf3-a952-156836216b01, #wrap-s-b77244e4-bda6-4cf3-a952-156836216b01, #wrap-content-s-b77244e4-bda6-4cf3-a952-156836216b01 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b77244e4-bda6-4cf3-a952-156836216b01 {
  display: none;
}
#s-b77244e4-bda6-4cf3-a952-156836216b01, #wrap-s-b77244e4-bda6-4cf3-a952-156836216b01, #wrap-content-s-b77244e4-bda6-4cf3-a952-156836216b01 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b77244e4-bda6-4cf3-a952-156836216b01 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-b77244e4-bda6-4cf3-a952-156836216b01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b77244e4-bda6-4cf3-a952-156836216b01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b77244e4-bda6-4cf3-a952-156836216b01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b77244e4-bda6-4cf3-a952-156836216b01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-405f8626-3616-4611-8d13-fc81b0d84643 {
  min-height: 50px;
}








#s-405f8626-3616-4611-8d13-fc81b0d84643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-405f8626-3616-4611-8d13-fc81b0d84643.shg-box.shg-c {
  justify-content: center;
}

#s-a66fe657-2f68-4e2e-84f2-14df93f5f472 {
  padding-bottom: 30px;
border-radius: 250px;
text-align: center;
}

#s-a66fe657-2f68-4e2e-84f2-14df93f5f472 {
  overflow: hidden;
  
  
}







  #s-a66fe657-2f68-4e2e-84f2-14df93f5f472 img.shogun-image {
    

    
    
    
  }


#s-a66fe657-2f68-4e2e-84f2-14df93f5f472 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-18600803-1818-4627-8331-eeb0705ff18d {
  margin-top: 2%;
}
}
#s-d59f4199-c383-4dbf-b74d-1544ad55afb6 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d59f4199-c383-4dbf-b74d-1544ad55afb6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-d59f4199-c383-4dbf-b74d-1544ad55afb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-d59f4199-c383-4dbf-b74d-1544ad55afb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-d59f4199-c383-4dbf-b74d-1544ad55afb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-d59f4199-c383-4dbf-b74d-1544ad55afb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-d59f4199-c383-4dbf-b74d-1544ad55afb6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-79a91597-2855-4b00-aadf-946d77fd44e4 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-627337fd-9fdb-464b-bb8a-0cde5e39b00a {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-f1959a13-9337-4580-8dc8-ddde0e94f105 {
  min-height: 50px;
}








#s-f1959a13-9337-4580-8dc8-ddde0e94f105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f1959a13-9337-4580-8dc8-ddde0e94f105.shg-box.shg-c {
  justify-content: center;
}

#s-d2d33830-a08c-400a-ab17-0d85e8f55443 {
  padding-bottom: 30px;
border-radius: 250px;
text-align: center;
}

#s-d2d33830-a08c-400a-ab17-0d85e8f55443 {
  overflow: hidden;
  
  
}







  #s-d2d33830-a08c-400a-ab17-0d85e8f55443 img.shogun-image {
    

    
    
    
  }


#s-d2d33830-a08c-400a-ab17-0d85e8f55443 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-7af32035-919c-48a0-b4ee-0e5562380d49 {
  margin-top: 2%;
}
}
#s-97ae2d87-2d37-4fda-a0d6-d49b65eacaa0 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-97ae2d87-2d37-4fda-a0d6-d49b65eacaa0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-97ae2d87-2d37-4fda-a0d6-d49b65eacaa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-97ae2d87-2d37-4fda-a0d6-d49b65eacaa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-97ae2d87-2d37-4fda-a0d6-d49b65eacaa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-97ae2d87-2d37-4fda-a0d6-d49b65eacaa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-97ae2d87-2d37-4fda-a0d6-d49b65eacaa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d14c8755-ab7f-41f0-85ab-842a30facb43 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-01173616-9f91-4b3f-af0a-599f0a4de943 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1 {
  display: none;
}
#s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1, #wrap-s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1, #wrap-content-s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1 {
  display: none;
}
#s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1, #wrap-s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1, #wrap-content-s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1 {
  
}
}
@media (min-width: 0px) {
[id="s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0d6ba76-365a-4ec7-9a3b-eb144c8d94b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a253c34a-808e-4478-925e-95cfa559dbcc {
  min-height: 50px;
}








#s-a253c34a-808e-4478-925e-95cfa559dbcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a253c34a-808e-4478-925e-95cfa559dbcc.shg-box.shg-c {
  justify-content: center;
}

#s-c6dfa1e7-c3ee-4b9d-b713-3f96e7568a04 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1773px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c6dfa1e7-c3ee-4b9d-b713-3f96e7568a04 {
  overflow: hidden;
  
  
      max-width: 1773px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c6dfa1e7-c3ee-4b9d-b713-3f96e7568a04 img.shogun-image,
  #s-c6dfa1e7-c3ee-4b9d-b713-3f96e7568a04 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6dfa1e7-c3ee-4b9d-b713-3f96e7568a04 {
    width: 100%;
    height: auto;
  }



  #s-c6dfa1e7-c3ee-4b9d-b713-3f96e7568a04 img.shogun-image {
    

    
    
    
  }


#s-c6dfa1e7-c3ee-4b9d-b713-3f96e7568a04 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-27200939-93e5-49c3-bf6a-3cbb12b7208e {
  margin-top: 2%;
}
}
#s-2d6bc104-1c8a-42ee-94c7-a592460650da {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-2d6bc104-1c8a-42ee-94c7-a592460650da > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-2d6bc104-1c8a-42ee-94c7-a592460650da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-2d6bc104-1c8a-42ee-94c7-a592460650da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-2d6bc104-1c8a-42ee-94c7-a592460650da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-2d6bc104-1c8a-42ee-94c7-a592460650da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-2d6bc104-1c8a-42ee-94c7-a592460650da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-44591c3c-e576-49af-a5bf-dae16525f4af {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-4de10d91-1b9f-48b8-a46b-b6ed781f94e1 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-ef985d37-4287-439d-808e-0f079a7bd6e2 {
  min-height: 50px;
}








#s-ef985d37-4287-439d-808e-0f079a7bd6e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef985d37-4287-439d-808e-0f079a7bd6e2.shg-box.shg-c {
  justify-content: center;
}

#s-c9634b22-5c48-4c24-9d40-0afce1ce30ab {
  padding-top: 0px;
padding-bottom: 17px;
border-radius: 250px;
max-width: 2048px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9634b22-5c48-4c24-9d40-0afce1ce30ab {
  max-width: 2048px;
aspect-ratio: 1/1;
}
}
#s-c9634b22-5c48-4c24-9d40-0afce1ce30ab {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab img.shogun-image,
  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab {
    width: 100%;
    height: auto;
  }



  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab img.shogun-image {
    

    
    
    
  }


#s-c9634b22-5c48-4c24-9d40-0afce1ce30ab .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-c9634b22-5c48-4c24-9d40-0afce1ce30ab {
  overflow: hidden;
  
  
      max-width: 2048px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab img.shogun-image,
  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab {
    width: 100%;
    height: auto;
  }



  #s-c9634b22-5c48-4c24-9d40-0afce1ce30ab img.shogun-image {
    

    
    
    
  }


#s-c9634b22-5c48-4c24-9d40-0afce1ce30ab .shogun-image-content {
  
    justify-content: center;
  
}
}
#s-762f4a8b-6a1d-478d-9b84-0c01852c950e {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-762f4a8b-6a1d-478d-9b84-0c01852c950e {
  margin-top: 2%;
}
}
#s-aefbdc52-e5a9-4016-9da9-993f14749be5 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-aefbdc52-e5a9-4016-9da9-993f14749be5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-aefbdc52-e5a9-4016-9da9-993f14749be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-aefbdc52-e5a9-4016-9da9-993f14749be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-aefbdc52-e5a9-4016-9da9-993f14749be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-aefbdc52-e5a9-4016-9da9-993f14749be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-aefbdc52-e5a9-4016-9da9-993f14749be5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a303b301-d152-410b-bf3d-22e5f8f8c16c {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-eb28dbd6-7b7a-46cd-b06b-2380ffe78721 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-eb28dbd6-7b7a-46cd-b06b-2380ffe78721"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eb28dbd6-7b7a-46cd-b06b-2380ffe78721"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb28dbd6-7b7a-46cd-b06b-2380ffe78721"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb28dbd6-7b7a-46cd-b06b-2380ffe78721"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3729703a-1fb6-45e1-a347-6d36ad9eb429 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-8e794d45-84ba-4785-aaae-e97cf308c010 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e794d45-84ba-4785-aaae-e97cf308c010 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-38318ec7-755d-40aa-9ae5-410146656743 {
  min-height: 50px;
}








#s-38318ec7-755d-40aa-9ae5-410146656743 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38318ec7-755d-40aa-9ae5-410146656743.shg-box.shg-c {
  justify-content: center;
}

#s-d16ebe5d-56dc-482a-b785-e9d80113f37e {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1466px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d16ebe5d-56dc-482a-b785-e9d80113f37e {
  overflow: hidden;
  
  
      max-width: 1466px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-d16ebe5d-56dc-482a-b785-e9d80113f37e img.shogun-image,
  #s-d16ebe5d-56dc-482a-b785-e9d80113f37e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d16ebe5d-56dc-482a-b785-e9d80113f37e {
    width: 100%;
    height: auto;
  }



  #s-d16ebe5d-56dc-482a-b785-e9d80113f37e img.shogun-image {
    

    
    
    
  }


#s-d16ebe5d-56dc-482a-b785-e9d80113f37e .shogun-image-content {
  
    justify-content: center;
  
}

#s-3dc83304-1727-487d-bdd9-c851815dce19 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3dc83304-1727-487d-bdd9-c851815dce19 {
  margin-top: 2%;
}
}
#s-85355cd3-f531-4bf3-92e2-48a37ad383ca {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-85355cd3-f531-4bf3-92e2-48a37ad383ca > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-85355cd3-f531-4bf3-92e2-48a37ad383ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-85355cd3-f531-4bf3-92e2-48a37ad383ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-85355cd3-f531-4bf3-92e2-48a37ad383ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-85355cd3-f531-4bf3-92e2-48a37ad383ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-85355cd3-f531-4bf3-92e2-48a37ad383ca > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-2f35d779-8f3f-401e-9598-8e8b449c6bb8 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-7062bd5b-0f47-4f28-b599-2cb69400425e {
  min-height: 50px;
}








#s-7062bd5b-0f47-4f28-b599-2cb69400425e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7062bd5b-0f47-4f28-b599-2cb69400425e.shg-box.shg-c {
  justify-content: center;
}

#s-51d23fcf-3f07-4c03-ae8c-ce020b29ffab {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-d1fe98a7-6628-4787-acf7-8998f02f3f77 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-d1fe98a7-6628-4787-acf7-8998f02f3f77 {
  display: none;
}
#s-d1fe98a7-6628-4787-acf7-8998f02f3f77, #wrap-s-d1fe98a7-6628-4787-acf7-8998f02f3f77, #wrap-content-s-d1fe98a7-6628-4787-acf7-8998f02f3f77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1fe98a7-6628-4787-acf7-8998f02f3f77 {
  display: none;
}
#s-d1fe98a7-6628-4787-acf7-8998f02f3f77, #wrap-s-d1fe98a7-6628-4787-acf7-8998f02f3f77, #wrap-content-s-d1fe98a7-6628-4787-acf7-8998f02f3f77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1fe98a7-6628-4787-acf7-8998f02f3f77 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-d1fe98a7-6628-4787-acf7-8998f02f3f77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1fe98a7-6628-4787-acf7-8998f02f3f77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1fe98a7-6628-4787-acf7-8998f02f3f77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1fe98a7-6628-4787-acf7-8998f02f3f77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-99f1c842-a460-4dab-a30b-23b55d32839d {
  min-height: 50px;
}








#s-99f1c842-a460-4dab-a30b-23b55d32839d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99f1c842-a460-4dab-a30b-23b55d32839d.shg-box.shg-c {
  justify-content: center;
}

#s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f {
  padding-bottom: 30px;
border-radius: 250px;
max-width: 1917px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f {
  max-width: 1917px;
aspect-ratio: 1/1;
}
}
#s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f {
  overflow: hidden;
  
  
      max-width: 1917px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f img.shogun-image,
  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f {
    width: 100%;
    height: auto;
  }



  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f img.shogun-image {
    

    
    
    
  }


#s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f {
  overflow: hidden;
  
  
      max-width: 1917px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f img.shogun-image,
  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f {
    width: 100%;
    height: auto;
  }



  #s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f img.shogun-image {
    

    
    
    
  }


#s-2733d2f1-f5e6-41a4-9b7c-629a7f7f2f5f .shogun-image-content {
  
    justify-content: center;
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-836e9b70-f7f5-4dc2-a8c4-5d0d8a31c050 {
  margin-top: 2%;
}
}
#s-57ce82a0-b6ff-4527-a502-bd72b5614e28 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-57ce82a0-b6ff-4527-a502-bd72b5614e28 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-57ce82a0-b6ff-4527-a502-bd72b5614e28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-57ce82a0-b6ff-4527-a502-bd72b5614e28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-57ce82a0-b6ff-4527-a502-bd72b5614e28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-57ce82a0-b6ff-4527-a502-bd72b5614e28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-57ce82a0-b6ff-4527-a502-bd72b5614e28 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-24478529-0735-4cc7-a716-f97d188ef89d {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-a0db862e-407a-4e80-a870-33303c8468c2 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-a0db862e-407a-4e80-a870-33303c8468c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a0db862e-407a-4e80-a870-33303c8468c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0db862e-407a-4e80-a870-33303c8468c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0db862e-407a-4e80-a870-33303c8468c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8afdc486-443f-4b34-80a1-650cb57ae919 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-db74b86f-df4b-417f-bae3-fc51a0bd1436 .shogun-icon-wrapper {
  text-align: center;
}


#s-db74b86f-df4b-417f-bae3-fc51a0bd1436 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-37509dff-e596-4d03-b6ff-a10bcf02778d {
  min-height: 50px;
}








#s-37509dff-e596-4d03-b6ff-a10bcf02778d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37509dff-e596-4d03-b6ff-a10bcf02778d.shg-box.shg-c {
  justify-content: center;
}

#s-cde4b8e3-5645-449a-84ef-65240002af3a {
  padding-bottom: 30px;
border-radius: 250px;
max-width: 1935px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cde4b8e3-5645-449a-84ef-65240002af3a {
  max-width: 1935px;
aspect-ratio: 1/1;
}
}
#s-cde4b8e3-5645-449a-84ef-65240002af3a {
  overflow: hidden;
  
  
      max-width: 1935px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cde4b8e3-5645-449a-84ef-65240002af3a img.shogun-image,
  #s-cde4b8e3-5645-449a-84ef-65240002af3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cde4b8e3-5645-449a-84ef-65240002af3a {
    width: 100%;
    height: auto;
  }



  #s-cde4b8e3-5645-449a-84ef-65240002af3a img.shogun-image {
    

    
    
    
  }


#s-cde4b8e3-5645-449a-84ef-65240002af3a .shogun-image-content {
  
    justify-content: center;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-cde4b8e3-5645-449a-84ef-65240002af3a {
  overflow: hidden;
  
  
      max-width: 1935px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-cde4b8e3-5645-449a-84ef-65240002af3a img.shogun-image,
  #s-cde4b8e3-5645-449a-84ef-65240002af3a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cde4b8e3-5645-449a-84ef-65240002af3a {
    width: 100%;
    height: auto;
  }



  #s-cde4b8e3-5645-449a-84ef-65240002af3a img.shogun-image {
    

    
    
    
  }


#s-cde4b8e3-5645-449a-84ef-65240002af3a .shogun-image-content {
  
    justify-content: center;
  
}
}
@media (min-width: 768px) and (max-width: 991px){#s-b1729c2f-3038-4573-89b6-c422e63e843c {
  margin-top: 2%;
}
}
#s-984d3332-b698-40af-ab0d-0d8549f390a2 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-984d3332-b698-40af-ab0d-0d8549f390a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-984d3332-b698-40af-ab0d-0d8549f390a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-984d3332-b698-40af-ab0d-0d8549f390a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-984d3332-b698-40af-ab0d-0d8549f390a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-984d3332-b698-40af-ab0d-0d8549f390a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-984d3332-b698-40af-ab0d-0d8549f390a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-4b9915aa-0c36-4a71-9a03-8178a4486cbd {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-869707f7-8e36-4b69-9b53-959f75a666df {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-869707f7-8e36-4b69-9b53-959f75a666df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-869707f7-8e36-4b69-9b53-959f75a666df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-869707f7-8e36-4b69-9b53-959f75a666df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-869707f7-8e36-4b69-9b53-959f75a666df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-433fbf55-6457-4fcb-8732-83265836c251 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-0e9948a5-634d-43f4-a04c-1b1b8edf83a4 .shogun-icon-wrapper {
  text-align: center;
}


#s-0e9948a5-634d-43f4-a04c-1b1b8edf83a4 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-56de61c2-9722-4f6d-8fc1-c6d79524b07f {
  min-height: 50px;
}








#s-56de61c2-9722-4f6d-8fc1-c6d79524b07f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56de61c2-9722-4f6d-8fc1-c6d79524b07f.shg-box.shg-c {
  justify-content: center;
}

#s-5d2ca3d1-fdaf-49f5-891e-8da82e2404eb {
  min-height: 50px;
}








#s-5d2ca3d1-fdaf-49f5-891e-8da82e2404eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d2ca3d1-fdaf-49f5-891e-8da82e2404eb.shg-box.shg-c {
  justify-content: center;
}

#s-254af072-53b1-4633-b69e-9efba2e415a3 {
  padding-bottom: 30px;
border-radius: 250px;
max-width: 1953px;
aspect-ratio: 1/1;
text-align: center;
}

#s-254af072-53b1-4633-b69e-9efba2e415a3 {
  overflow: hidden;
  
  
      max-width: 1953px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-254af072-53b1-4633-b69e-9efba2e415a3 img.shogun-image,
  #s-254af072-53b1-4633-b69e-9efba2e415a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-254af072-53b1-4633-b69e-9efba2e415a3 {
    width: 100%;
    height: auto;
  }



  #s-254af072-53b1-4633-b69e-9efba2e415a3 img.shogun-image {
    

    
    
    
  }


#s-254af072-53b1-4633-b69e-9efba2e415a3 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-bef8aa75-939c-4abd-919e-0e0c9ab780ed {
  margin-top: 2%;
}
}
#s-55f08267-f2f2-44ea-9381-ec37b3016f8d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-55f08267-f2f2-44ea-9381-ec37b3016f8d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-55f08267-f2f2-44ea-9381-ec37b3016f8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-55f08267-f2f2-44ea-9381-ec37b3016f8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-55f08267-f2f2-44ea-9381-ec37b3016f8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-55f08267-f2f2-44ea-9381-ec37b3016f8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-55f08267-f2f2-44ea-9381-ec37b3016f8d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-034072cb-743a-43b6-bad3-248534b54b57 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-70838214-85a5-4a5c-8c60-c1ed2b09d3e6 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-70838214-85a5-4a5c-8c60-c1ed2b09d3e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-70838214-85a5-4a5c-8c60-c1ed2b09d3e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-70838214-85a5-4a5c-8c60-c1ed2b09d3e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-70838214-85a5-4a5c-8c60-c1ed2b09d3e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cc4daa53-aef9-4ad4-8cd1-74a396417a28 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-098c4f5b-abd6-4339-a70f-5294866df9d1 .shogun-icon-wrapper {
  text-align: center;
}


#s-098c4f5b-abd6-4339-a70f-5294866df9d1 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92 {
  display: none;
}
#s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92, #wrap-s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92, #wrap-content-s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92 {
  display: none;
}
#s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92, #wrap-s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92, #wrap-content-s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a38d107-c4ff-4d61-8b7e-52b3e8f1fb92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ec6d0c1f-e113-4199-b99a-b741832310b1 {
  min-height: 50px;
}








#s-ec6d0c1f-e113-4199-b99a-b741832310b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec6d0c1f-e113-4199-b99a-b741832310b1.shg-box.shg-c {
  justify-content: center;
}

#s-4e708f70-6fb5-435c-aaac-1bc39e43fce3 {
  padding-bottom: 30px;
border-radius: 250px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4e708f70-6fb5-435c-aaac-1bc39e43fce3 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4e708f70-6fb5-435c-aaac-1bc39e43fce3 {
  overflow: hidden;
  
  
}







  #s-4e708f70-6fb5-435c-aaac-1bc39e43fce3 img.shogun-image {
    

    
    
    
  }


#s-4e708f70-6fb5-435c-aaac-1bc39e43fce3 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-1ddb13ef-6577-4236-9e4d-453198a1d6cb {
  margin-top: 2%;
}
}
#s-9a3b1267-efb5-4291-8cd7-6898609e989d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-9a3b1267-efb5-4291-8cd7-6898609e989d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-9a3b1267-efb5-4291-8cd7-6898609e989d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-9a3b1267-efb5-4291-8cd7-6898609e989d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-9a3b1267-efb5-4291-8cd7-6898609e989d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-9a3b1267-efb5-4291-8cd7-6898609e989d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-9a3b1267-efb5-4291-8cd7-6898609e989d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-e9ed13c8-71f9-4051-9cf0-f93efede0747 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-9905c5b2-a749-49ea-83e7-3ec3b3ebd4f8 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-b081df90-65b6-4a23-845e-634578672257 {
  min-height: 50px;
}








#s-b081df90-65b6-4a23-845e-634578672257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b081df90-65b6-4a23-845e-634578672257.shg-box.shg-c {
  justify-content: center;
}

#s-1304467a-37b7-4c58-9639-6990a7841686 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1523px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1304467a-37b7-4c58-9639-6990a7841686 {
  overflow: hidden;
  
  
      max-width: 1523px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1304467a-37b7-4c58-9639-6990a7841686 img.shogun-image,
  #s-1304467a-37b7-4c58-9639-6990a7841686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1304467a-37b7-4c58-9639-6990a7841686 {
    width: 100%;
    height: auto;
  }



  #s-1304467a-37b7-4c58-9639-6990a7841686 img.shogun-image {
    

    
    
    
  }


#s-1304467a-37b7-4c58-9639-6990a7841686 .shogun-image-content {
  
    justify-content: center;
  
}

#s-fc65df7f-34f0-4dfb-ab97-367c860fd68b {
  margin-top: 30px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc65df7f-34f0-4dfb-ab97-367c860fd68b {
  margin-top: 2%;
}
}
#s-e8c39b5a-1a8e-4995-b4b8-5392aacd67fc {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-e8c39b5a-1a8e-4995-b4b8-5392aacd67fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-e8c39b5a-1a8e-4995-b4b8-5392aacd67fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-e8c39b5a-1a8e-4995-b4b8-5392aacd67fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-e8c39b5a-1a8e-4995-b4b8-5392aacd67fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-e8c39b5a-1a8e-4995-b4b8-5392aacd67fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-e8c39b5a-1a8e-4995-b4b8-5392aacd67fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d4c6c8f8-a858-480b-bbce-f9290a41e94b {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-d39d0524-2ba4-499b-a8aa-f685a4667946 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-bb10d2b3-7f54-469b-97f1-d778c3614528 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-bb10d2b3-7f54-469b-97f1-d778c3614528 {
  display: none;
}
#s-bb10d2b3-7f54-469b-97f1-d778c3614528, #wrap-s-bb10d2b3-7f54-469b-97f1-d778c3614528, #wrap-content-s-bb10d2b3-7f54-469b-97f1-d778c3614528 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb10d2b3-7f54-469b-97f1-d778c3614528 {
  display: none;
}
#s-bb10d2b3-7f54-469b-97f1-d778c3614528, #wrap-s-bb10d2b3-7f54-469b-97f1-d778c3614528, #wrap-content-s-bb10d2b3-7f54-469b-97f1-d778c3614528 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb10d2b3-7f54-469b-97f1-d778c3614528 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-bb10d2b3-7f54-469b-97f1-d778c3614528 {
  
}
}
@media (min-width: 0px) {
[id="s-bb10d2b3-7f54-469b-97f1-d778c3614528"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb10d2b3-7f54-469b-97f1-d778c3614528"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb10d2b3-7f54-469b-97f1-d778c3614528"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb10d2b3-7f54-469b-97f1-d778c3614528"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-eac9a046-f32f-4576-b048-44d0c0440f78 {
  min-height: 50px;
}








#s-eac9a046-f32f-4576-b048-44d0c0440f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eac9a046-f32f-4576-b048-44d0c0440f78.shg-box.shg-c {
  justify-content: center;
}

#s-5077148f-b70f-4b60-9058-253962cdfe7f {
  margin-bottom: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1329px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5077148f-b70f-4b60-9058-253962cdfe7f {
  overflow: hidden;
  
  
      max-width: 1329px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-5077148f-b70f-4b60-9058-253962cdfe7f img.shogun-image,
  #s-5077148f-b70f-4b60-9058-253962cdfe7f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5077148f-b70f-4b60-9058-253962cdfe7f {
    width: 100%;
    height: auto;
  }



  #s-5077148f-b70f-4b60-9058-253962cdfe7f img.shogun-image {
    

    
    
    
  }


#s-5077148f-b70f-4b60-9058-253962cdfe7f .shogun-image-content {
  
    justify-content: center;
  
}

#s-cfa52e4a-d119-4a06-afe9-e45da7300b76 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfa52e4a-d119-4a06-afe9-e45da7300b76 {
  margin-top: 2%;
}
}
#s-87f3f2b7-2133-4d0f-b8ed-686ed5245455 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-87f3f2b7-2133-4d0f-b8ed-686ed5245455 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-87f3f2b7-2133-4d0f-b8ed-686ed5245455 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-87f3f2b7-2133-4d0f-b8ed-686ed5245455 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-87f3f2b7-2133-4d0f-b8ed-686ed5245455 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-87f3f2b7-2133-4d0f-b8ed-686ed5245455 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-87f3f2b7-2133-4d0f-b8ed-686ed5245455 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-fa2f9318-570a-46bc-b4bf-259a2d0721d7 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-5889b16a-0f3c-4572-a8d6-bca67524f28c {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-44a9a0ab-036b-48c5-83a6-a1727d8c8d08 {
  min-height: 50px;
}








#s-44a9a0ab-036b-48c5-83a6-a1727d8c8d08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44a9a0ab-036b-48c5-83a6-a1727d8c8d08.shg-box.shg-c {
  justify-content: center;
}

#s-9c2b2d82-17bd-4ae0-9c66-c6368bf28dca {
  padding-bottom: 30px;
border-radius: 250px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9c2b2d82-17bd-4ae0-9c66-c6368bf28dca {
  border-radius: 250px;
max-width: 1905px;
aspect-ratio: 1/1;
text-align: center;
}
}
#s-9c2b2d82-17bd-4ae0-9c66-c6368bf28dca {
  overflow: hidden;
  
  
}







  #s-9c2b2d82-17bd-4ae0-9c66-c6368bf28dca img.shogun-image {
    

    
    
    
  }


#s-9c2b2d82-17bd-4ae0-9c66-c6368bf28dca .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-dc0a2a73-4a84-4001-9654-d93109554366 {
  margin-top: 2%;
}
}
#s-1e60d89d-81e6-4255-9601-5d58b73b62fa {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1e60d89d-81e6-4255-9601-5d58b73b62fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-1e60d89d-81e6-4255-9601-5d58b73b62fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-1e60d89d-81e6-4255-9601-5d58b73b62fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-1e60d89d-81e6-4255-9601-5d58b73b62fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-1e60d89d-81e6-4255-9601-5d58b73b62fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-1e60d89d-81e6-4255-9601-5d58b73b62fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d02fc54b-b8b5-46cd-b745-17f349821d3a {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-a0897b50-3972-43d2-a6e5-8ef66d2946d5 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-e8adebbe-33a9-4e5d-8062-f65042cf10ba {
  min-height: 50px;
}








#s-e8adebbe-33a9-4e5d-8062-f65042cf10ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8adebbe-33a9-4e5d-8062-f65042cf10ba.shg-box.shg-c {
  justify-content: center;
}

#s-a7acd401-366b-4d00-9f29-cddb564f4293 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-a7acd401-366b-4d00-9f29-cddb564f4293 {
  overflow: hidden;
  
  
}







  #s-a7acd401-366b-4d00-9f29-cddb564f4293 img.shogun-image {
    

    
    
    
  }


#s-a7acd401-366b-4d00-9f29-cddb564f4293 .shogun-image-content {
  
    justify-content: center;
  
}

#s-60b1a1a4-785f-4507-b85f-8bbb9221cf44 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-60b1a1a4-785f-4507-b85f-8bbb9221cf44 {
  margin-top: 2%;
}
}
#s-c36b096e-4e04-4cae-9527-e285719bfe1f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c36b096e-4e04-4cae-9527-e285719bfe1f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-c36b096e-4e04-4cae-9527-e285719bfe1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-c36b096e-4e04-4cae-9527-e285719bfe1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-c36b096e-4e04-4cae-9527-e285719bfe1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-c36b096e-4e04-4cae-9527-e285719bfe1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c36b096e-4e04-4cae-9527-e285719bfe1f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-9bdc8d3a-537b-43c6-a600-076e48df0f87 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-421780f7-23d1-4939-90b6-0293cc028846 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-2fb985b7-2697-4b2d-b4f9-afab8acbbcda {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fb985b7-2697-4b2d-b4f9-afab8acbbcda {
  padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-2fb985b7-2697-4b2d-b4f9-afab8acbbcda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb985b7-2697-4b2d-b4f9-afab8acbbcda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb985b7-2697-4b2d-b4f9-afab8acbbcda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb985b7-2697-4b2d-b4f9-afab8acbbcda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1db48049-7ccf-418e-ac07-d0fbe29679d9 {
  border-radius: 250px;
max-width: 1917px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1db48049-7ccf-418e-ac07-d0fbe29679d9 {
  overflow: hidden;
  
  
      max-width: 1917px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-1db48049-7ccf-418e-ac07-d0fbe29679d9 img.shogun-image,
  #s-1db48049-7ccf-418e-ac07-d0fbe29679d9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1db48049-7ccf-418e-ac07-d0fbe29679d9 {
    width: 100%;
    height: auto;
  }



  #s-1db48049-7ccf-418e-ac07-d0fbe29679d9 img.shogun-image {
    

    
    
    
  }


#s-1db48049-7ccf-418e-ac07-d0fbe29679d9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-97849ef0-f92c-430a-9e63-4e221bddcb00 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-97849ef0-f92c-430a-9e63-4e221bddcb00 {
  margin-top: 2%;
}
}
#s-291c704e-e0f8-463d-b6bc-22d5a416096f {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-291c704e-e0f8-463d-b6bc-22d5a416096f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-291c704e-e0f8-463d-b6bc-22d5a416096f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-291c704e-e0f8-463d-b6bc-22d5a416096f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-291c704e-e0f8-463d-b6bc-22d5a416096f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-291c704e-e0f8-463d-b6bc-22d5a416096f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-291c704e-e0f8-463d-b6bc-22d5a416096f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-70cd5fdb-d215-4106-8174-5cd220087f6d {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-413a2f7f-8304-4f54-8c1c-49c93d964c4c {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-24c20e56-6c83-4243-b33a-ea1f754396dd {
  border-radius: 250px;
max-width: 1917px;
aspect-ratio: 1/1;
text-align: center;
}

#s-24c20e56-6c83-4243-b33a-ea1f754396dd {
  overflow: hidden;
  
  
      max-width: 1917px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-24c20e56-6c83-4243-b33a-ea1f754396dd img.shogun-image,
  #s-24c20e56-6c83-4243-b33a-ea1f754396dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-24c20e56-6c83-4243-b33a-ea1f754396dd {
    width: 100%;
    height: auto;
  }



  #s-24c20e56-6c83-4243-b33a-ea1f754396dd img.shogun-image {
    

    
    
    
  }


#s-24c20e56-6c83-4243-b33a-ea1f754396dd .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-48f4671d-c23e-495a-8b3f-954f96ce0b44 {
  margin-top: 2%;
}
}
#s-d4dd5007-ffc1-4336-bbdc-1954ae1c410a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-d4dd5007-ffc1-4336-bbdc-1954ae1c410a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-d4dd5007-ffc1-4336-bbdc-1954ae1c410a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-d4dd5007-ffc1-4336-bbdc-1954ae1c410a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-d4dd5007-ffc1-4336-bbdc-1954ae1c410a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-d4dd5007-ffc1-4336-bbdc-1954ae1c410a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-d4dd5007-ffc1-4336-bbdc-1954ae1c410a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d5623623-ea51-4e7b-9e63-07e93cbe1b55 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-179cc15d-6fd1-4ac4-804f-d7448ccef3d6 {
  padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-4fa4a612-e325-4e57-96bc-ba2043c12e7e {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-4fa4a612-e325-4e57-96bc-ba2043c12e7e {
  overflow: hidden;
  
  
}







  #s-4fa4a612-e325-4e57-96bc-ba2043c12e7e img.shogun-image {
    

    
    
    
  }


#s-4fa4a612-e325-4e57-96bc-ba2043c12e7e .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-4f49118d-aeaf-44b7-b6fd-0b2f92a3d8a8 {
  margin-top: 2%;
}
}
#s-4d79b1d5-cbc8-4d58-bc5b-7e03f3f36191 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-4d79b1d5-cbc8-4d58-bc5b-7e03f3f36191 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-4d79b1d5-cbc8-4d58-bc5b-7e03f3f36191 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-4d79b1d5-cbc8-4d58-bc5b-7e03f3f36191 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-4d79b1d5-cbc8-4d58-bc5b-7e03f3f36191 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-4d79b1d5-cbc8-4d58-bc5b-7e03f3f36191 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-4d79b1d5-cbc8-4d58-bc5b-7e03f3f36191 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-8f949bcd-14b2-4bed-b990-564a7839b23e {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-1b38ae65-501d-43a2-8aaf-06834c7576d2 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1b38ae65-501d-43a2-8aaf-06834c7576d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1b38ae65-501d-43a2-8aaf-06834c7576d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b38ae65-501d-43a2-8aaf-06834c7576d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b38ae65-501d-43a2-8aaf-06834c7576d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bc941d07-de19-4668-8bbf-c4be1b4aa434 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-3abc3e0c-95b2-404a-b919-7883624d1398 .shogun-icon-wrapper {
  text-align: center;
}


#s-3abc3e0c-95b2-404a-b919-7883624d1398 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-c70af464-f9c8-4f75-bd0c-548cba242fb9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-c70af464-f9c8-4f75-bd0c-548cba242fb9 {
  display: none;
}
#s-c70af464-f9c8-4f75-bd0c-548cba242fb9, #wrap-s-c70af464-f9c8-4f75-bd0c-548cba242fb9, #wrap-content-s-c70af464-f9c8-4f75-bd0c-548cba242fb9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c70af464-f9c8-4f75-bd0c-548cba242fb9 {
  display: none;
}
#s-c70af464-f9c8-4f75-bd0c-548cba242fb9, #wrap-s-c70af464-f9c8-4f75-bd0c-548cba242fb9, #wrap-content-s-c70af464-f9c8-4f75-bd0c-548cba242fb9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c70af464-f9c8-4f75-bd0c-548cba242fb9 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-c70af464-f9c8-4f75-bd0c-548cba242fb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c70af464-f9c8-4f75-bd0c-548cba242fb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c70af464-f9c8-4f75-bd0c-548cba242fb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c70af464-f9c8-4f75-bd0c-548cba242fb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7822cdff-4354-4091-9066-d9eb43abc748 {
  min-height: 50px;
}








#s-7822cdff-4354-4091-9066-d9eb43abc748 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7822cdff-4354-4091-9066-d9eb43abc748.shg-box.shg-c {
  justify-content: center;
}

#s-f38ee8cc-716c-4c20-9bb5-d0afd8ffa6ca {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
text-align: center;
}

#s-f38ee8cc-716c-4c20-9bb5-d0afd8ffa6ca {
  overflow: hidden;
  
  
}







  #s-f38ee8cc-716c-4c20-9bb5-d0afd8ffa6ca img.shogun-image {
    

    
    
    
  }


#s-f38ee8cc-716c-4c20-9bb5-d0afd8ffa6ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-d23839de-e1da-4fda-b2ae-b4ae996d2c2c {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d23839de-e1da-4fda-b2ae-b4ae996d2c2c {
  margin-top: 2%;
}
}
#s-1f3cf6d0-29e1-4b7e-9443-8787c8644093 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-1f3cf6d0-29e1-4b7e-9443-8787c8644093 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-1f3cf6d0-29e1-4b7e-9443-8787c8644093 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-1f3cf6d0-29e1-4b7e-9443-8787c8644093 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-1f3cf6d0-29e1-4b7e-9443-8787c8644093 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-1f3cf6d0-29e1-4b7e-9443-8787c8644093 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-1f3cf6d0-29e1-4b7e-9443-8787c8644093 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-bf7a3db2-00a7-499b-bccb-3e691411dc3c {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-c087a059-94c4-46b2-94c0-39381c2269af {
  min-height: 50px;
}








#s-c087a059-94c4-46b2-94c0-39381c2269af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c087a059-94c4-46b2-94c0-39381c2269af.shg-box.shg-c {
  justify-content: center;
}

#s-2fa724a0-33df-447a-ab51-6d1ffc96efc7 {
  padding-top: 0px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1852px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2fa724a0-33df-447a-ab51-6d1ffc96efc7 {
  overflow: hidden;
  
  
      max-width: 1852px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2fa724a0-33df-447a-ab51-6d1ffc96efc7 img.shogun-image,
  #s-2fa724a0-33df-447a-ab51-6d1ffc96efc7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2fa724a0-33df-447a-ab51-6d1ffc96efc7 {
    width: 100%;
    height: auto;
  }



  #s-2fa724a0-33df-447a-ab51-6d1ffc96efc7 img.shogun-image {
    

    
    
    
  }


#s-2fa724a0-33df-447a-ab51-6d1ffc96efc7 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-7df9ba3f-5e17-47e2-ac16-a83a83ec416b {
  margin-top: 2%;
}
}
#s-55a83c20-30f7-4f6d-a6f3-78f9a8e55c6a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-55a83c20-30f7-4f6d-a6f3-78f9a8e55c6a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-55a83c20-30f7-4f6d-a6f3-78f9a8e55c6a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-55a83c20-30f7-4f6d-a6f3-78f9a8e55c6a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-55a83c20-30f7-4f6d-a6f3-78f9a8e55c6a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-55a83c20-30f7-4f6d-a6f3-78f9a8e55c6a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-55a83c20-30f7-4f6d-a6f3-78f9a8e55c6a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-68144fe4-99e8-45fa-8e9b-9b6ddc898784 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-535bb6a9-dfbf-448b-9b2c-3c7b5efc1360 {
  padding-top: 11px;
padding-bottom: 11px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c {
  display: none;
}
#s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c, #wrap-s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c, #wrap-content-s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c {
  display: none;
}
#s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c, #wrap-s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c, #wrap-content-s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e0364ed-aa31-4d41-b4f5-9c92ba798b1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a66a9af-6089-4b5e-90e4-dc17b28d740c {
  min-height: 50px;
}








#s-1a66a9af-6089-4b5e-90e4-dc17b28d740c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a66a9af-6089-4b5e-90e4-dc17b28d740c.shg-box.shg-c {
  justify-content: center;
}

#s-77d5f7b5-b0ad-4307-a323-491a0747ce22 {
  margin-bottom: 30px;
border-radius: 250px;
text-align: center;
}

#s-77d5f7b5-b0ad-4307-a323-491a0747ce22 {
  overflow: hidden;
  
  
}







  #s-77d5f7b5-b0ad-4307-a323-491a0747ce22 img.shogun-image {
    

    
    
    
  }


#s-77d5f7b5-b0ad-4307-a323-491a0747ce22 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-d8f3a8ef-e57f-4031-8be4-be57c20d6c49 {
  margin-top: 2%;
}
}
#s-796a7112-e159-4268-a888-99dcab417313 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-796a7112-e159-4268-a888-99dcab417313 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-796a7112-e159-4268-a888-99dcab417313 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-796a7112-e159-4268-a888-99dcab417313 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-796a7112-e159-4268-a888-99dcab417313 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-796a7112-e159-4268-a888-99dcab417313 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-796a7112-e159-4268-a888-99dcab417313 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-97c808ee-7c59-4d2a-97fa-b0b8e0922e11 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-0a8dc9f5-b69f-4312-9360-619f07f9bc32 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-0a8dc9f5-b69f-4312-9360-619f07f9bc32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0a8dc9f5-b69f-4312-9360-619f07f9bc32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a8dc9f5-b69f-4312-9360-619f07f9bc32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a8dc9f5-b69f-4312-9360-619f07f9bc32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-11ee002b-573a-44ca-a60b-11616aa65388 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-5ed172c8-322b-409d-b3f4-901eacb4c8d6 .shogun-icon-wrapper {
  text-align: center;
}


#s-5ed172c8-322b-409d-b3f4-901eacb4c8d6 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-f9c6bdc7-7488-4e53-ac44-e9a162e0319b {
  min-height: 50px;
}








#s-f9c6bdc7-7488-4e53-ac44-e9a162e0319b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9c6bdc7-7488-4e53-ac44-e9a162e0319b.shg-box.shg-c {
  justify-content: center;
}

#s-a79a41ca-eda5-4d27-a5b6-e4ea299da717 {
  margin-top: 0px;
margin-bottom: 30px;
padding-bottom: 0px;
border-radius: 250px;
max-width: 1516px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a79a41ca-eda5-4d27-a5b6-e4ea299da717 {
  overflow: hidden;
  
  
      max-width: 1516px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-a79a41ca-eda5-4d27-a5b6-e4ea299da717 img.shogun-image,
  #s-a79a41ca-eda5-4d27-a5b6-e4ea299da717 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a79a41ca-eda5-4d27-a5b6-e4ea299da717 {
    width: 100%;
    height: auto;
  }



  #s-a79a41ca-eda5-4d27-a5b6-e4ea299da717 img.shogun-image {
    

    
    
    
  }


#s-a79a41ca-eda5-4d27-a5b6-e4ea299da717 .shogun-image-content {
  
    justify-content: center;
  
}

#s-376eabbe-7a2b-48ad-bf95-eebbce4b0591 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-376eabbe-7a2b-48ad-bf95-eebbce4b0591 {
  margin-top: 2%;
}
}
#s-6c3b8d89-a92a-49d7-99a7-73213bd5ee05 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6c3b8d89-a92a-49d7-99a7-73213bd5ee05 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-6c3b8d89-a92a-49d7-99a7-73213bd5ee05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-6c3b8d89-a92a-49d7-99a7-73213bd5ee05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-6c3b8d89-a92a-49d7-99a7-73213bd5ee05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-6c3b8d89-a92a-49d7-99a7-73213bd5ee05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-6c3b8d89-a92a-49d7-99a7-73213bd5ee05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-7da0b3f7-ffa4-4880-bdb8-72b7f6418639 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-055c2b55-587f-4726-981d-42e8b781a118 {
  padding-top: 11px;
padding-bottom: 11px;
}

@media (min-width: 0px) {
[id="s-055c2b55-587f-4726-981d-42e8b781a118"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-055c2b55-587f-4726-981d-42e8b781a118"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-055c2b55-587f-4726-981d-42e8b781a118"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-055c2b55-587f-4726-981d-42e8b781a118"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c1cd2f6f-0215-4520-b600-6add55b19db5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-d3636c76-ab98-4788-b0df-fd9c1ecfc690 .shogun-icon-wrapper {
  text-align: center;
}


#s-d3636c76-ab98-4788-b0df-fd9c1ecfc690 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-65f049a3-2bb6-496e-82b6-a4946d761ce0 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-65f049a3-2bb6-496e-82b6-a4946d761ce0 {
  display: none;
}
#s-65f049a3-2bb6-496e-82b6-a4946d761ce0, #wrap-s-65f049a3-2bb6-496e-82b6-a4946d761ce0, #wrap-content-s-65f049a3-2bb6-496e-82b6-a4946d761ce0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65f049a3-2bb6-496e-82b6-a4946d761ce0 {
  display: none;
}
#s-65f049a3-2bb6-496e-82b6-a4946d761ce0, #wrap-s-65f049a3-2bb6-496e-82b6-a4946d761ce0, #wrap-content-s-65f049a3-2bb6-496e-82b6-a4946d761ce0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65f049a3-2bb6-496e-82b6-a4946d761ce0 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-65f049a3-2bb6-496e-82b6-a4946d761ce0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65f049a3-2bb6-496e-82b6-a4946d761ce0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65f049a3-2bb6-496e-82b6-a4946d761ce0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65f049a3-2bb6-496e-82b6-a4946d761ce0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-50297b68-6743-4566-b68a-cb406a4c055d {
  min-height: 50px;
}








#s-50297b68-6743-4566-b68a-cb406a4c055d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50297b68-6743-4566-b68a-cb406a4c055d.shg-box.shg-c {
  justify-content: center;
}

#s-0be1fdb6-c07d-46f8-bc75-349c0ea7a6ee {
  margin-bottom: 30px;
border-radius: 250px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0be1fdb6-c07d-46f8-bc75-349c0ea7a6ee {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-0be1fdb6-c07d-46f8-bc75-349c0ea7a6ee {
  overflow: hidden;
  
  
}







  #s-0be1fdb6-c07d-46f8-bc75-349c0ea7a6ee img.shogun-image {
    

    
    
    
  }


#s-0be1fdb6-c07d-46f8-bc75-349c0ea7a6ee .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-581f1059-318c-4ddf-98b8-3c7518b7bb37 {
  margin-top: 2%;
}
}
#s-0a4b0bc9-73a9-43e4-bb59-f6f692c04e62 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-0a4b0bc9-73a9-43e4-bb59-f6f692c04e62 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-0a4b0bc9-73a9-43e4-bb59-f6f692c04e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-0a4b0bc9-73a9-43e4-bb59-f6f692c04e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-0a4b0bc9-73a9-43e4-bb59-f6f692c04e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-0a4b0bc9-73a9-43e4-bb59-f6f692c04e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-0a4b0bc9-73a9-43e4-bb59-f6f692c04e62 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-0752e4ac-95f4-42fb-8cd7-1eebcff4e27a {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-911a65a5-1d16-4860-b087-743a65b8730e {
  padding-top: 11px;
padding-bottom: 11px;
}
@media (min-width: 768px) and (max-width: 991px){#s-911a65a5-1d16-4860-b087-743a65b8730e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-911a65a5-1d16-4860-b087-743a65b8730e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-911a65a5-1d16-4860-b087-743a65b8730e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-911a65a5-1d16-4860-b087-743a65b8730e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-911a65a5-1d16-4860-b087-743a65b8730e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5b0b0f9e-56c6-4c14-9b6d-33093e0a7c8c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-a84ee868-8792-4099-b84b-6986d37f4011 .shogun-icon-wrapper {
  text-align: center;
}


#s-a84ee868-8792-4099-b84b-6986d37f4011 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(64, 187, 85, 1);
}

#s-7145b670-7cf9-405c-beb3-894c332a4199 {
  min-height: 50px;
}








#s-7145b670-7cf9-405c-beb3-894c332a4199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7145b670-7cf9-405c-beb3-894c332a4199.shg-box.shg-c {
  justify-content: center;
}

#s-b0aac0f1-3054-46ce-82d8-c77491ce5c5b {
  padding-bottom: 30px;
border-radius: 250px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0aac0f1-3054-46ce-82d8-c77491ce5c5b {
  border-radius: 250px;
max-width: 1959px;
aspect-ratio: 1/1;
text-align: center;
}
}
#s-b0aac0f1-3054-46ce-82d8-c77491ce5c5b {
  overflow: hidden;
  
  
}







  #s-b0aac0f1-3054-46ce-82d8-c77491ce5c5b img.shogun-image {
    

    
    
    
  }


#s-b0aac0f1-3054-46ce-82d8-c77491ce5c5b .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-4b907c04-5365-45a0-a258-e350b0c6c7d6 {
  margin-top: 2%;
}
}
#s-587e46b3-fe6a-420b-90b1-516453196035 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-587e46b3-fe6a-420b-90b1-516453196035 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 190, 51, 1);
}

#s-587e46b3-fe6a-420b-90b1-516453196035 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-587e46b3-fe6a-420b-90b1-516453196035 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 192, 0, 1);
}

#s-587e46b3-fe6a-420b-90b1-516453196035 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(255, 190, 51, 1);
}

#s-587e46b3-fe6a-420b-90b1-516453196035 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 192, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-587e46b3-fe6a-420b-90b1-516453196035 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a81979f8-9507-4b9a-869f-78eaae592220 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-dc460090-df17-4952-bd05-433f46df443f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
}

#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 100px;
}
@media (min-width: 1200px){#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c {
  background-repeat: no-repeat;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c {
  background-repeat: no-repeat;
}
}@media (min-width: 768px) and (max-width: 991px){#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c {
  background-repeat: no-repeat;
}
}@media (max-width: 767px){#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c {
  background-repeat: no-repeat;
}
}
#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjhlNWE4ZGEtZmNhZS00ODNiLTkwMWMtMDlmYzg0MDQ4ZDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMTIxMjEyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjE5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiMxMjEyMTI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y4ZTVhOGRhLWZjYWUtNDgzYi05MDFjLTA5ZmM4NDA0OGQ4ZSkiLz48L3N2Zz4=);
}








#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11d4948d-01ab-4444-bf2a-5f882c3e1d2c.shg-box.shg-c {
  justify-content: center;
}

#s-abe8b7fd-37e1-48c7-98d3-1fd099e7c6da {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-ec2ccf66-bd4a-4427-8778-f999742f37d6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-ec2ccf66-bd4a-4427-8778-f999742f37d6 {
  display: none;
}
#s-ec2ccf66-bd4a-4427-8778-f999742f37d6, #wrap-s-ec2ccf66-bd4a-4427-8778-f999742f37d6, #wrap-content-s-ec2ccf66-bd4a-4427-8778-f999742f37d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec2ccf66-bd4a-4427-8778-f999742f37d6 {
  display: none;
}
#s-ec2ccf66-bd4a-4427-8778-f999742f37d6, #wrap-s-ec2ccf66-bd4a-4427-8778-f999742f37d6, #wrap-content-s-ec2ccf66-bd4a-4427-8778-f999742f37d6 { display: none !important; }}@media (max-width: 767px){#s-ec2ccf66-bd4a-4427-8778-f999742f37d6 {
  display: none;
}
#s-ec2ccf66-bd4a-4427-8778-f999742f37d6, #wrap-s-ec2ccf66-bd4a-4427-8778-f999742f37d6, #wrap-content-s-ec2ccf66-bd4a-4427-8778-f999742f37d6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ec2ccf66-bd4a-4427-8778-f999742f37d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec2ccf66-bd4a-4427-8778-f999742f37d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec2ccf66-bd4a-4427-8778-f999742f37d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec2ccf66-bd4a-4427-8778-f999742f37d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.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-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* 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-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1500/2100;
text-align: center;
}
@media (min-width: 1200px){#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 2/3;
text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin-top: 5%;
max-width: 300px;
aspect-ratio: 1/1;
}
}
#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }

    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-link {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
  box-sizing: border-box;
}



.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
      --shg-aspect-ratio: calc(1500/2100); 
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
      position: relative;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

@media (min-width: 1200px){#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
  box-sizing: border-box;
}



.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
      position: relative;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }

    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-link {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
  box-sizing: border-box;
}



.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
      --shg-aspect-ratio: calc(1500/2100); 
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
      position: relative;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 500px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
  box-sizing: border-box;
}



.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
      position: relative;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}@media (max-width: 767px){#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  margin: 0 !important;
  overflow: visible;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add background color handling */
  
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }

    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-link {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1500px;
  }



  img.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
    
    
    
    max-height: 1500px;
  }


.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b .shogun-image-content {
  
    justify-content: center;
  
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image {
  box-sizing: border-box;
}



.s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b {
      --shg-aspect-ratio: calc(1500/2100); 
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container {
      position: relative;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb49e4ab-940a-445d-a4ce-b8cd9819ef7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1500px;
    }
  }

}
#s-bca0764b-d6fc-439e-bd05-893defba18dd {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-bca0764b-d6fc-439e-bd05-893defba18dd {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  aspect-ratio: 2/3;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  margin-top: 5%;
max-width: 300px;
}
}
#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  margin: 0 !important;
  overflow: visible;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add background color handling */
  
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
  box-sizing: border-box;
}



.s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
      position: relative;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  margin: 0 !important;
  overflow: visible;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add background color handling */
  
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
  box-sizing: border-box;
}



.s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
      position: relative;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  margin: 0 !important;
  overflow: visible;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add background color handling */
  
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
  box-sizing: border-box;
}



.s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
      position: relative;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  margin: 0 !important;
  overflow: visible;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add background color handling */
  
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
  box-sizing: border-box;
}



.s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
      position: relative;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  margin: 0 !important;
  overflow: visible;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add background color handling */
  
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-4fe79403-195e-492e-9403-3e8ee3bc6791 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image {
  box-sizing: border-box;
}



.s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container {
      position: relative;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4fe79403-195e-492e-9403-3e8ee3bc6791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-e12e99cd-f91e-4fc2-bb96-f0f02676c1be {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-e12e99cd-f91e-4fc2-bb96-f0f02676c1be {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  margin-left: auto;
margin-right: auto;
max-width: 1364px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  margin-top: 5%;
max-width: 300px;
}
}
#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  margin: 0 !important;
  overflow: visible;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add background color handling */
  
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image {
  box-sizing: border-box;
}



.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  margin: 0 !important;
  overflow: visible;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add background color handling */
  
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image {
  box-sizing: border-box;
}



.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  margin: 0 !important;
  overflow: visible;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add background color handling */
  
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image {
  box-sizing: border-box;
}



.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  margin: 0 !important;
  overflow: visible;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add background color handling */
  
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 250px;

}






.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image {
  box-sizing: border-box;
}



.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  margin: 0 !important;
  overflow: visible;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add background color handling */
  
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634.shogun-image {
  box-sizing: border-box;
}



.s-f08949f3-ee9b-4070-8fe7-7ae9f6a2c634 img.shogun-image {
  
}


}
#s-1b3e894f-d912-4480-bfbe-08ec4620313b {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b3e894f-d912-4480-bfbe-08ec4620313b {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-c8daff77-688f-45c7-8a40-02d2d60e39eb {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-c8daff77-688f-45c7-8a40-02d2d60e39eb {
  display: none;
}
#s-c8daff77-688f-45c7-8a40-02d2d60e39eb, #wrap-s-c8daff77-688f-45c7-8a40-02d2d60e39eb, #wrap-content-s-c8daff77-688f-45c7-8a40-02d2d60e39eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8daff77-688f-45c7-8a40-02d2d60e39eb {
  display: none;
}
#s-c8daff77-688f-45c7-8a40-02d2d60e39eb, #wrap-s-c8daff77-688f-45c7-8a40-02d2d60e39eb, #wrap-content-s-c8daff77-688f-45c7-8a40-02d2d60e39eb { display: none !important; }}@media (max-width: 767px){#s-c8daff77-688f-45c7-8a40-02d2d60e39eb {
  display: none;
}
#s-c8daff77-688f-45c7-8a40-02d2d60e39eb, #wrap-s-c8daff77-688f-45c7-8a40-02d2d60e39eb, #wrap-content-s-c8daff77-688f-45c7-8a40-02d2d60e39eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-c8daff77-688f-45c7-8a40-02d2d60e39eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8daff77-688f-45c7-8a40-02d2d60e39eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c8daff77-688f-45c7-8a40-02d2d60e39eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8daff77-688f-45c7-8a40-02d2d60e39eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  margin-left: auto;
margin-right: auto;
max-width: 595px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  aspect-ratio: 2/3;
}
}@media (min-width: 768px) and (max-width: 991px){#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  margin-top: 5%;
max-width: 300px;
}
}
#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  margin: 0 !important;
  overflow: visible;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add background color handling */
  
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-content {
  
    justify-content: center;
  
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
  box-sizing: border-box;
}



.s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789cee62-9146-48fd-b58c-0e38ea76386b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
      position: relative;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

@media (min-width: 1200px){#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  margin: 0 !important;
  overflow: visible;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add background color handling */
  
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-content {
  
    justify-content: center;
  
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
  box-sizing: border-box;
}



.s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789cee62-9146-48fd-b58c-0e38ea76386b {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
      position: relative;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  margin: 0 !important;
  overflow: visible;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add background color handling */
  
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-content {
  
    justify-content: center;
  
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
  box-sizing: border-box;
}



.s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789cee62-9146-48fd-b58c-0e38ea76386b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
      position: relative;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  margin: 0 !important;
  overflow: visible;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add background color handling */
  
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-content {
  
    justify-content: center;
  
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
  box-sizing: border-box;
}



.s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789cee62-9146-48fd-b58c-0e38ea76386b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
      position: relative;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}@media (max-width: 767px){#s-789cee62-9146-48fd-b58c-0e38ea76386b {
  margin: 0 !important;
  overflow: visible;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-789cee62-9146-48fd-b58c-0e38ea76386b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add background color handling */
  
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-789cee62-9146-48fd-b58c-0e38ea76386b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-789cee62-9146-48fd-b58c-0e38ea76386b .shogun-image-content {
  
    justify-content: center;
  
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image {
  box-sizing: border-box;
}



.s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-789cee62-9146-48fd-b58c-0e38ea76386b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container {
      position: relative;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-789cee62-9146-48fd-b58c-0e38ea76386b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}
#s-bc428a44-3138-43ff-9e75-c85a512e8cc5 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc428a44-3138-43ff-9e75-c85a512e8cc5 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  margin-top: 5%;
max-width: 300px;
}
}
#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image {
  box-sizing: border-box;
}



.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image {
  box-sizing: border-box;
}



.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image {
  box-sizing: border-box;
}



.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}






.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image {
  box-sizing: border-box;
}



.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  margin: 0 !important;
  overflow: visible;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add background color handling */
  
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4.shogun-image {
  box-sizing: border-box;
}



.s-41b5cd2b-3615-4161-8b5b-b1505dfd85f4 img.shogun-image {
  
}


}
#s-c84a904f-8c67-45bd-b368-e209dcc4d291 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-c84a904f-8c67-45bd-b368-e209dcc4d291 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  margin-left: auto;
margin-right: auto;
max-width: 464px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  margin-top: 5%;
max-width: 300px;
}
}
#s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  margin: 0 !important;
  overflow: visible;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add background color handling */
  
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
  box-sizing: border-box;
}



.s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
      position: relative;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

@media (min-width: 1200px){#s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  margin: 0 !important;
  overflow: visible;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add background color handling */
  
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
  box-sizing: border-box;
}



.s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
      position: relative;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  margin: 0 !important;
  overflow: visible;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add background color handling */
  
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
  box-sizing: border-box;
}



.s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
      position: relative;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  margin: 0 !important;
  overflow: visible;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add background color handling */
  
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
  box-sizing: border-box;
}



.s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
      position: relative;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (max-width: 767px){#s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  margin: 0 !important;
  overflow: visible;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add background color handling */
  
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-af63ded8-55ea-422f-802a-cf8a16762dd8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image {
  box-sizing: border-box;
}



.s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container {
      position: relative;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af63ded8-55ea-422f-802a-cf8a16762dd8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}
#s-adc204da-a890-4feb-854a-5f270cf059c8 {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-adc204da-a890-4feb-854a-5f270cf059c8 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4 {
  display: none;
}
#s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4, #wrap-s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4, #wrap-content-s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4 {
  display: none;
}
#s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4, #wrap-s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4, #wrap-content-s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4 {
  display: none;
}
#s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4, #wrap-s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4, #wrap-content-s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2169428a-bcc4-47d2-a9cf-8c5e7b951ee4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 2/3;
text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  max-width: 1500px;
aspect-ratio: 2/3;
}
}@media (max-width: 767px){#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  max-width: 300px;
aspect-ratio: 1/1;
}
}
#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }

    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-link {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
  box-sizing: border-box;
}



.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
      --shg-aspect-ratio: calc(1500/2100); 
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
      position: relative;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

@media (min-width: 1200px){#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
  box-sizing: border-box;
}



.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
      position: relative;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }

    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-link {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
  box-sizing: border-box;
}



.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
      --shg-aspect-ratio: calc(1500/2100); 
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
      position: relative;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }

    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-link {
      aspect-ratio: 1500/2100;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
  box-sizing: border-box;
}



.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
      --shg-aspect-ratio: calc(1500/2100); 
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
      position: relative;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (max-width: 767px){#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image {
  box-sizing: border-box;
}



.s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container {
      position: relative;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d518b1d-a4b0-4983-9732-06e1fbe01be7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}
#s-0c80093f-1ded-4402-a8de-25d2a61b5221 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-a5367458-7011-493a-bf78-628803117da5 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-a5367458-7011-493a-bf78-628803117da5 {
  aspect-ratio: 2/3;
}
}@media (max-width: 767px){#s-a5367458-7011-493a-bf78-628803117da5 {
  max-width: 300px;
}
}
#s-a5367458-7011-493a-bf78-628803117da5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5367458-7011-493a-bf78-628803117da5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5367458-7011-493a-bf78-628803117da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
  box-sizing: border-box;
}



.s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5367458-7011-493a-bf78-628803117da5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
      position: relative;
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-a5367458-7011-493a-bf78-628803117da5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5367458-7011-493a-bf78-628803117da5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5367458-7011-493a-bf78-628803117da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
  box-sizing: border-box;
}



.s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5367458-7011-493a-bf78-628803117da5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
      position: relative;
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a5367458-7011-493a-bf78-628803117da5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5367458-7011-493a-bf78-628803117da5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5367458-7011-493a-bf78-628803117da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
  box-sizing: border-box;
}



.s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5367458-7011-493a-bf78-628803117da5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
      position: relative;
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a5367458-7011-493a-bf78-628803117da5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5367458-7011-493a-bf78-628803117da5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5367458-7011-493a-bf78-628803117da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
  box-sizing: border-box;
}



.s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5367458-7011-493a-bf78-628803117da5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
      position: relative;
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-a5367458-7011-493a-bf78-628803117da5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5367458-7011-493a-bf78-628803117da5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5367458-7011-493a-bf78-628803117da5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5367458-7011-493a-bf78-628803117da5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a5367458-7011-493a-bf78-628803117da5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5367458-7011-493a-bf78-628803117da5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5367458-7011-493a-bf78-628803117da5.shogun-image {
  box-sizing: border-box;
}



.s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5367458-7011-493a-bf78-628803117da5 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container {
      position: relative;
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5367458-7011-493a-bf78-628803117da5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5367458-7011-493a-bf78-628803117da5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-14cc74a7-131f-46a3-b40e-16c2a64a4eda {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 1364px;
text-align: center;
}
@media (max-width: 767px){#s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  max-width: 300px;
}
}
#s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-741ebbac-5b52-48a0-8e71-1600731898f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image {
  box-sizing: border-box;
}



.s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-741ebbac-5b52-48a0-8e71-1600731898f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image {
  box-sizing: border-box;
}



.s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-741ebbac-5b52-48a0-8e71-1600731898f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image {
  box-sizing: border-box;
}



.s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-741ebbac-5b52-48a0-8e71-1600731898f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image {
  box-sizing: border-box;
}



.s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-741ebbac-5b52-48a0-8e71-1600731898f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}






.s-741ebbac-5b52-48a0-8e71-1600731898f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-741ebbac-5b52-48a0-8e71-1600731898f0.shogun-image {
  box-sizing: border-box;
}



.s-741ebbac-5b52-48a0-8e71-1600731898f0 img.shogun-image {
  
}


}
#s-dfc6ddef-2c62-40ee-ae1b-c2048c9571fd {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 595px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  aspect-ratio: 2/3;
}
}@media (max-width: 767px){#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  max-width: 300px;
}
}
#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
  box-sizing: border-box;
}



.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
      position: relative;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

@media (min-width: 1200px){#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
  box-sizing: border-box;
}



.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
      position: relative;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
  box-sizing: border-box;
}



.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
      position: relative;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
  box-sizing: border-box;
}



.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
      position: relative;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}@media (max-width: 767px){#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  margin: 0 !important;
  overflow: visible;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add background color handling */
  
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 595px;
  }



  img.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
    
    
    
    max-height: 595px;
  }


.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d .shogun-image-content {
  
    justify-content: center;
  
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image {
  box-sizing: border-box;
}



.s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container {
      position: relative;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64bd62f7-f5b9-4bd7-a461-28bc8b9d8e0d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 595px;
    }
  }

}
#s-be0b5522-c66a-4570-9541-ec62e4f522a9 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  max-width: 300px;
}
}
#s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  margin: 0 !important;
  overflow: visible;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add background color handling */
  
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-2640e72c-d9bc-426f-b285-a111ecfb963c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image {
  box-sizing: border-box;
}



.s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  
}


@media (min-width: 1200px){#s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  margin: 0 !important;
  overflow: visible;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add background color handling */
  
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}






.s-2640e72c-d9bc-426f-b285-a111ecfb963c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image {
  box-sizing: border-box;
}



.s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  margin: 0 !important;
  overflow: visible;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add background color handling */
  
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2640e72c-d9bc-426f-b285-a111ecfb963c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image {
  box-sizing: border-box;
}



.s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  margin: 0 !important;
  overflow: visible;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add background color handling */
  
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2640e72c-d9bc-426f-b285-a111ecfb963c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image {
  box-sizing: border-box;
}



.s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  
}


}@media (max-width: 767px){#s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  margin: 0 !important;
  overflow: visible;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2640e72c-d9bc-426f-b285-a111ecfb963c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add background color handling */
  
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}






.s-2640e72c-d9bc-426f-b285-a111ecfb963c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2640e72c-d9bc-426f-b285-a111ecfb963c.shogun-image {
  box-sizing: border-box;
}



.s-2640e72c-d9bc-426f-b285-a111ecfb963c img.shogun-image {
  
}


}
#s-c84afec3-baff-439a-9e3d-91a3f4a0c78b {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 464px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  max-width: 300px;
}
}
#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
  box-sizing: border-box;
}



.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
      position: relative;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

@media (min-width: 1200px){#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
  box-sizing: border-box;
}



.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
      position: relative;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
  box-sizing: border-box;
}



.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
      position: relative;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
  box-sizing: border-box;
}



.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
      position: relative;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (max-width: 767px){#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  margin: 0 !important;
  overflow: visible;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add background color handling */
  
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image {
  box-sizing: border-box;
}



.s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container {
      position: relative;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bacf1d5f-21d2-4435-a3c5-1c6aa438d851 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}
#s-199277f8-9744-4747-9613-62dd792d70f9 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 {
  display: none;
}
#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7, #wrap-s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7, #wrap-content-s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 { display: none !important; }}@media (max-width: 767px){#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 {
  display: none;
}
#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7, #wrap-s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7, #wrap-content-s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 { display: none !important; }}







#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5234e3c-a2df-41c3-be55-08cf18a7f2a7.shg-box.shg-c {
  justify-content: center;
}

#s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2 {
  padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2 {
  display: none;
}
#s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2, #wrap-s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2, #wrap-content-s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2 { display: none !important; }}@media (max-width: 767px){#s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2 {
  display: none;
}
#s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2, #wrap-s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2, #wrap-content-s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fd7eb5b-2f14-4153-b1ac-3ec57e8f97a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
max-width: 1400px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  max-width: 1500px;
aspect-ratio: 1/1;
}
}@media (max-width: 767px){#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  max-width: 1500px;
aspect-ratio: 2/3;
}
}
#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  margin: 0 !important;
  overflow: visible;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add background color handling */
  
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
  box-sizing: border-box;
}



.s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
      position: relative;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

@media (min-width: 1200px){#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  margin: 0 !important;
  overflow: visible;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add background color handling */
  
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
  box-sizing: border-box;
}



.s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
      position: relative;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  margin: 0 !important;
  overflow: visible;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add background color handling */
  
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
  box-sizing: border-box;
}



.s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
      position: relative;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  margin: 0 !important;
  overflow: visible;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add background color handling */
  
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
  box-sizing: border-box;
}



.s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
      position: relative;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}@media (max-width: 767px){#s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  margin: 0 !important;
  overflow: visible;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add background color handling */
  
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1400px;
  }



  img.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
    
    
    
    max-height: 1400px;
  }


.s-56c1b182-ebe0-4110-b28b-6c577b21f7af .shogun-image-content {
  
    justify-content: center;
  
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image {
  box-sizing: border-box;
}



.s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container {
      position: relative;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56c1b182-ebe0-4110-b28b-6c577b21f7af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1400px;
    }
  }

}
#s-785fc181-7fba-4084-91a2-7ecc18ffd33b {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-8c972c93-254a-4075-816e-ca10160c6323 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-8c972c93-254a-4075-816e-ca10160c6323 {
  max-width: 300px;
aspect-ratio: 1/1;
}
}
#s-8c972c93-254a-4075-816e-ca10160c6323 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c972c93-254a-4075-816e-ca10160c6323-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
  box-sizing: border-box;
}



.s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c972c93-254a-4075-816e-ca10160c6323 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
      position: relative;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

@media (min-width: 1200px){#s-8c972c93-254a-4075-816e-ca10160c6323 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c972c93-254a-4075-816e-ca10160c6323-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
  box-sizing: border-box;
}



.s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c972c93-254a-4075-816e-ca10160c6323 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
      position: relative;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8c972c93-254a-4075-816e-ca10160c6323 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c972c93-254a-4075-816e-ca10160c6323-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
  box-sizing: border-box;
}



.s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c972c93-254a-4075-816e-ca10160c6323 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
      position: relative;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8c972c93-254a-4075-816e-ca10160c6323 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c972c93-254a-4075-816e-ca10160c6323-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
  box-sizing: border-box;
}



.s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c972c93-254a-4075-816e-ca10160c6323 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
      position: relative;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}@media (max-width: 767px){#s-8c972c93-254a-4075-816e-ca10160c6323 {
  margin: 0 !important;
  overflow: visible;
}

#s-8c972c93-254a-4075-816e-ca10160c6323-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8c972c93-254a-4075-816e-ca10160c6323 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add background color handling */
  
}

#s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c972c93-254a-4075-816e-ca10160c6323 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2000px;
  }



  img.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-8c972c93-254a-4075-816e-ca10160c6323 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image {
  box-sizing: border-box;
}



.s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8c972c93-254a-4075-816e-ca10160c6323 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container {
      position: relative;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c972c93-254a-4075-816e-ca10160c6323 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2000px;
    }
  }

}
#s-d0f81aa1-86a4-4703-8847-dd85da7583ff {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 819px;
text-align: center;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}






.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image {
  box-sizing: border-box;
}



.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}






.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image {
  box-sizing: border-box;
}



.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image {
  box-sizing: border-box;
}



.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image {
  box-sizing: border-box;
}



.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  margin: 0 !important;
  overflow: visible;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add background color handling */
  
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0c07d20-835e-4596-b0d0-90c1b1f246a8.shogun-image {
  box-sizing: border-box;
}



.s-a0c07d20-835e-4596-b0d0-90c1b1f246a8 img.shogun-image {
  
}


}
#s-0bca557b-8014-4312-b43d-8dd029021a0c {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-bf5d29a0-952a-42e2-892e-a9f462c3508e {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bf5d29a0-952a-42e2-892e-a9f462c3508e {
  padding-left: 12%;
padding-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf5d29a0-952a-42e2-892e-a9f462c3508e {
  display: none;
}
#s-bf5d29a0-952a-42e2-892e-a9f462c3508e, #wrap-s-bf5d29a0-952a-42e2-892e-a9f462c3508e, #wrap-content-s-bf5d29a0-952a-42e2-892e-a9f462c3508e { display: none !important; }}@media (max-width: 767px){#s-bf5d29a0-952a-42e2-892e-a9f462c3508e {
  display: none;
}
#s-bf5d29a0-952a-42e2-892e-a9f462c3508e, #wrap-s-bf5d29a0-952a-42e2-892e-a9f462c3508e, #wrap-content-s-bf5d29a0-952a-42e2-892e-a9f462c3508e { display: none !important; }}
@media (min-width: 0px) {
[id="s-bf5d29a0-952a-42e2-892e-a9f462c3508e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf5d29a0-952a-42e2-892e-a9f462c3508e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bf5d29a0-952a-42e2-892e-a9f462c3508e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf5d29a0-952a-42e2-892e-a9f462c3508e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  max-width: 300px;
aspect-ratio: 1/1;
}
}
#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  margin: 0 !important;
  overflow: visible;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add background color handling */
  
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
    
    
    
    
  }


.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-content {
  
    justify-content: center;
  
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
  box-sizing: border-box;
}



.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
      position: relative;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

@media (min-width: 1200px){#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  margin: 0 !important;
  overflow: visible;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add background color handling */
  
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
    
    
    
    
  }


.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-content {
  
    justify-content: center;
  
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
  box-sizing: border-box;
}



.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
      position: relative;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  margin: 0 !important;
  overflow: visible;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add background color handling */
  
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
    
    
    
    
  }


.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-content {
  
    justify-content: center;
  
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
  box-sizing: border-box;
}



.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
      position: relative;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  margin: 0 !important;
  overflow: visible;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add background color handling */
  
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
    
    
    
    
  }


.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-content {
  
    justify-content: center;
  
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
  box-sizing: border-box;
}



.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
      position: relative;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}@media (max-width: 767px){#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  margin: 0 !important;
  overflow: visible;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add background color handling */
  
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
    height: 100%;
    width: 100%;
    
    
  }



  img.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
    
    
    
    
  }


.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a .shogun-image-content {
  
    justify-content: center;
  
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image {
  box-sizing: border-box;
}



.s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container {
      position: relative;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95bbd3aa-4a01-4d6d-aeab-04273ca2566a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      
    }
  }

}
#s-86f37847-8a36-4f36-b4e6-920b65ee1dfe {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 668px;
text-align: center;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  margin: 0 !important;
  overflow: visible;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add background color handling */
  
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}






.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image {
  box-sizing: border-box;
}



.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  margin: 0 !important;
  overflow: visible;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add background color handling */
  
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}






.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image {
  box-sizing: border-box;
}



.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  margin: 0 !important;
  overflow: visible;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add background color handling */
  
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image {
  box-sizing: border-box;
}



.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  margin: 0 !important;
  overflow: visible;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add background color handling */
  
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image {
  box-sizing: border-box;
}



.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  margin: 0 !important;
  overflow: visible;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4727abf8-b52f-4f20-90af-ab45d6cc4409 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add background color handling */
  
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4727abf8-b52f-4f20-90af-ab45d6cc4409.shogun-image {
  box-sizing: border-box;
}



.s-4727abf8-b52f-4f20-90af-ab45d6cc4409 img.shogun-image {
  
}


}
#s-99ec2677-1a4f-4ea9-894d-e0eeeead4da9 {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
max-width: 464px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  max-width: 300px;
text-align: center;
}
}
#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  margin: 0 !important;
  overflow: visible;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  
}

.shg-image-content-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add background color handling */
  
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
  box-sizing: border-box;
}



.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
      position: relative;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

@media (min-width: 1200px){#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  margin: 0 !important;
  overflow: visible;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add background color handling */
  
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  border-radius: 250px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
  box-sizing: border-box;
}



.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
      position: relative;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  margin: 0 !important;
  overflow: visible;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add background color handling */
  
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
  box-sizing: border-box;
}



.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
      position: relative;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  margin: 0 !important;
  overflow: visible;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add background color handling */
  
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
  box-sizing: border-box;
}



.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
      position: relative;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}@media (max-width: 767px){#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  margin: 0 !important;
  overflow: visible;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add background color handling */
  
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 464px;
  }



  img.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
    
    
    
    max-height: 464px;
  }


.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e .shogun-image-content {
  
    justify-content: center;
  
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image {
  box-sizing: border-box;
}



.s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container {
      position: relative;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-556a1b5a-8b7c-45ee-b87b-5828467ddf6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 464px;
    }
  }

}
#s-76238a1a-ec90-44cd-aa29-e335b66196bb {
  margin-top: 5%;
margin-left: auto;
margin-right: auto;
}

#s-fdd0e408-b425-4eee-983d-8c759300b33c {
  margin-left: 5%;
margin-right: 5%;
}

#s-fdd0e408-b425-4eee-983d-8c759300b33c hr {
  border-top: 2px solid rgba(221, 221, 221, 0.5);
}

#s-11a09f35-f13b-4a49-8259-2aad8509b884 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-11a09f35-f13b-4a49-8259-2aad8509b884 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-429b7b4a-f2c9-4f6c-bdd2-601c8f387794 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-429b7b4a-f2c9-4f6c-bdd2-601c8f387794 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-429b7b4a-f2c9-4f6c-bdd2-601c8f387794 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-429b7b4a-f2c9-4f6c-bdd2-601c8f387794 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-429b7b4a-f2c9-4f6c-bdd2-601c8f387794 {
  padding-left: 20%;
padding-right: 20%;
}
}







#s-429b7b4a-f2c9-4f6c-bdd2-601c8f387794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-429b7b4a-f2c9-4f6c-bdd2-601c8f387794.shg-box.shg-c {
  justify-content: center;
}

#s-40b7bb9c-22cc-4f6b-9172-0bf7a948013f {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-40b7bb9c-22cc-4f6b-9172-0bf7a948013f {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-40b7bb9c-22cc-4f6b-9172-0bf7a948013f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-40b7bb9c-22cc-4f6b-9172-0bf7a948013f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-40b7bb9c-22cc-4f6b-9172-0bf7a948013f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-40b7bb9c-22cc-4f6b-9172-0bf7a948013f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-4852a17d-972e-4000-900b-a6277dbcdb0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4852a17d-972e-4000-900b-a6277dbcdb0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4852a17d-972e-4000-900b-a6277dbcdb0d.shg-box.shg-c {
  justify-content: center;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  margin-left: auto;
margin-right: auto;
max-width: 785px;
aspect-ratio: 1044/347;
text-align: center;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }

    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-link {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 785px;
  }



  img.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
    
    
    
    max-height: 785px;
  }


.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
  box-sizing: border-box;
}



.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
      --shg-aspect-ratio: calc(1044/347); 
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
      position: relative;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 785px;
    }
  }

@media (min-width: 1200px){#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }

    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-link {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 785px;
  }



  img.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
    
    
    
    max-height: 785px;
  }


.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
  box-sizing: border-box;
}



.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
      --shg-aspect-ratio: calc(1044/347); 
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
      position: relative;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 785px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }

    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-link {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 785px;
  }



  img.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
    
    
    
    max-height: 785px;
  }


.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
  box-sizing: border-box;
}



.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
      --shg-aspect-ratio: calc(1044/347); 
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
      position: relative;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 785px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }

    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-link {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 785px;
  }



  img.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
    
    
    
    max-height: 785px;
  }


.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
  box-sizing: border-box;
}



.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
      --shg-aspect-ratio: calc(1044/347); 
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
      position: relative;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 785px;
    }
  }

}@media (max-width: 767px){#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }

    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-link {
      aspect-ratio: 1044/347;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 785px;
  }



  img.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
    
    
    
    max-height: 785px;
  }


.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image {
  box-sizing: border-box;
}



.s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 {
      --shg-aspect-ratio: calc(1044/347); 
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container {
      position: relative;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9c7178a4-5d0c-432f-adce-c793297fe7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 785px;
    }
  }

}
#s-19f4e4a0-b1db-465f-a242-00290ad14aaa {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-19f4e4a0-b1db-465f-a242-00290ad14aaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19f4e4a0-b1db-465f-a242-00290ad14aaa.shg-box.shg-c {
  justify-content: center;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  margin-left: auto;
margin-right: auto;
max-width: 1132px;
text-align: center;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  margin: 0 !important;
  overflow: visible;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add background color handling */
  
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83468c85-1cc3-4760-88c5-f3801fcade54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image {
  box-sizing: border-box;
}



.s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  
}


@media (min-width: 1200px){#s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  margin: 0 !important;
  overflow: visible;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add background color handling */
  
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83468c85-1cc3-4760-88c5-f3801fcade54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image {
  box-sizing: border-box;
}



.s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  margin: 0 !important;
  overflow: visible;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add background color handling */
  
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83468c85-1cc3-4760-88c5-f3801fcade54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image {
  box-sizing: border-box;
}



.s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  margin: 0 !important;
  overflow: visible;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add background color handling */
  
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83468c85-1cc3-4760-88c5-f3801fcade54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image {
  box-sizing: border-box;
}



.s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  
}


}@media (max-width: 767px){#s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  margin: 0 !important;
  overflow: visible;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-83468c85-1cc3-4760-88c5-f3801fcade54 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add background color handling */
  
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-83468c85-1cc3-4760-88c5-f3801fcade54 .shogun-image-content {
  
    justify-content: center;
  
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shg-align-container {
  display: flex;
  justify-content: center
}

.s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-83468c85-1cc3-4760-88c5-f3801fcade54.shogun-image {
  box-sizing: border-box;
}



.s-83468c85-1cc3-4760-88c5-f3801fcade54 img.shogun-image {
  
}


}
#s-52e9361f-05b1-4444-82e5-a1a372caf8c4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-52e9361f-05b1-4444-82e5-a1a372caf8c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52e9361f-05b1-4444-82e5-a1a372caf8c4.shg-box.shg-c {
  justify-content: center;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  margin-left: auto;
margin-right: auto;
max-width: 198px;
text-align: center;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add padding handling */
  padding-left: 15%;
  padding-right: 15%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7b970968-25d1-4fb1-aca5-ee525b923182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image {
  box-sizing: border-box;
}



.s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7b970968-25d1-4fb1-aca5-ee525b923182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image {
  box-sizing: border-box;
}



.s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7b970968-25d1-4fb1-aca5-ee525b923182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image {
  box-sizing: border-box;
}



.s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7b970968-25d1-4fb1-aca5-ee525b923182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image {
  box-sizing: border-box;
}



.s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  margin: 0 !important;
  overflow: visible;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7b970968-25d1-4fb1-aca5-ee525b923182 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add background color handling */
  
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7b970968-25d1-4fb1-aca5-ee525b923182 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b970968-25d1-4fb1-aca5-ee525b923182.shogun-image {
  box-sizing: border-box;
}



.s-7b970968-25d1-4fb1-aca5-ee525b923182 img.shogun-image {
  
}


}
#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  margin-left: auto;
margin-right: auto;
max-width: 2003px;
aspect-ratio: 2003/697;
text-align: center;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  margin: 0 !important;
  overflow: visible;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add background color handling */
  
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }

    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-link {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2003px;
  }



  img.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
    
    
    
    max-height: 2003px;
  }


.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
  box-sizing: border-box;
}



.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
      --shg-aspect-ratio: calc(2003/697); 
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
      position: relative;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2003px;
    }
  }

@media (min-width: 1200px){#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  margin: 0 !important;
  overflow: visible;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add background color handling */
  
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }

    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-link {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2003px;
  }



  img.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
    
    
    
    max-height: 2003px;
  }


.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
  box-sizing: border-box;
}



.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
      --shg-aspect-ratio: calc(2003/697); 
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
      position: relative;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2003px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  margin: 0 !important;
  overflow: visible;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add background color handling */
  
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }

    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-link {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2003px;
  }



  img.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
    
    
    
    max-height: 2003px;
  }


.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
  box-sizing: border-box;
}



.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
      --shg-aspect-ratio: calc(2003/697); 
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
      position: relative;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2003px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  margin: 0 !important;
  overflow: visible;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add background color handling */
  
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }

    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-link {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2003px;
  }



  img.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
    
    
    
    max-height: 2003px;
  }


.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
  box-sizing: border-box;
}



.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
      --shg-aspect-ratio: calc(2003/697); 
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
      position: relative;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2003px;
    }
  }

}@media (max-width: 767px){#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  margin: 0 !important;
  overflow: visible;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add background color handling */
  
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }

    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-link {
      aspect-ratio: 2003/697;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2003px;
  }



  img.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
    
    
    
    max-height: 2003px;
  }


.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 .shogun-image-content {
  
    justify-content: center;
  
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image {
  box-sizing: border-box;
}



.s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 {
      --shg-aspect-ratio: calc(2003/697); 
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container {
      position: relative;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102f9ffc-aa9d-40f5-97a2-6ab128b52618 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2003px;
    }
  }

}
#s-26bd4f77-d917-4a96-a1c5-5caf7990cbda {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-26bd4f77-d917-4a96-a1c5-5caf7990cbda {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-26bd4f77-d917-4a96-a1c5-5caf7990cbda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26bd4f77-d917-4a96-a1c5-5caf7990cbda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-26bd4f77-d917-4a96-a1c5-5caf7990cbda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-26bd4f77-d917-4a96-a1c5-5caf7990cbda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-eba69431-8f03-4ab3-b147-586c3f5a8368 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eba69431-8f03-4ab3-b147-586c3f5a8368 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eba69431-8f03-4ab3-b147-586c3f5a8368.shg-box.shg-c {
  justify-content: center;
}

#s-20673b9b-3220-40ee-a889-025996569812 {
  margin-left: auto;
margin-right: auto;
max-width: 785px;
text-align: center;
}

#s-20673b9b-3220-40ee-a889-025996569812 {
  margin: 0 !important;
  overflow: visible;
}

#s-20673b9b-3220-40ee-a889-025996569812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add background color handling */
  
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20673b9b-3220-40ee-a889-025996569812 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20673b9b-3220-40ee-a889-025996569812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20673b9b-3220-40ee-a889-025996569812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20673b9b-3220-40ee-a889-025996569812.shogun-image {
  box-sizing: border-box;
}



.s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  
}


@media (min-width: 1200px){#s-20673b9b-3220-40ee-a889-025996569812 {
  margin: 0 !important;
  overflow: visible;
}

#s-20673b9b-3220-40ee-a889-025996569812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add background color handling */
  
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20673b9b-3220-40ee-a889-025996569812 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20673b9b-3220-40ee-a889-025996569812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20673b9b-3220-40ee-a889-025996569812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20673b9b-3220-40ee-a889-025996569812.shogun-image {
  box-sizing: border-box;
}



.s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-20673b9b-3220-40ee-a889-025996569812 {
  margin: 0 !important;
  overflow: visible;
}

#s-20673b9b-3220-40ee-a889-025996569812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add background color handling */
  
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20673b9b-3220-40ee-a889-025996569812 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20673b9b-3220-40ee-a889-025996569812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20673b9b-3220-40ee-a889-025996569812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20673b9b-3220-40ee-a889-025996569812.shogun-image {
  box-sizing: border-box;
}



.s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-20673b9b-3220-40ee-a889-025996569812 {
  margin: 0 !important;
  overflow: visible;
}

#s-20673b9b-3220-40ee-a889-025996569812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add background color handling */
  
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20673b9b-3220-40ee-a889-025996569812 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20673b9b-3220-40ee-a889-025996569812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20673b9b-3220-40ee-a889-025996569812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20673b9b-3220-40ee-a889-025996569812.shogun-image {
  box-sizing: border-box;
}



.s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  
}


}@media (max-width: 767px){#s-20673b9b-3220-40ee-a889-025996569812 {
  margin: 0 !important;
  overflow: visible;
}

#s-20673b9b-3220-40ee-a889-025996569812-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-20673b9b-3220-40ee-a889-025996569812 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add background color handling */
  
}

#s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-20673b9b-3220-40ee-a889-025996569812 .shogun-image-content {
  
    justify-content: center;
  
}

.s-20673b9b-3220-40ee-a889-025996569812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20673b9b-3220-40ee-a889-025996569812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20673b9b-3220-40ee-a889-025996569812.shogun-image {
  box-sizing: border-box;
}



.s-20673b9b-3220-40ee-a889-025996569812 img.shogun-image {
  
}


}
#s-48e460d4-0888-4905-99c5-ff2335700548 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-48e460d4-0888-4905-99c5-ff2335700548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48e460d4-0888-4905-99c5-ff2335700548.shg-box.shg-c {
  justify-content: center;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  margin-left: auto;
margin-right: auto;
max-width: 732px;
text-align: center;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add padding handling */
  padding-left: 10%;
  padding-right: 10%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e97fe570-9098-44ea-8a27-55ea0868a8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image {
  box-sizing: border-box;
}



.s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  
}


@media (min-width: 1200px){#s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e97fe570-9098-44ea-8a27-55ea0868a8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image {
  box-sizing: border-box;
}



.s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e97fe570-9098-44ea-8a27-55ea0868a8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image {
  box-sizing: border-box;
}



.s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e97fe570-9098-44ea-8a27-55ea0868a8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image {
  box-sizing: border-box;
}



.s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  
}


}@media (max-width: 767px){#s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  margin: 0 !important;
  overflow: visible;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e97fe570-9098-44ea-8a27-55ea0868a8ae {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add background color handling */
  
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e97fe570-9098-44ea-8a27-55ea0868a8ae .shogun-image-content {
  
    justify-content: center;
  
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e97fe570-9098-44ea-8a27-55ea0868a8ae.shogun-image {
  box-sizing: border-box;
}



.s-e97fe570-9098-44ea-8a27-55ea0868a8ae img.shogun-image {
  
}


}
#s-e65b910d-e48a-4a85-ad19-b4004683816f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e65b910d-e48a-4a85-ad19-b4004683816f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e65b910d-e48a-4a85-ad19-b4004683816f.shg-box.shg-c {
  justify-content: center;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 500/167;
text-align: center;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }

    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-link {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
  box-sizing: border-box;
}



.s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519b0974-ddec-46e4-8183-e77f4e762a30 {
      --shg-aspect-ratio: calc(5700/1899); 
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
      position: relative;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }

    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-link {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
  box-sizing: border-box;
}



.s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519b0974-ddec-46e4-8183-e77f4e762a30 {
      --shg-aspect-ratio: calc(5700/1899); 
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
      position: relative;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }

    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-link {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
  box-sizing: border-box;
}



.s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519b0974-ddec-46e4-8183-e77f4e762a30 {
      --shg-aspect-ratio: calc(5700/1899); 
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
      position: relative;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }

    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-link {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
  box-sizing: border-box;
}



.s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519b0974-ddec-46e4-8183-e77f4e762a30 {
      --shg-aspect-ratio: calc(5700/1899); 
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
      position: relative;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  margin: 0 !important;
  overflow: visible;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-519b0974-ddec-46e4-8183-e77f4e762a30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add background color handling */
  
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }

    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-link {
      aspect-ratio: 5700/1899;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-519b0974-ddec-46e4-8183-e77f4e762a30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-519b0974-ddec-46e4-8183-e77f4e762a30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image {
  box-sizing: border-box;
}



.s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-519b0974-ddec-46e4-8183-e77f4e762a30 {
      --shg-aspect-ratio: calc(5700/1899); 
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container {
      position: relative;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-519b0974-ddec-46e4-8183-e77f4e762a30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
#s-377b3617-b265-4bbe-be89-7a34084256ed {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-377b3617-b265-4bbe-be89-7a34084256ed {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-377b3617-b265-4bbe-be89-7a34084256ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-377b3617-b265-4bbe-be89-7a34084256ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-377b3617-b265-4bbe-be89-7a34084256ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-377b3617-b265-4bbe-be89-7a34084256ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-b0212ab1-9c4a-4a34-8aa9-533a2e474a7d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b0212ab1-9c4a-4a34-8aa9-533a2e474a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0212ab1-9c4a-4a34-8aa9-533a2e474a7d.shg-box.shg-c {
  justify-content: center;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  margin-left: auto;
margin-right: auto;
max-width: 3121px;
aspect-ratio: 3121/890;
text-align: center;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }

    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-link {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3121px;
  }



  img.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
    
    
    
    max-height: 3121px;
  }


.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
  box-sizing: border-box;
}



.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
      --shg-aspect-ratio: calc(3121/890); 
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
      position: relative;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3121px;
    }
  }

@media (min-width: 1200px){#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }

    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-link {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3121px;
  }



  img.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
    
    
    
    max-height: 3121px;
  }


.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
  box-sizing: border-box;
}



.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
      --shg-aspect-ratio: calc(3121/890); 
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
      position: relative;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3121px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }

    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-link {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3121px;
  }



  img.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
    
    
    
    max-height: 3121px;
  }


.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
  box-sizing: border-box;
}



.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
      --shg-aspect-ratio: calc(3121/890); 
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
      position: relative;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3121px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }

    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-link {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3121px;
  }



  img.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
    
    
    
    max-height: 3121px;
  }


.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
  box-sizing: border-box;
}



.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
      --shg-aspect-ratio: calc(3121/890); 
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
      position: relative;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3121px;
    }
  }

}@media (max-width: 767px){#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  margin: 0 !important;
  overflow: visible;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add background color handling */
  
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }

    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-link {
      aspect-ratio: 3121/890;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3121px;
  }



  img.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
    
    
    
    max-height: 3121px;
  }


.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 .shogun-image-content {
  
    justify-content: center;
  
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image {
  box-sizing: border-box;
}



.s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 {
      --shg-aspect-ratio: calc(3121/890); 
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container {
      position: relative;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-76f9aaaa-0133-496a-9e43-2d2669dc4485 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3121px;
    }
  }

}
#s-38bd0ef0-6e8a-4f33-a179-d43d71f348bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-38bd0ef0-6e8a-4f33-a179-d43d71f348bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38bd0ef0-6e8a-4f33-a179-d43d71f348bf.shg-box.shg-c {
  justify-content: center;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  margin-left: auto;
margin-right: auto;
max-width: 5700px;
aspect-ratio: 5700/1337;
text-align: center;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }

    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-link {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5700px;
  }



  img.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
    
    
    
    max-height: 5700px;
  }


.s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
  box-sizing: border-box;
}



.s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
      --shg-aspect-ratio: calc(5700/1337); 
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
      position: relative;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5700px;
    }
  }

@media (min-width: 1200px){#s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }

    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-link {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5700px;
  }



  img.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
    
    
    
    max-height: 5700px;
  }


.s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
  box-sizing: border-box;
}



.s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
      --shg-aspect-ratio: calc(5700/1337); 
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
      position: relative;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }

    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-link {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5700px;
  }



  img.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
    
    
    
    max-height: 5700px;
  }


.s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
  box-sizing: border-box;
}



.s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
      --shg-aspect-ratio: calc(5700/1337); 
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
      position: relative;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }

    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-link {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5700px;
  }



  img.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
    
    
    
    max-height: 5700px;
  }


.s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
  box-sizing: border-box;
}



.s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
      --shg-aspect-ratio: calc(5700/1337); 
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
      position: relative;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5700px;
    }
  }

}@media (max-width: 767px){#s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }

    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-link {
      aspect-ratio: 5700/1337;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 5700px;
  }



  img.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
    
    
    
    max-height: 5700px;
  }


.s-e1ae1125-7107-4725-8f8c-fab033e10cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image {
  box-sizing: border-box;
}



.s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb {
      --shg-aspect-ratio: calc(5700/1337); 
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container {
      position: relative;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e1ae1125-7107-4725-8f8c-fab033e10cbb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 5700px;
    }
  }

}
#s-6a76e67a-79fe-4699-8e71-efecca9da56a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6a76e67a-79fe-4699-8e71-efecca9da56a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a76e67a-79fe-4699-8e71-efecca9da56a.shg-box.shg-c {
  justify-content: center;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  margin-left: auto;
margin-right: auto;
max-width: 1548px;
aspect-ratio: 1548/305;
text-align: center;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }

    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-link {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1548px;
  }



  img.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
    
    
    
    max-height: 1548px;
  }


.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
  box-sizing: border-box;
}



.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
      --shg-aspect-ratio: calc(1548/305); 
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
      position: relative;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1548px;
    }
  }

@media (min-width: 1200px){#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }

    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-link {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1548px;
  }



  img.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
    
    
    
    max-height: 1548px;
  }


.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
  box-sizing: border-box;
}



.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
      --shg-aspect-ratio: calc(1548/305); 
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
      position: relative;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1548px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }

    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-link {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1548px;
  }



  img.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
    
    
    
    max-height: 1548px;
  }


.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
  box-sizing: border-box;
}



.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
      --shg-aspect-ratio: calc(1548/305); 
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
      position: relative;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1548px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }

    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-link {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1548px;
  }



  img.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
    
    
    
    max-height: 1548px;
  }


.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
  box-sizing: border-box;
}



.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
      --shg-aspect-ratio: calc(1548/305); 
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
      position: relative;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1548px;
    }
  }

}@media (max-width: 767px){#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  margin: 0 !important;
  overflow: visible;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add background color handling */
  
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }

    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-link {
      aspect-ratio: 1548/305;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1548px;
  }



  img.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
    
    
    
    max-height: 1548px;
  }


.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image {
  box-sizing: border-box;
}



.s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d {
      --shg-aspect-ratio: calc(1548/305); 
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container {
      position: relative;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3a70b2d-fbe6-44b8-8ded-1e38aa270d6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1548px;
    }
  }

}
#s-9b46c9aa-7213-4e95-981e-b76d087ac177 {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-9b46c9aa-7213-4e95-981e-b76d087ac177 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-9b46c9aa-7213-4e95-981e-b76d087ac177"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b46c9aa-7213-4e95-981e-b76d087ac177"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-9b46c9aa-7213-4e95-981e-b76d087ac177"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-9b46c9aa-7213-4e95-981e-b76d087ac177"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  margin-left: auto;
margin-right: auto;
max-width: 612px;
aspect-ratio: 500/167;
text-align: center;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }

    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-link {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 612px;
  }



  img.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
    
    
    
    max-height: 612px;
  }


.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
  box-sizing: border-box;
}



.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
      --shg-aspect-ratio: calc(500/167); 
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
      position: relative;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 612px;
    }
  }

@media (min-width: 1200px){#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }

    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-link {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 612px;
  }



  img.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
    
    
    
    max-height: 612px;
  }


.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
  box-sizing: border-box;
}



.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
      --shg-aspect-ratio: calc(500/167); 
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
      position: relative;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 612px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }

    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-link {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 612px;
  }



  img.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
    
    
    
    max-height: 612px;
  }


.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
  box-sizing: border-box;
}



.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
      --shg-aspect-ratio: calc(500/167); 
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
      position: relative;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 612px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }

    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-link {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 612px;
  }



  img.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
    
    
    
    max-height: 612px;
  }


.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
  box-sizing: border-box;
}



.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
      --shg-aspect-ratio: calc(500/167); 
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
      position: relative;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 612px;
    }
  }

}@media (max-width: 767px){#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }

    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-link {
      aspect-ratio: 500/167;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 612px;
  }



  img.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
    
    
    
    max-height: 612px;
  }


.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image {
  box-sizing: border-box;
}



.s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 {
      --shg-aspect-ratio: calc(500/167); 
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container {
      position: relative;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a52349e2-bca2-4693-9774-9c33c0d10cb2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 612px;
    }
  }

}
#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  margin-left: auto;
margin-right: auto;
max-width: 691px;
aspect-ratio: 691/229;
text-align: center;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }

    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-link {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 691px;
  }



  img.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
    
    
    
    max-height: 691px;
  }


.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
  box-sizing: border-box;
}



.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
      --shg-aspect-ratio: calc(691/229); 
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
      position: relative;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 691px;
    }
  }

@media (min-width: 1200px){#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }

    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-link {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 691px;
  }



  img.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
    
    
    
    max-height: 691px;
  }


.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
  box-sizing: border-box;
}



.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
      --shg-aspect-ratio: calc(691/229); 
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
      position: relative;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 691px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }

    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-link {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 691px;
  }



  img.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
    
    
    
    max-height: 691px;
  }


.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
  box-sizing: border-box;
}



.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
      --shg-aspect-ratio: calc(691/229); 
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
      position: relative;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 691px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }

    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-link {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 691px;
  }



  img.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
    
    
    
    max-height: 691px;
  }


.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
  box-sizing: border-box;
}



.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
      --shg-aspect-ratio: calc(691/229); 
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
      position: relative;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 691px;
    }
  }

}@media (max-width: 767px){#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }

    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-link {
      aspect-ratio: 691/229;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 691px;
  }



  img.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
    
    
    
    max-height: 691px;
  }


.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image {
  box-sizing: border-box;
}



.s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 {
      --shg-aspect-ratio: calc(691/229); 
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container {
      position: relative;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4b551ec-9ae6-4a4b-939b-2b02c5faa6e6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 691px;
    }
  }

}
#s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  margin-left: auto;
margin-right: auto;
max-width: 3840px;
aspect-ratio: 3840/1423;
text-align: center;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  margin: 0 !important;
  overflow: visible;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add background color handling */
  
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }

    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-link {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
  box-sizing: border-box;
}



.s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b353bbb4-b324-4a19-8996-54c670fa9bff {
      --shg-aspect-ratio: calc(3840/1423); 
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
      position: relative;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

@media (min-width: 1200px){#s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  margin: 0 !important;
  overflow: visible;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add background color handling */
  
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }

    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-link {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
  box-sizing: border-box;
}



.s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b353bbb4-b324-4a19-8996-54c670fa9bff {
      --shg-aspect-ratio: calc(3840/1423); 
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
      position: relative;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  margin: 0 !important;
  overflow: visible;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add background color handling */
  
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }

    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-link {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
  box-sizing: border-box;
}



.s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b353bbb4-b324-4a19-8996-54c670fa9bff {
      --shg-aspect-ratio: calc(3840/1423); 
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
      position: relative;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  margin: 0 !important;
  overflow: visible;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add background color handling */
  
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }

    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-link {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
  box-sizing: border-box;
}



.s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b353bbb4-b324-4a19-8996-54c670fa9bff {
      --shg-aspect-ratio: calc(3840/1423); 
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
      position: relative;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}@media (max-width: 767px){#s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  margin: 0 !important;
  overflow: visible;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b353bbb4-b324-4a19-8996-54c670fa9bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add background color handling */
  
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }

    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-link {
      aspect-ratio: 3840/1423;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b353bbb4-b324-4a19-8996-54c670fa9bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3840px;
  }



  img.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
    
    
    
    max-height: 3840px;
  }


.s-b353bbb4-b324-4a19-8996-54c670fa9bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image {
  box-sizing: border-box;
}



.s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b353bbb4-b324-4a19-8996-54c670fa9bff {
      --shg-aspect-ratio: calc(3840/1423); 
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container {
      position: relative;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b353bbb4-b324-4a19-8996-54c670fa9bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3840px;
    }
  }

}
#s-98d47dc9-9f1b-4cc3-b92c-11643206437f {
  padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-98d47dc9-9f1b-4cc3-b92c-11643206437f {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-98d47dc9-9f1b-4cc3-b92c-11643206437f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98d47dc9-9f1b-4cc3-b92c-11643206437f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-98d47dc9-9f1b-4cc3-b92c-11643206437f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-98d47dc9-9f1b-4cc3-b92c-11643206437f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  margin-left: auto;
margin-right: auto;
max-width: 1061px;
aspect-ratio: 1061/354;
text-align: center;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }

    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-link {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1061px;
  }



  img.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
  box-sizing: border-box;
}



.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
      --shg-aspect-ratio: calc(1061/354); 
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
      position: relative;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1061px;
    }
  }

@media (min-width: 1200px){#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }

    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-link {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1061px;
  }



  img.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
  box-sizing: border-box;
}



.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
      --shg-aspect-ratio: calc(1061/354); 
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
      position: relative;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1061px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }

    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-link {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1061px;
  }



  img.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
  box-sizing: border-box;
}



.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
      --shg-aspect-ratio: calc(1061/354); 
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
      position: relative;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1061px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }

    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-link {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1061px;
  }



  img.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
  box-sizing: border-box;
}



.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
      --shg-aspect-ratio: calc(1061/354); 
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
      position: relative;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1061px;
    }
  }

}@media (max-width: 767px){#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }

    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-link {
      aspect-ratio: 1061/354;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1061px;
  }



  img.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
    
    
    
    max-height: 1061px;
  }


.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image {
  box-sizing: border-box;
}



.s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 {
      --shg-aspect-ratio: calc(1061/354); 
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container {
      position: relative;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c8248ea-14ef-4fe2-8304-c8f76748cab4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1061px;
    }
  }

}
#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  margin-left: 0%;
margin-right: 0%;
max-width: 2550px;
aspect-ratio: 2550/850;
text-align: center;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }

    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-link {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
  box-sizing: border-box;
}



.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
      --shg-aspect-ratio: calc(2550/850); 
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
      position: relative;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

@media (min-width: 1200px){#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }

    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-link {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
  box-sizing: border-box;
}



.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
      --shg-aspect-ratio: calc(2550/850); 
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
      position: relative;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }

    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-link {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
  box-sizing: border-box;
}



.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
      --shg-aspect-ratio: calc(2550/850); 
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
      position: relative;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }

    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-link {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
  box-sizing: border-box;
}



.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
      --shg-aspect-ratio: calc(2550/850); 
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
      position: relative;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}@media (max-width: 767px){#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  margin: 0 !important;
  overflow: visible;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add background color handling */
  
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }

    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-link {
      aspect-ratio: 2550/850;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2550px;
  }



  img.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
    
    
    
    max-height: 2550px;
  }


.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image {
  box-sizing: border-box;
}



.s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 {
      --shg-aspect-ratio: calc(2550/850); 
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container {
      position: relative;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0e261cf3-6225-4f04-9ef0-7bd6dcec01d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2550px;
    }
  }

}
#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1320/440;
text-align: center;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }

    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-link {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
  box-sizing: border-box;
}



.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
      --shg-aspect-ratio: calc(1320/440); 
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
      position: relative;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }

    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-link {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
  box-sizing: border-box;
}



.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
      --shg-aspect-ratio: calc(1320/440); 
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
      position: relative;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }

    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-link {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
  box-sizing: border-box;
}



.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
      --shg-aspect-ratio: calc(1320/440); 
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
      position: relative;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }

    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-link {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
  box-sizing: border-box;
}



.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
      --shg-aspect-ratio: calc(1320/440); 
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
      position: relative;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  margin: 0 !important;
  overflow: visible;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add background color handling */
  
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }

    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-link {
      aspect-ratio: 1320/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image {
  box-sizing: border-box;
}



.s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 {
      --shg-aspect-ratio: calc(1320/440); 
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container {
      position: relative;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a7fbc93e-49c9-4c62-ab92-1b995bb9bff5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
#s-a43d10b4-e41c-4312-9dcc-7685afe0fd74 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-a43d10b4-e41c-4312-9dcc-7685afe0fd74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a43d10b4-e41c-4312-9dcc-7685afe0fd74.shg-box.shg-c {
  justify-content: center;
}

#s-3b4406ce-ab2d-4488-81e6-1429e3f5eea8 {
  padding-top: 0px;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3b4406ce-ab2d-4488-81e6-1429e3f5eea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b4406ce-ab2d-4488-81e6-1429e3f5eea8.shg-box.shg-c {
  justify-content: center;
}

#s-076b58ad-2e9e-42df-9805-5040e6b86edc {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
min-height: 100px;
}
@media (min-width: 1200px){#s-076b58ad-2e9e-42df-9805-5040e6b86edc {
  background-repeat: no-repeat;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-076b58ad-2e9e-42df-9805-5040e6b86edc {
  background-repeat: no-repeat;
}
}@media (min-width: 768px) and (max-width: 991px){#s-076b58ad-2e9e-42df-9805-5040e6b86edc {
  background-repeat: no-repeat;
}
}@media (max-width: 767px){#s-076b58ad-2e9e-42df-9805-5040e6b86edc {
  background-repeat: no-repeat;
}
}
#s-076b58ad-2e9e-42df-9805-5040e6b86edc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ1MTc2M2YtM2EyYS00MGZlLWE0ZTgtNzJjOWUzZTc2MjJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjczNjM2MzYzNjM2MzYzNjMiIHN0eWxlPSJzdG9wLWNvbG9yOiMxMjEyMTI7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiMxMjEyMTI7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2RkNTE3NjNmLTNhMmEtNDBmZS1hNGU4LTcyYzllM2U3NjIyZikiLz48L3N2Zz4=);
}








#s-076b58ad-2e9e-42df-9805-5040e6b86edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-076b58ad-2e9e-42df-9805-5040e6b86edc.shg-box.shg-c {
  justify-content: center;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}