.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-103e71d2-ab9c-4a9a-ae4b-d73725f613fe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-103e71d2-ab9c-4a9a-ae4b-d73725f613fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-103e71d2-ab9c-4a9a-ae4b-d73725f613fe.shg-box.shg-c {
  justify-content: center;
}

#s-10522e42-ecba-4dc3-b96f-1bc2916a09bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f804123b-8d5f-4297-bcde-5c2c78ad7ca0 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-19a496a6-d1e4-4bf0-8c93-8a99a86003f3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-02c8093c-eb23-4813-9b2e-e47db60b26bc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b42808ce-bd72-4153-adf7-c69e45aad90a {
  margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b42808ce-bd72-4153-adf7-c69e45aad90a {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b42808ce-bd72-4153-adf7-c69e45aad90a {
  padding-top: 80px;
padding-bottom: 80px;
}
}







#s-b42808ce-bd72-4153-adf7-c69e45aad90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b42808ce-bd72-4153-adf7-c69e45aad90a.shg-box.shg-c {
  justify-content: center;
}

#s-5cb400f5-4ff6-45fd-8601-4d59c6743dae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-5cb400f5-4ff6-45fd-8601-4d59c6743dae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5cb400f5-4ff6-45fd-8601-4d59c6743dae.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-245e3116-d0bc-41d2-9c17-e9a90c52641d {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-245e3116-d0bc-41d2-9c17-e9a90c52641d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-245e3116-d0bc-41d2-9c17-e9a90c52641d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-245e3116-d0bc-41d2-9c17-e9a90c52641d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-245e3116-d0bc-41d2-9c17-e9a90c52641d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e8fe8587-1772-436e-b857-41c9b9830423 {
  margin-left: auto;
margin-right: auto;
}








#s-e8fe8587-1772-436e-b857-41c9b9830423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8fe8587-1772-436e-b857-41c9b9830423.shg-box.shg-c {
  justify-content: center;
}

.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-5c7c7c87-0b60-4fe5-9441-673995d2ee91 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 0px;
text-align: left;
}

#s-5c7c7c87-0b60-4fe5-9441-673995d2ee91 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-136e8375-bda1-4cbd-b9fc-2dd80d57bc7b {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}








#s-136e8375-bda1-4cbd-b9fc-2dd80d57bc7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-136e8375-bda1-4cbd-b9fc-2dd80d57bc7b.shg-box.shg-c {
  justify-content: center;
}

#s-d1c82795-a0a8-423d-bce3-b573c27c0475 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
text-align: left;
}

#s-d1c82795-a0a8-423d-bce3-b573c27c0475 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-894ec8e2-5bc4-4b04-a69e-13650ab31d5b {
  margin-left: auto;
margin-right: auto;
}








#s-894ec8e2-5bc4-4b04-a69e-13650ab31d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-894ec8e2-5bc4-4b04-a69e-13650ab31d5b.shg-box.shg-c {
  justify-content: center;
}

#s-63120109-d197-4108-9819-5274474e77ec {
  margin-left: auto;
margin-right: auto;
}








#s-63120109-d197-4108-9819-5274474e77ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63120109-d197-4108-9819-5274474e77ec.shg-box.shg-c {
  justify-content: center;
}

#s-e5857e08-c146-4637-8b29-35de131340da {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f509a5e8-27db-4430-839f-c64238a89317 {
  margin-left: auto;
margin-right: auto;
}








#s-f509a5e8-27db-4430-839f-c64238a89317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f509a5e8-27db-4430-839f-c64238a89317.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-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-9c2e069b-a042-4952-9829-819424ec9666 {
  margin-left: auto;
margin-right: auto;
}

#s-9f11db93-6e4b-4800-9b29-eac2385276de {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}








#s-9f11db93-6e4b-4800-9b29-eac2385276de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f11db93-6e4b-4800-9b29-eac2385276de.shg-box.shg-c {
  justify-content: center;
}

#s-3e4b5956-fada-443b-98da-d30386428c30 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
text-align: left;
}

#s-3e4b5956-fada-443b-98da-d30386428c30 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-44fdf91c-cd71-4a59-9940-10eaa35931e2 {
  margin-left: auto;
margin-right: auto;
}








#s-44fdf91c-cd71-4a59-9940-10eaa35931e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44fdf91c-cd71-4a59-9940-10eaa35931e2.shg-box.shg-c {
  justify-content: center;
}

#s-ed751bd2-ea93-4706-9091-e262a7453574 {
  margin-left: auto;
margin-right: auto;
}








#s-ed751bd2-ea93-4706-9091-e262a7453574 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ed751bd2-ea93-4706-9091-e262a7453574.shg-box.shg-c {
  justify-content: center;
}

#s-91879805-79b5-4be6-9f7c-472857d87886 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-beea5c42-abf2-4ba0-a838-311db272a7de {
  margin-left: auto;
margin-right: auto;
}








#s-beea5c42-abf2-4ba0-a838-311db272a7de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beea5c42-abf2-4ba0-a838-311db272a7de.shg-box.shg-c {
  justify-content: center;
}

#s-bdd1790d-d4dd-4340-b0db-b11ef22a4d68 {
  margin-left: auto;
margin-right: auto;
}

#s-83b88b99-1018-4608-9099-9635c2f0183c {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}








#s-83b88b99-1018-4608-9099-9635c2f0183c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83b88b99-1018-4608-9099-9635c2f0183c.shg-box.shg-c {
  justify-content: center;
}

#s-dab236df-b95b-46e6-84e7-9c0601e74e00 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
text-align: left;
}

#s-dab236df-b95b-46e6-84e7-9c0601e74e00 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b72fa54d-c54f-4727-95d5-abe95545054e {
  margin-left: auto;
margin-right: auto;
}








#s-b72fa54d-c54f-4727-95d5-abe95545054e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b72fa54d-c54f-4727-95d5-abe95545054e.shg-box.shg-c {
  justify-content: center;
}

#s-79054549-6a84-4378-bd3d-a56d382fd287 {
  margin-left: auto;
margin-right: auto;
}








#s-79054549-6a84-4378-bd3d-a56d382fd287 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79054549-6a84-4378-bd3d-a56d382fd287.shg-box.shg-c {
  justify-content: center;
}

#s-4442466e-1602-4788-9d4f-ad2e8a276ab4 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-035fe143-065b-4740-9ec1-71d9d58e3ca3 {
  margin-left: auto;
margin-right: auto;
}








#s-035fe143-065b-4740-9ec1-71d9d58e3ca3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-035fe143-065b-4740-9ec1-71d9d58e3ca3.shg-box.shg-c {
  justify-content: center;
}

#s-57dc33c0-d3c8-42b2-be12-392e6a63838d {
  margin-left: auto;
margin-right: auto;
}

#s-a1a971a8-c8a2-41ec-b64a-58f035c2e97e {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
}








#s-a1a971a8-c8a2-41ec-b64a-58f035c2e97e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1a971a8-c8a2-41ec-b64a-58f035c2e97e.shg-box.shg-c {
  justify-content: center;
}

#s-d08c7198-9fb9-4627-94fe-ea8b2f1824a4 {
  margin-left: auto;
margin-bottom: 8px;
margin-right: auto;
text-align: left;
}

#s-d08c7198-9fb9-4627-94fe-ea8b2f1824a4 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4236b70d-5803-47fb-a5f7-50c6194b0c17 {
  margin-left: auto;
margin-right: auto;
}








#s-4236b70d-5803-47fb-a5f7-50c6194b0c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4236b70d-5803-47fb-a5f7-50c6194b0c17.shg-box.shg-c {
  justify-content: center;
}

#s-d12afcbe-4b3e-4f20-87f8-1d0fede659ff {
  margin-left: auto;
margin-right: auto;
}








#s-d12afcbe-4b3e-4f20-87f8-1d0fede659ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d12afcbe-4b3e-4f20-87f8-1d0fede659ff.shg-box.shg-c {
  justify-content: center;
}

#s-96f52ecd-b729-42f2-97c7-6b6d135fbf83 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-2f2d5d77-546e-41d3-8c12-6af9457472ed {
  margin-left: auto;
margin-right: auto;
}








#s-2f2d5d77-546e-41d3-8c12-6af9457472ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f2d5d77-546e-41d3-8c12-6af9457472ed.shg-box.shg-c {
  justify-content: center;
}

#s-0341dc81-2302-4003-bca2-32e46fb2f1ab {
  margin-left: auto;
margin-right: auto;
}

#s-929969e3-e0ec-410f-ae00-c79d8ea9d7e4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-929969e3-e0ec-410f-ae00-c79d8ea9d7e4 {
  margin-top: 20px;
}
}







#s-929969e3-e0ec-410f-ae00-c79d8ea9d7e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-929969e3-e0ec-410f-ae00-c79d8ea9d7e4.shg-box.shg-c {
  justify-content: center;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-fa89ab02-d7eb-42b7-a00b-082a3fc78f25 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 20px;
min-height: 390px;
}

#s-70afb6a5-b9f0-408f-ba83-25bbee650894 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-70afb6a5-b9f0-408f-ba83-25bbee650894 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-70afb6a5-b9f0-408f-ba83-25bbee650894.shg-box.shg-c {
  justify-content: center;
}

#s-baba9420-4c5e-4f27-8165-7ef25db0259a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-baba9420-4c5e-4f27-8165-7ef25db0259a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-baba9420-4c5e-4f27-8165-7ef25db0259a.shg-box.shg-c {
  justify-content: center;
}

#s-3632a92c-93ca-47d7-866f-361f6d343207 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-3632a92c-93ca-47d7-866f-361f6d343207 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a40d02d2-030b-4c61-aae7-f0728cd3d406 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a40d02d2-030b-4c61-aae7-f0728cd3d406 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a40d02d2-030b-4c61-aae7-f0728cd3d406.shg-box.shg-c {
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-d323b7f1-e52d-4300-be69-390ef9a147c7 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-d323b7f1-e52d-4300-be69-390ef9a147c7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d323b7f1-e52d-4300-be69-390ef9a147c7:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d323b7f1-e52d-4300-be69-390ef9a147c7-root {
    text-align: left;
  }


#s-d323b7f1-e52d-4300-be69-390ef9a147c7.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d323b7f1-e52d-4300-be69-390ef9a147c7-root {
    text-align: left;
  }


#s-d323b7f1-e52d-4300-be69-390ef9a147c7.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d323b7f1-e52d-4300-be69-390ef9a147c7-root {
    text-align: left;
  }


#s-d323b7f1-e52d-4300-be69-390ef9a147c7.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d323b7f1-e52d-4300-be69-390ef9a147c7-root {
    text-align: left;
  }


#s-d323b7f1-e52d-4300-be69-390ef9a147c7.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d323b7f1-e52d-4300-be69-390ef9a147c7-root {
    text-align: left;
  }


#s-d323b7f1-e52d-4300-be69-390ef9a147c7.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-3bbf2468-b5b6-4136-93e6-e476d970d643 {
  margin-top: -40px;
margin-left: auto;
margin-right: auto;
padding-bottom: 115px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-3bbf2468-b5b6-4136-93e6-e476d970d643 {
  padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3bbf2468-b5b6-4136-93e6-e476d970d643 {
  padding-bottom: 80px;
}
}@media (max-width: 767px){#s-3bbf2468-b5b6-4136-93e6-e476d970d643 {
  padding-bottom: 60px;
}
}







#s-3bbf2468-b5b6-4136-93e6-e476d970d643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3bbf2468-b5b6-4136-93e6-e476d970d643.shg-box.shg-c {
  justify-content: center;
}

#s-4049d70e-9bd5-4650-91f2-448c8e274b08 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1200px;
}








#s-4049d70e-9bd5-4650-91f2-448c8e274b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4049d70e-9bd5-4650-91f2-448c8e274b08.shg-box.shg-c {
  justify-content: center;
}

#s-2b7fb520-5f8b-4663-8627-47b65b72aff6 {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b7fb520-5f8b-4663-8627-47b65b72aff6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b7fb520-5f8b-4663-8627-47b65b72aff6 {
  cursor: pointer;
}#s-2b7fb520-5f8b-4663-8627-47b65b72aff6.shg-box.shg-c {
  justify-content: center;
}

#s-80c3072a-f119-4b7c-af4c-bbc72f0f7ee1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-80c3072a-f119-4b7c-af4c-bbc72f0f7ee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80c3072a-f119-4b7c-af4c-bbc72f0f7ee1.shg-box.shg-c {
  justify-content: center;
}

.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-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d-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-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
  box-sizing: border-box;
}



.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
      position: relative;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d-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-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
  box-sizing: border-box;
}



.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
      position: relative;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d-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-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
  box-sizing: border-box;
}



.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
      position: relative;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d-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-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
  box-sizing: border-box;
}



.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
      position: relative;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d-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-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image {
  box-sizing: border-box;
}



.s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container {
      position: relative;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1ef21f-6a95-4ab7-bb1d-f2067ef57a5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-b8d26f24-b2f7-4973-9b71-5577261b50bd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b8d26f24-b2f7-4973-9b71-5577261b50bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8d26f24-b2f7-4973-9b71-5577261b50bd.shg-box.shg-c {
  justify-content: center;
}

#s-15785ab4-946a-4155-954c-2f28e5f3f66d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-15785ab4-946a-4155-954c-2f28e5f3f66d .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-15785ab4-946a-4155-954c-2f28e5f3f66d .shogun-heading-component h3 a {
  color: rgba(15, 21, 18, 1);
}


#s-ded32e24-eab1-4184-a572-c946a0d97114 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(15, 21, 18, 1);
}
#s-ded32e24-eab1-4184-a572-c946a0d97114:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ded32e24-eab1-4184-a572-c946a0d97114:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ded32e24-eab1-4184-a572-c946a0d97114-root {
    text-align: left;
  }


#s-ded32e24-eab1-4184-a572-c946a0d97114.shg-btn {
  color: rgba(15, 21, 18, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ded32e24-eab1-4184-a572-c946a0d97114-root {
    text-align: left;
  }


#s-ded32e24-eab1-4184-a572-c946a0d97114.shg-btn {
  color: rgba(15, 21, 18, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ded32e24-eab1-4184-a572-c946a0d97114-root {
    text-align: left;
  }


#s-ded32e24-eab1-4184-a572-c946a0d97114.shg-btn {
  color: rgba(15, 21, 18, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ded32e24-eab1-4184-a572-c946a0d97114-root {
    text-align: left;
  }


#s-ded32e24-eab1-4184-a572-c946a0d97114.shg-btn {
  color: rgba(15, 21, 18, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ded32e24-eab1-4184-a572-c946a0d97114-root {
    text-align: left;
  }


#s-ded32e24-eab1-4184-a572-c946a0d97114.shg-btn {
  color: rgba(15, 21, 18, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-aea6814f-054d-4145-a61a-fec5f4fad17b {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-aea6814f-054d-4145-a61a-fec5f4fad17b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aea6814f-054d-4145-a61a-fec5f4fad17b {
  cursor: pointer;
}#s-aea6814f-054d-4145-a61a-fec5f4fad17b.shg-box.shg-c {
  justify-content: center;
}

#s-22f904a3-e546-46bd-8dc6-f79f7d807827 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-22f904a3-e546-46bd-8dc6-f79f7d807827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22f904a3-e546-46bd-8dc6-f79f7d807827.shg-box.shg-c {
  justify-content: center;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020-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-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
  box-sizing: border-box;
}



.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
      position: relative;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020-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-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
  box-sizing: border-box;
}



.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
      position: relative;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020-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-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
  box-sizing: border-box;
}



.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
      position: relative;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020-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-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
  box-sizing: border-box;
}



.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
      position: relative;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  margin: 0 !important;
  overflow: visible;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020-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-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add background color handling */
  
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image {
  box-sizing: border-box;
}



.s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container {
      position: relative;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0fb71f62-8c81-498e-b41c-5db2e8f4e020 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-d86096b4-557c-4667-ada4-6e9075736d78 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d86096b4-557c-4667-ada4-6e9075736d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d86096b4-557c-4667-ada4-6e9075736d78.shg-box.shg-c {
  justify-content: center;
}

#s-02f745d8-4865-4eef-939b-070ca915e42b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-02f745d8-4865-4eef-939b-070ca915e42b .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-02f745d8-4865-4eef-939b-070ca915e42b .shogun-heading-component h3 a {
  color: rgba(15, 21, 18, 1);
}


#s-24f6b42e-c3c7-428c-8524-ae4f379c9a8b {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
}








#s-24f6b42e-c3c7-428c-8524-ae4f379c9a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24f6b42e-c3c7-428c-8524-ae4f379c9a8b {
  cursor: pointer;
}#s-24f6b42e-c3c7-428c-8524-ae4f379c9a8b.shg-box.shg-c {
  justify-content: center;
}

#s-1636c890-6a0d-4c49-807b-77a148ebc1df {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1636c890-6a0d-4c49-807b-77a148ebc1df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1636c890-6a0d-4c49-807b-77a148ebc1df.shg-box.shg-c {
  justify-content: center;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e-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-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
  box-sizing: border-box;
}



.s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
      position: relative;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e-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-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
  box-sizing: border-box;
}



.s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
      position: relative;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e-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-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
  box-sizing: border-box;
}



.s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
      position: relative;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e-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-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
  box-sizing: border-box;
}



.s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
      position: relative;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  margin: 0 !important;
  overflow: visible;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e-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-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add background color handling */
  
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-2d2465f3-bfb9-4883-a057-f23efee3b69e .shogun-image-content {
  
    justify-content: center;
  
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image {
  box-sizing: border-box;
}



.s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container {
      position: relative;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d2465f3-bfb9-4883-a057-f23efee3b69e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-e2b385ef-770d-4322-8ea5-48f399b48d59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e2b385ef-770d-4322-8ea5-48f399b48d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2b385ef-770d-4322-8ea5-48f399b48d59.shg-box.shg-c {
  justify-content: center;
}

#s-93f08e55-dc7e-4ab0-91fa-212ba3647ec3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-93f08e55-dc7e-4ab0-91fa-212ba3647ec3 .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


#s-93f08e55-dc7e-4ab0-91fa-212ba3647ec3 .shogun-heading-component h3 a {
  color: rgba(15, 21, 18, 1);
}


#s-286db4b1-2479-489a-91d6-187340643696 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}








#s-286db4b1-2479-489a-91d6-187340643696 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-286db4b1-2479-489a-91d6-187340643696.shg-box.shg-c {
  justify-content: center;
}

#s-a03979fe-7816-4c47-a151-427e1c0942eb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(235, 235, 235, 1);
}
@media (max-width: 767px){#s-a03979fe-7816-4c47-a151-427e1c0942eb {
  padding-right: 25px;
}
}







#s-a03979fe-7816-4c47-a151-427e1c0942eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a03979fe-7816-4c47-a151-427e1c0942eb.shg-box.shg-c {
  justify-content: center;
}

#s-fcdf12ac-ddba-4218-b368-e9dc99c9f380 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fcdf12ac-ddba-4218-b368-e9dc99c9f380 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcdf12ac-ddba-4218-b368-e9dc99c9f380.shg-box.shg-c {
  justify-content: center;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
aspect-ratio: 1/1;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  text-align: center;
}
}@media (max-width: 767px){#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  text-align: center;
}
}
#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11-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-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
  box-sizing: border-box;
}



.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
      position: relative;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

@media (min-width: 1200px){#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11-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-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
  box-sizing: border-box;
}



.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
      position: relative;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11-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-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
  box-sizing: border-box;
}



.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
      position: relative;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11-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-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
  box-sizing: border-box;
}



.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
      position: relative;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}@media (max-width: 767px){#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  margin: 0 !important;
  overflow: visible;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11-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-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add background color handling */
  
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 100px;
  }



  img.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image {
  box-sizing: border-box;
}



.s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container {
      position: relative;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87141d8d-a7a1-4fb3-884d-ccf4062f2e11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 100px;
    }
  }

}
#s-29d71768-f780-432a-b290-4047d0a98650 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-29d71768-f780-432a-b290-4047d0a98650 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-29d71768-f780-432a-b290-4047d0a98650.shg-box.shg-c {
  justify-content: center;
}

#s-a6767c1d-6f71-4cab-834a-1bea281d60f2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6767c1d-6f71-4cab-834a-1bea281d60f2 {
  text-align: center;
}
}@media (max-width: 767px){#s-a6767c1d-6f71-4cab-834a-1bea281d60f2 {
  text-align: center;
}
}
#s-a6767c1d-6f71-4cab-834a-1bea281d60f2 .shogun-heading-component h2 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a6767c1d-6f71-4cab-834a-1bea281d60f2 .shogun-heading-component h2 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a6767c1d-6f71-4cab-834a-1bea281d60f2 .shogun-heading-component h2 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-06fa6d07-4a02-4f13-a57d-0102f6d468b8 {
  margin-left: auto;
margin-right: auto;
}

#s-b4a71f6c-311c-4cd3-a57c-103a7e14dfd2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b4a71f6c-311c-4cd3-a57c-103a7e14dfd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4a71f6c-311c-4cd3-a57c-103a7e14dfd2.shg-box.shg-c {
  justify-content: center;
}

#s-bbb9bd3a-1b15-4d60-a75f-db5c6566526d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-51ab4aa4-1726-44db-941f-142469417efd {
  margin-left: auto;
margin-right: auto;
max-width: 439px;
aspect-ratio: 439/321;
text-align: right;
}
@media (min-width: 992px) and (max-width: 1199px){#s-51ab4aa4-1726-44db-941f-142469417efd {
  display: none;
}
#s-51ab4aa4-1726-44db-941f-142469417efd, #wrap-s-51ab4aa4-1726-44db-941f-142469417efd, #wrap-content-s-51ab4aa4-1726-44db-941f-142469417efd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51ab4aa4-1726-44db-941f-142469417efd {
  display: none;
}
#s-51ab4aa4-1726-44db-941f-142469417efd, #wrap-s-51ab4aa4-1726-44db-941f-142469417efd, #wrap-content-s-51ab4aa4-1726-44db-941f-142469417efd { display: none !important; }}@media (max-width: 767px){#s-51ab4aa4-1726-44db-941f-142469417efd {
  display: none;
}
#s-51ab4aa4-1726-44db-941f-142469417efd, #wrap-s-51ab4aa4-1726-44db-941f-142469417efd, #wrap-content-s-51ab4aa4-1726-44db-941f-142469417efd { display: none !important; }}
#s-51ab4aa4-1726-44db-941f-142469417efd {
  margin: 0 !important;
  overflow: visible;
}

#s-51ab4aa4-1726-44db-941f-142469417efd-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-51ab4aa4-1726-44db-941f-142469417efd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51ab4aa4-1726-44db-941f-142469417efd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add background color handling */
  
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }

    #s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-link {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }




.s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-content {
  
    justify-content: center;
  
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image {
  box-sizing: border-box;
}



.s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51ab4aa4-1726-44db-941f-142469417efd {
      --shg-aspect-ratio: calc(439/321); 
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
      position: relative;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

@media (min-width: 1200px){#s-51ab4aa4-1726-44db-941f-142469417efd {
  margin: 0 !important;
  overflow: visible;
}

#s-51ab4aa4-1726-44db-941f-142469417efd-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-51ab4aa4-1726-44db-941f-142469417efd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51ab4aa4-1726-44db-941f-142469417efd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add background color handling */
  
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }

    #s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-link {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }




.s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-content {
  
    justify-content: center;
  
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image {
  box-sizing: border-box;
}



.s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51ab4aa4-1726-44db-941f-142469417efd {
      --shg-aspect-ratio: calc(439/321); 
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
      position: relative;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-51ab4aa4-1726-44db-941f-142469417efd {
  margin: 0 !important;
  overflow: visible;
}

#s-51ab4aa4-1726-44db-941f-142469417efd-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-51ab4aa4-1726-44db-941f-142469417efd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51ab4aa4-1726-44db-941f-142469417efd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add background color handling */
  
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }

    #s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-link {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }




.s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-content {
  
    justify-content: center;
  
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image {
  box-sizing: border-box;
}



.s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51ab4aa4-1726-44db-941f-142469417efd {
      --shg-aspect-ratio: calc(439/321); 
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
      position: relative;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-51ab4aa4-1726-44db-941f-142469417efd {
  margin: 0 !important;
  overflow: visible;
}

#s-51ab4aa4-1726-44db-941f-142469417efd-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-51ab4aa4-1726-44db-941f-142469417efd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51ab4aa4-1726-44db-941f-142469417efd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add background color handling */
  
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }

    #s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-link {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }




.s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-content {
  
    justify-content: center;
  
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image {
  box-sizing: border-box;
}



.s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51ab4aa4-1726-44db-941f-142469417efd {
      --shg-aspect-ratio: calc(439/321); 
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
      position: relative;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (max-width: 767px){#s-51ab4aa4-1726-44db-941f-142469417efd {
  margin: 0 !important;
  overflow: visible;
}

#s-51ab4aa4-1726-44db-941f-142469417efd-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-51ab4aa4-1726-44db-941f-142469417efd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-51ab4aa4-1726-44db-941f-142469417efd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add background color handling */
  
}

#s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }

    #s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-link {
      aspect-ratio: 439/321;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-51ab4aa4-1726-44db-941f-142469417efd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }




.s-51ab4aa4-1726-44db-941f-142469417efd .shogun-image-content {
  
    justify-content: center;
  
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image {
  box-sizing: border-box;
}



.s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-51ab4aa4-1726-44db-941f-142469417efd {
      --shg-aspect-ratio: calc(439/321); 
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container {
      position: relative;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51ab4aa4-1726-44db-941f-142469417efd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}
#s-27198201-41b1-40f5-9b2c-c513fb90b451 {
  margin-top: 40px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27198201-41b1-40f5-9b2c-c513fb90b451 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Red Hat Display";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  
  
}



/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

/* Keep nav aligned to the slider frame; Swiper 12 adds sibling rules with top:50%. */
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-prev,
.shg-swiper-container > .shg-swiper.swiper-horizontal ~ .swiper-button-next {
  top: 0;
  margin-top: 0;
  height: calc(100% - var(--pagination-height));
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 {
  display: none;
}
#s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512, #wrap-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512, #wrap-content-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 { display: none !important; }}@media (max-width: 767px){#s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 {
  display: none;
}
#s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512, #wrap-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512, #wrap-content-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 {
  --swiper-pagination-color: rgba(6, 54, 29, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(6, 54, 29, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-prev,
#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-next {
  
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-prev svg,
#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-next svg {
  fill: rgba(7, 61, 33, 1) !important;
  stroke: rgba(7, 61, 33, 1) !important;
  
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 {
  --swiper-pagination-color: rgba(6, 54, 29, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(6, 54, 29, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-prev,
#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-next {
  
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-prev svg,
#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-next svg {
  fill: rgba(7, 61, 33, 1) !important;
  stroke: rgba(7, 61, 33, 1) !important;
  
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-eae9cfa2-6cb1-41e1-8cad-af0b6932f512 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6-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-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image {
  box-sizing: border-box;
}



.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6-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-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image {
  box-sizing: border-box;
}



.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6-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-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image {
  box-sizing: border-box;
}



.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6-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-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image {
  box-sizing: border-box;
}



.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  margin: 0 !important;
  overflow: visible;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6-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-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add background color handling */
  
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2d3f8c9-4b52-4856-a113-9bceff089ac6.shogun-image {
  box-sizing: border-box;
}



.s-c2d3f8c9-4b52-4856-a113-9bceff089ac6 img.shogun-image {
  
}


}
#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8-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-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image {
  box-sizing: border-box;
}



.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8-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-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image {
  box-sizing: border-box;
}



.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8-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-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image {
  box-sizing: border-box;
}



.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8-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-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image {
  box-sizing: border-box;
}



.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8-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-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ddbaa46-9e0b-4324-8090-77a0d71417c8.shogun-image {
  box-sizing: border-box;
}



.s-4ddbaa46-9e0b-4324-8090-77a0d71417c8 img.shogun-image {
  
}


}
#s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3-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-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09ee590e-50ee-450f-89c7-4e982468c2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image {
  box-sizing: border-box;
}



.s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3-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-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09ee590e-50ee-450f-89c7-4e982468c2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image {
  box-sizing: border-box;
}



.s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3-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-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09ee590e-50ee-450f-89c7-4e982468c2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image {
  box-sizing: border-box;
}



.s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3-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-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09ee590e-50ee-450f-89c7-4e982468c2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image {
  box-sizing: border-box;
}



.s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3-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-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09ee590e-50ee-450f-89c7-4e982468c2b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-09ee590e-50ee-450f-89c7-4e982468c2b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09ee590e-50ee-450f-89c7-4e982468c2b3.shogun-image {
  box-sizing: border-box;
}



.s-09ee590e-50ee-450f-89c7-4e982468c2b3 img.shogun-image {
  
}


}
#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3-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-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image {
  box-sizing: border-box;
}



.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3-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-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image {
  box-sizing: border-box;
}



.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3-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-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image {
  box-sizing: border-box;
}



.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3-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-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image {
  box-sizing: border-box;
}



.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3-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-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c395596-0b18-4bbe-a81d-4c475b6167d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c395596-0b18-4bbe-a81d-4c475b6167d3.shogun-image {
  box-sizing: border-box;
}



.s-7c395596-0b18-4bbe-a81d-4c475b6167d3 img.shogun-image {
  
}


}
#s-cc2b003a-3c10-4565-aaff-af617121176c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c {
  margin: 0 !important;
  overflow: visible;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c-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-cc2b003a-3c10-4565-aaff-af617121176c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-cc2b003a-3c10-4565-aaff-af617121176c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add background color handling */
  
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc2b003a-3c10-4565-aaff-af617121176c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image {
  box-sizing: border-box;
}



.s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  
}


@media (min-width: 1200px){#s-cc2b003a-3c10-4565-aaff-af617121176c {
  margin: 0 !important;
  overflow: visible;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c-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-cc2b003a-3c10-4565-aaff-af617121176c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc2b003a-3c10-4565-aaff-af617121176c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add background color handling */
  
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc2b003a-3c10-4565-aaff-af617121176c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image {
  box-sizing: border-box;
}



.s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cc2b003a-3c10-4565-aaff-af617121176c {
  margin: 0 !important;
  overflow: visible;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c-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-cc2b003a-3c10-4565-aaff-af617121176c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc2b003a-3c10-4565-aaff-af617121176c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add background color handling */
  
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc2b003a-3c10-4565-aaff-af617121176c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image {
  box-sizing: border-box;
}



.s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cc2b003a-3c10-4565-aaff-af617121176c {
  margin: 0 !important;
  overflow: visible;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c-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-cc2b003a-3c10-4565-aaff-af617121176c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc2b003a-3c10-4565-aaff-af617121176c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add background color handling */
  
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc2b003a-3c10-4565-aaff-af617121176c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image {
  box-sizing: border-box;
}



.s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  
}


}@media (max-width: 767px){#s-cc2b003a-3c10-4565-aaff-af617121176c {
  margin: 0 !important;
  overflow: visible;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c-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-cc2b003a-3c10-4565-aaff-af617121176c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cc2b003a-3c10-4565-aaff-af617121176c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add background color handling */
  
}

#s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-cc2b003a-3c10-4565-aaff-af617121176c .shogun-image-content {
  
    justify-content: center;
  
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc2b003a-3c10-4565-aaff-af617121176c.shogun-image {
  box-sizing: border-box;
}



.s-cc2b003a-3c10-4565-aaff-af617121176c img.shogun-image {
  
}


}
#s-36cfa919-1083-42a5-a4bb-0532a55f3ba9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-36cfa919-1083-42a5-a4bb-0532a55f3ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36cfa919-1083-42a5-a4bb-0532a55f3ba9 {
  cursor: pointer;
}#s-36cfa919-1083-42a5-a4bb-0532a55f3ba9.shg-box.shg-c {
  justify-content: center;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  margin: 0 !important;
  overflow: visible;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d-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-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add background color handling */
  
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87f3d8f8-34cf-4392-9901-29e74fe4658d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image {
  box-sizing: border-box;
}



.s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  
}


@media (min-width: 1200px){#s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  margin: 0 !important;
  overflow: visible;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d-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-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add background color handling */
  
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87f3d8f8-34cf-4392-9901-29e74fe4658d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image {
  box-sizing: border-box;
}



.s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  margin: 0 !important;
  overflow: visible;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d-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-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add background color handling */
  
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87f3d8f8-34cf-4392-9901-29e74fe4658d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image {
  box-sizing: border-box;
}



.s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  margin: 0 !important;
  overflow: visible;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d-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-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add background color handling */
  
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87f3d8f8-34cf-4392-9901-29e74fe4658d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image {
  box-sizing: border-box;
}



.s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  
}


}@media (max-width: 767px){#s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  margin: 0 !important;
  overflow: visible;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d-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-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-87f3d8f8-34cf-4392-9901-29e74fe4658d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add background color handling */
  
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-87f3d8f8-34cf-4392-9901-29e74fe4658d .shogun-image-content {
  
    justify-content: center;
  
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87f3d8f8-34cf-4392-9901-29e74fe4658d.shogun-image {
  box-sizing: border-box;
}



.s-87f3d8f8-34cf-4392-9901-29e74fe4658d img.shogun-image {
  
}


}
#s-cc4f62f5-ae8e-409e-9324-e61ddc52bc0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cc4f62f5-ae8e-409e-9324-e61ddc52bc0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc4f62f5-ae8e-409e-9324-e61ddc52bc0f {
  cursor: pointer;
}#s-cc4f62f5-ae8e-409e-9324-e61ddc52bc0f.shg-box.shg-c {
  justify-content: center;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca-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-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9e9dee73-d763-46b2-9f85-05d7e76756ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image {
  box-sizing: border-box;
}



.s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  
}


@media (min-width: 1200px){#s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca-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-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9e9dee73-d763-46b2-9f85-05d7e76756ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image {
  box-sizing: border-box;
}



.s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca-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-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9e9dee73-d763-46b2-9f85-05d7e76756ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image {
  box-sizing: border-box;
}



.s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca-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-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9e9dee73-d763-46b2-9f85-05d7e76756ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image {
  box-sizing: border-box;
}



.s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  
}


}@media (max-width: 767px){#s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  margin: 0 !important;
  overflow: visible;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca-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-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9e9dee73-d763-46b2-9f85-05d7e76756ca {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add background color handling */
  
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9e9dee73-d763-46b2-9f85-05d7e76756ca .shogun-image-content {
  
    justify-content: center;
  
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e9dee73-d763-46b2-9f85-05d7e76756ca.shogun-image {
  box-sizing: border-box;
}



.s-9e9dee73-d763-46b2-9f85-05d7e76756ca img.shogun-image {
  
}


}
#s-2235faac-1a7d-487f-8d6e-2c981b212aff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2235faac-1a7d-487f-8d6e-2c981b212aff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2235faac-1a7d-487f-8d6e-2c981b212aff {
  cursor: pointer;
}#s-2235faac-1a7d-487f-8d6e-2c981b212aff.shg-box.shg-c {
  justify-content: center;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149-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-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f27b511-d670-454e-9f57-0f03ad5e1149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image {
  box-sizing: border-box;
}



.s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149-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-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f27b511-d670-454e-9f57-0f03ad5e1149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image {
  box-sizing: border-box;
}



.s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149-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-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f27b511-d670-454e-9f57-0f03ad5e1149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image {
  box-sizing: border-box;
}



.s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149-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-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f27b511-d670-454e-9f57-0f03ad5e1149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image {
  box-sizing: border-box;
}



.s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  margin: 0 !important;
  overflow: visible;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149-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-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9f27b511-d670-454e-9f57-0f03ad5e1149 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add background color handling */
  
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9f27b511-d670-454e-9f57-0f03ad5e1149 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f27b511-d670-454e-9f57-0f03ad5e1149.shogun-image {
  box-sizing: border-box;
}



.s-9f27b511-d670-454e-9f57-0f03ad5e1149 img.shogun-image {
  
}


}
#s-0fdb58ee-d902-4e85-9b8b-8a2c9f1dcd46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0fdb58ee-d902-4e85-9b8b-8a2c9f1dcd46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fdb58ee-d902-4e85-9b8b-8a2c9f1dcd46 {
  cursor: pointer;
}#s-0fdb58ee-d902-4e85-9b8b-8a2c9f1dcd46.shg-box.shg-c {
  justify-content: center;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a-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-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50a09182-affd-4e71-b42a-350c9cfb0b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image {
  box-sizing: border-box;
}



.s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  
}


@media (min-width: 1200px){#s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a-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-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50a09182-affd-4e71-b42a-350c9cfb0b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image {
  box-sizing: border-box;
}



.s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a-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-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50a09182-affd-4e71-b42a-350c9cfb0b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image {
  box-sizing: border-box;
}



.s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a-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-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50a09182-affd-4e71-b42a-350c9cfb0b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image {
  box-sizing: border-box;
}



.s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  
}


}@media (max-width: 767px){#s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  margin: 0 !important;
  overflow: visible;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a-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-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-50a09182-affd-4e71-b42a-350c9cfb0b9a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add background color handling */
  
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-50a09182-affd-4e71-b42a-350c9cfb0b9a .shogun-image-content {
  
    justify-content: center;
  
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50a09182-affd-4e71-b42a-350c9cfb0b9a.shogun-image {
  box-sizing: border-box;
}



.s-50a09182-affd-4e71-b42a-350c9cfb0b9a img.shogun-image {
  
}


}
#s-00ce6a79-d541-4271-bf57-7ad37257371a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-00ce6a79-d541-4271-bf57-7ad37257371a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ce6a79-d541-4271-bf57-7ad37257371a {
  cursor: pointer;
}#s-00ce6a79-d541-4271-bf57-7ad37257371a.shg-box.shg-c {
  justify-content: center;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4-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-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image {
  box-sizing: border-box;
}



.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4-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-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image {
  box-sizing: border-box;
}



.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4-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-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image {
  box-sizing: border-box;
}



.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4-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-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image {
  box-sizing: border-box;
}



.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4-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-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b75f4a-d33c-4359-adb7-b0703d897ab4.shogun-image {
  box-sizing: border-box;
}



.s-a5b75f4a-d33c-4359-adb7-b0703d897ab4 img.shogun-image {
  
}


}
#s-bacdf90c-51b2-4b3d-bf6f-f60c73f40d70 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bacdf90c-51b2-4b3d-bf6f-f60c73f40d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bacdf90c-51b2-4b3d-bf6f-f60c73f40d70 {
  cursor: pointer;
}#s-bacdf90c-51b2-4b3d-bf6f-f60c73f40d70.shg-box.shg-c {
  justify-content: center;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 {
  margin: 0 !important;
  overflow: visible;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352-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-385054f1-b600-4881-86b6-60e52bfa6352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-385054f1-b600-4881-86b6-60e52bfa6352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add background color handling */
  
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385054f1-b600-4881-86b6-60e52bfa6352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image {
  box-sizing: border-box;
}



.s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  
}


@media (min-width: 1200px){#s-385054f1-b600-4881-86b6-60e52bfa6352 {
  margin: 0 !important;
  overflow: visible;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352-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-385054f1-b600-4881-86b6-60e52bfa6352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385054f1-b600-4881-86b6-60e52bfa6352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add background color handling */
  
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385054f1-b600-4881-86b6-60e52bfa6352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image {
  box-sizing: border-box;
}



.s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-385054f1-b600-4881-86b6-60e52bfa6352 {
  margin: 0 !important;
  overflow: visible;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352-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-385054f1-b600-4881-86b6-60e52bfa6352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385054f1-b600-4881-86b6-60e52bfa6352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add background color handling */
  
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385054f1-b600-4881-86b6-60e52bfa6352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image {
  box-sizing: border-box;
}



.s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-385054f1-b600-4881-86b6-60e52bfa6352 {
  margin: 0 !important;
  overflow: visible;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352-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-385054f1-b600-4881-86b6-60e52bfa6352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385054f1-b600-4881-86b6-60e52bfa6352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add background color handling */
  
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385054f1-b600-4881-86b6-60e52bfa6352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image {
  box-sizing: border-box;
}



.s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  
}


}@media (max-width: 767px){#s-385054f1-b600-4881-86b6-60e52bfa6352 {
  margin: 0 !important;
  overflow: visible;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352-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-385054f1-b600-4881-86b6-60e52bfa6352 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-385054f1-b600-4881-86b6-60e52bfa6352 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add background color handling */
  
}

#s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-385054f1-b600-4881-86b6-60e52bfa6352 .shogun-image-content {
  
    justify-content: center;
  
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shg-align-container {
  display: flex;
  justify-content: center
}

.s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-385054f1-b600-4881-86b6-60e52bfa6352.shogun-image {
  box-sizing: border-box;
}



.s-385054f1-b600-4881-86b6-60e52bfa6352 img.shogun-image {
  
}


}
#s-a181f5f2-b05c-4dbf-bd52-70effcc48b62 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a181f5f2-b05c-4dbf-bd52-70effcc48b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a181f5f2-b05c-4dbf-bd52-70effcc48b62 {
  cursor: pointer;
}#s-a181f5f2-b05c-4dbf-bd52-70effcc48b62.shg-box.shg-c {
  justify-content: center;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  margin: 0 !important;
  overflow: visible;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa-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-2524290c-fcbf-45db-a832-bf66f78a7baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add background color handling */
  
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2524290c-fcbf-45db-a832-bf66f78a7baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image {
  box-sizing: border-box;
}



.s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  
}


@media (min-width: 1200px){#s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  margin: 0 !important;
  overflow: visible;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa-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-2524290c-fcbf-45db-a832-bf66f78a7baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add background color handling */
  
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2524290c-fcbf-45db-a832-bf66f78a7baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image {
  box-sizing: border-box;
}



.s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  margin: 0 !important;
  overflow: visible;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa-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-2524290c-fcbf-45db-a832-bf66f78a7baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add background color handling */
  
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2524290c-fcbf-45db-a832-bf66f78a7baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image {
  box-sizing: border-box;
}



.s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  margin: 0 !important;
  overflow: visible;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa-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-2524290c-fcbf-45db-a832-bf66f78a7baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add background color handling */
  
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2524290c-fcbf-45db-a832-bf66f78a7baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image {
  box-sizing: border-box;
}



.s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  
}


}@media (max-width: 767px){#s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  margin: 0 !important;
  overflow: visible;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa-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-2524290c-fcbf-45db-a832-bf66f78a7baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2524290c-fcbf-45db-a832-bf66f78a7baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add background color handling */
  
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2524290c-fcbf-45db-a832-bf66f78a7baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2524290c-fcbf-45db-a832-bf66f78a7baa.shogun-image {
  box-sizing: border-box;
}



.s-2524290c-fcbf-45db-a832-bf66f78a7baa img.shogun-image {
  
}


}
#s-d2c4dc11-8000-454b-a79a-aaac417634b7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d2c4dc11-8000-454b-a79a-aaac417634b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d2c4dc11-8000-454b-a79a-aaac417634b7 {
  cursor: pointer;
}#s-d2c4dc11-8000-454b-a79a-aaac417634b7.shg-box.shg-c {
  justify-content: center;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395-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-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c2b41c4-2b06-469f-a420-89bc99e62395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image {
  box-sizing: border-box;
}



.s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395-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-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c2b41c4-2b06-469f-a420-89bc99e62395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image {
  box-sizing: border-box;
}



.s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395-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-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c2b41c4-2b06-469f-a420-89bc99e62395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image {
  box-sizing: border-box;
}



.s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395-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-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c2b41c4-2b06-469f-a420-89bc99e62395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image {
  box-sizing: border-box;
}



.s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  margin: 0 !important;
  overflow: visible;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395-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-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9c2b41c4-2b06-469f-a420-89bc99e62395 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add background color handling */
  
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9c2b41c4-2b06-469f-a420-89bc99e62395 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c2b41c4-2b06-469f-a420-89bc99e62395.shogun-image {
  box-sizing: border-box;
}



.s-9c2b41c4-2b06-469f-a420-89bc99e62395 img.shogun-image {
  
}


}
#s-adf7ac33-667d-4402-8db4-4798887a806d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-adf7ac33-667d-4402-8db4-4798887a806d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-adf7ac33-667d-4402-8db4-4798887a806d {
  cursor: pointer;
}#s-adf7ac33-667d-4402-8db4-4798887a806d.shg-box.shg-c {
  justify-content: center;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4-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-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9232278-4ee4-48e1-a705-f0c618312bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image {
  box-sizing: border-box;
}



.s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4-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-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9232278-4ee4-48e1-a705-f0c618312bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image {
  box-sizing: border-box;
}



.s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4-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-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9232278-4ee4-48e1-a705-f0c618312bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image {
  box-sizing: border-box;
}



.s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4-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-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9232278-4ee4-48e1-a705-f0c618312bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image {
  box-sizing: border-box;
}



.s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  margin: 0 !important;
  overflow: visible;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4-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-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b9232278-4ee4-48e1-a705-f0c618312bb4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add background color handling */
  
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b9232278-4ee4-48e1-a705-f0c618312bb4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9232278-4ee4-48e1-a705-f0c618312bb4.shogun-image {
  box-sizing: border-box;
}



.s-b9232278-4ee4-48e1-a705-f0c618312bb4 img.shogun-image {
  
}


}
#s-a76d85a1-e20b-44a7-a77e-8a7889e66ac5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a76d85a1-e20b-44a7-a77e-8a7889e66ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a76d85a1-e20b-44a7-a77e-8a7889e66ac5 {
  cursor: pointer;
}#s-a76d85a1-e20b-44a7-a77e-8a7889e66ac5.shg-box.shg-c {
  justify-content: center;
}

#s-bc173c34-761e-4488-95d5-4889a3649575 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-bc173c34-761e-4488-95d5-4889a3649575 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc173c34-761e-4488-95d5-4889a3649575-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-bc173c34-761e-4488-95d5-4889a3649575 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-bc173c34-761e-4488-95d5-4889a3649575 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc173c34-761e-4488-95d5-4889a3649575 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image {
  box-sizing: border-box;
}



.s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bc173c34-761e-4488-95d5-4889a3649575 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc173c34-761e-4488-95d5-4889a3649575-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-bc173c34-761e-4488-95d5-4889a3649575 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc173c34-761e-4488-95d5-4889a3649575 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc173c34-761e-4488-95d5-4889a3649575 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image {
  box-sizing: border-box;
}



.s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bc173c34-761e-4488-95d5-4889a3649575 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc173c34-761e-4488-95d5-4889a3649575-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-bc173c34-761e-4488-95d5-4889a3649575 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc173c34-761e-4488-95d5-4889a3649575 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc173c34-761e-4488-95d5-4889a3649575 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image {
  box-sizing: border-box;
}



.s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bc173c34-761e-4488-95d5-4889a3649575 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc173c34-761e-4488-95d5-4889a3649575-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-bc173c34-761e-4488-95d5-4889a3649575 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc173c34-761e-4488-95d5-4889a3649575 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc173c34-761e-4488-95d5-4889a3649575 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image {
  box-sizing: border-box;
}



.s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bc173c34-761e-4488-95d5-4889a3649575 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc173c34-761e-4488-95d5-4889a3649575-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-bc173c34-761e-4488-95d5-4889a3649575 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc173c34-761e-4488-95d5-4889a3649575 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bc173c34-761e-4488-95d5-4889a3649575 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc173c34-761e-4488-95d5-4889a3649575.shogun-image {
  box-sizing: border-box;
}



.s-bc173c34-761e-4488-95d5-4889a3649575 img.shogun-image {
  
}


}
#s-fcd31ccb-f9f7-4683-aa81-afc3693af3c5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fcd31ccb-f9f7-4683-aa81-afc3693af3c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fcd31ccb-f9f7-4683-aa81-afc3693af3c5 {
  cursor: pointer;
}#s-fcd31ccb-f9f7-4683-aa81-afc3693af3c5.shg-box.shg-c {
  justify-content: center;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895-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-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image {
  box-sizing: border-box;
}



.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895-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-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image {
  box-sizing: border-box;
}



.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895-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-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image {
  box-sizing: border-box;
}



.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895-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-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image {
  box-sizing: border-box;
}



.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  margin: 0 !important;
  overflow: visible;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895-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-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add background color handling */
  
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895.shogun-image {
  box-sizing: border-box;
}



.s-a67736f5-f3c4-4bbd-b7e0-c3da0bdb9895 img.shogun-image {
  
}


}
#s-b2a14a28-fd7d-430c-93ad-6992b1a7f0b3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b2a14a28-fd7d-430c-93ad-6992b1a7f0b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2a14a28-fd7d-430c-93ad-6992b1a7f0b3 {
  cursor: pointer;
}#s-b2a14a28-fd7d-430c-93ad-6992b1a7f0b3.shg-box.shg-c {
  justify-content: center;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd-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-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adcd8cc5-e23c-4091-beba-0a311f300cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image {
  box-sizing: border-box;
}



.s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  
}


@media (min-width: 1200px){#s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd-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-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adcd8cc5-e23c-4091-beba-0a311f300cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image {
  box-sizing: border-box;
}



.s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd-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-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adcd8cc5-e23c-4091-beba-0a311f300cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image {
  box-sizing: border-box;
}



.s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd-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-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adcd8cc5-e23c-4091-beba-0a311f300cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image {
  box-sizing: border-box;
}



.s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  
}


}@media (max-width: 767px){#s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  margin: 0 !important;
  overflow: visible;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd-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-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-adcd8cc5-e23c-4091-beba-0a311f300cdd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add background color handling */
  
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-adcd8cc5-e23c-4091-beba-0a311f300cdd .shogun-image-content {
  
    justify-content: center;
  
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adcd8cc5-e23c-4091-beba-0a311f300cdd.shogun-image {
  box-sizing: border-box;
}



.s-adcd8cc5-e23c-4091-beba-0a311f300cdd img.shogun-image {
  
}


}
#s-e8c1af78-24e8-4cc6-b1d9-decf599d23cd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e8c1af78-24e8-4cc6-b1d9-decf599d23cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8c1af78-24e8-4cc6-b1d9-decf599d23cd {
  cursor: pointer;
}#s-e8c1af78-24e8-4cc6-b1d9-decf599d23cd.shg-box.shg-c {
  justify-content: center;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c {
  margin: 0 !important;
  overflow: visible;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c-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-4e991df1-1eec-4907-894d-0d52711f123c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4e991df1-1eec-4907-894d-0d52711f123c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add background color handling */
  
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e991df1-1eec-4907-894d-0d52711f123c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image {
  box-sizing: border-box;
}



.s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  
}


@media (min-width: 1200px){#s-4e991df1-1eec-4907-894d-0d52711f123c {
  margin: 0 !important;
  overflow: visible;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c-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-4e991df1-1eec-4907-894d-0d52711f123c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e991df1-1eec-4907-894d-0d52711f123c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add background color handling */
  
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e991df1-1eec-4907-894d-0d52711f123c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image {
  box-sizing: border-box;
}



.s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4e991df1-1eec-4907-894d-0d52711f123c {
  margin: 0 !important;
  overflow: visible;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c-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-4e991df1-1eec-4907-894d-0d52711f123c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e991df1-1eec-4907-894d-0d52711f123c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add background color handling */
  
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e991df1-1eec-4907-894d-0d52711f123c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image {
  box-sizing: border-box;
}



.s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4e991df1-1eec-4907-894d-0d52711f123c {
  margin: 0 !important;
  overflow: visible;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c-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-4e991df1-1eec-4907-894d-0d52711f123c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e991df1-1eec-4907-894d-0d52711f123c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add background color handling */
  
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e991df1-1eec-4907-894d-0d52711f123c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image {
  box-sizing: border-box;
}



.s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  
}


}@media (max-width: 767px){#s-4e991df1-1eec-4907-894d-0d52711f123c {
  margin: 0 !important;
  overflow: visible;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c-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-4e991df1-1eec-4907-894d-0d52711f123c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4e991df1-1eec-4907-894d-0d52711f123c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add background color handling */
  
}

#s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-4e991df1-1eec-4907-894d-0d52711f123c .shogun-image-content {
  
    justify-content: flex-end;
  
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e991df1-1eec-4907-894d-0d52711f123c.shogun-image {
  box-sizing: border-box;
}



.s-4e991df1-1eec-4907-894d-0d52711f123c img.shogun-image {
  
}


}
#s-f8223e39-c9f2-4666-9252-6ca0937b08bf {
  box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0);
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f8223e39-c9f2-4666-9252-6ca0937b08bf {
  display: none;
}
#s-f8223e39-c9f2-4666-9252-6ca0937b08bf, #wrap-s-f8223e39-c9f2-4666-9252-6ca0937b08bf, #wrap-content-s-f8223e39-c9f2-4666-9252-6ca0937b08bf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8223e39-c9f2-4666-9252-6ca0937b08bf {
  display: none;
}
#s-f8223e39-c9f2-4666-9252-6ca0937b08bf, #wrap-s-f8223e39-c9f2-4666-9252-6ca0937b08bf, #wrap-content-s-f8223e39-c9f2-4666-9252-6ca0937b08bf { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf {
  --swiper-pagination-color: rgba(6, 54, 29, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(6, 54, 29, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf > .swiper-button-prev,
#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf > .swiper-button-next {
  
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf > .swiper-button-prev svg,
#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf > .swiper-button-next svg {
  fill: rgba(7, 61, 33, 1) !important;
  stroke: rgba(7, 61, 33, 1) !important;
  
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-f8223e39-c9f2-4666-9252-6ca0937b08bf .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d-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-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image {
  box-sizing: border-box;
}



.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  
}


@media (min-width: 1200px){#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d-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-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image {
  box-sizing: border-box;
}



.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d-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-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image {
  box-sizing: border-box;
}



.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d-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-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image {
  box-sizing: border-box;
}



.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  
}


}@media (max-width: 767px){#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  margin: 0 !important;
  overflow: visible;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d-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-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add background color handling */
  
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d .shogun-image-content {
  
    justify-content: center;
  
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d.shogun-image {
  box-sizing: border-box;
}



.s-eeea4e06-8f3a-4946-ba53-f6714e6aa44d img.shogun-image {
  
}


}
#s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  margin: 0 !important;
  overflow: visible;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af-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-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add background color handling */
  
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-14d01673-2628-4f3a-8811-abf6ba5bd5af .shogun-image-content {
  
    justify-content: center;
  
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image {
  box-sizing: border-box;
}



.s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  
}


@media (min-width: 1200px){#s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  margin: 0 !important;
  overflow: visible;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af-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-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add background color handling */
  
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-14d01673-2628-4f3a-8811-abf6ba5bd5af .shogun-image-content {
  
    justify-content: center;
  
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image {
  box-sizing: border-box;
}



.s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  margin: 0 !important;
  overflow: visible;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af-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-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add background color handling */
  
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-14d01673-2628-4f3a-8811-abf6ba5bd5af .shogun-image-content {
  
    justify-content: center;
  
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image {
  box-sizing: border-box;
}



.s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  margin: 0 !important;
  overflow: visible;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af-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-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add background color handling */
  
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-14d01673-2628-4f3a-8811-abf6ba5bd5af .shogun-image-content {
  
    justify-content: center;
  
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image {
  box-sizing: border-box;
}



.s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  
}


}@media (max-width: 767px){#s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  margin: 0 !important;
  overflow: visible;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af-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-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14d01673-2628-4f3a-8811-abf6ba5bd5af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add background color handling */
  
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-14d01673-2628-4f3a-8811-abf6ba5bd5af .shogun-image-content {
  
    justify-content: center;
  
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14d01673-2628-4f3a-8811-abf6ba5bd5af.shogun-image {
  box-sizing: border-box;
}



.s-14d01673-2628-4f3a-8811-abf6ba5bd5af img.shogun-image {
  
}


}
#s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac-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-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccc7af55-99cb-4e2b-b395-ab32957010ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image {
  box-sizing: border-box;
}



.s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  
}


@media (min-width: 1200px){#s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac-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-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccc7af55-99cb-4e2b-b395-ab32957010ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image {
  box-sizing: border-box;
}



.s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac-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-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccc7af55-99cb-4e2b-b395-ab32957010ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image {
  box-sizing: border-box;
}



.s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac-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-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccc7af55-99cb-4e2b-b395-ab32957010ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image {
  box-sizing: border-box;
}



.s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  
}


}@media (max-width: 767px){#s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  margin: 0 !important;
  overflow: visible;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac-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-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ccc7af55-99cb-4e2b-b395-ab32957010ac {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add background color handling */
  
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ccc7af55-99cb-4e2b-b395-ab32957010ac .shogun-image-content {
  
    justify-content: center;
  
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ccc7af55-99cb-4e2b-b395-ab32957010ac.shogun-image {
  box-sizing: border-box;
}



.s-ccc7af55-99cb-4e2b-b395-ab32957010ac img.shogun-image {
  
}


}
#s-c167d79b-d6d3-4238-af80-631df645b82d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d {
  margin: 0 !important;
  overflow: visible;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d-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-c167d79b-d6d3-4238-af80-631df645b82d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-c167d79b-d6d3-4238-af80-631df645b82d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add background color handling */
  
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c167d79b-d6d3-4238-af80-631df645b82d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image {
  box-sizing: border-box;
}



.s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  
}


@media (min-width: 1200px){#s-c167d79b-d6d3-4238-af80-631df645b82d {
  margin: 0 !important;
  overflow: visible;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d-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-c167d79b-d6d3-4238-af80-631df645b82d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c167d79b-d6d3-4238-af80-631df645b82d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add background color handling */
  
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c167d79b-d6d3-4238-af80-631df645b82d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image {
  box-sizing: border-box;
}



.s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c167d79b-d6d3-4238-af80-631df645b82d {
  margin: 0 !important;
  overflow: visible;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d-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-c167d79b-d6d3-4238-af80-631df645b82d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c167d79b-d6d3-4238-af80-631df645b82d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add background color handling */
  
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c167d79b-d6d3-4238-af80-631df645b82d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image {
  box-sizing: border-box;
}



.s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c167d79b-d6d3-4238-af80-631df645b82d {
  margin: 0 !important;
  overflow: visible;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d-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-c167d79b-d6d3-4238-af80-631df645b82d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c167d79b-d6d3-4238-af80-631df645b82d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add background color handling */
  
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c167d79b-d6d3-4238-af80-631df645b82d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image {
  box-sizing: border-box;
}



.s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  
}


}@media (max-width: 767px){#s-c167d79b-d6d3-4238-af80-631df645b82d {
  margin: 0 !important;
  overflow: visible;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d-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-c167d79b-d6d3-4238-af80-631df645b82d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c167d79b-d6d3-4238-af80-631df645b82d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add background color handling */
  
}

#s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c167d79b-d6d3-4238-af80-631df645b82d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c167d79b-d6d3-4238-af80-631df645b82d.shogun-image {
  box-sizing: border-box;
}



.s-c167d79b-d6d3-4238-af80-631df645b82d img.shogun-image {
  
}


}
#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c-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-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image {
  box-sizing: border-box;
}



.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  
}


@media (min-width: 1200px){#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c-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-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image {
  box-sizing: border-box;
}



.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c-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-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image {
  box-sizing: border-box;
}



.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c-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-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image {
  box-sizing: border-box;
}



.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  
}


}@media (max-width: 767px){#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  margin: 0 !important;
  overflow: visible;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c-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-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add background color handling */
  
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c.shogun-image {
  box-sizing: border-box;
}



.s-e4fddc74-0d51-4be2-8d27-36cac2f69c3c img.shogun-image {
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

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




.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shg-inner-inline-image {
  overflow: hidden;

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


.shg-image-content-margin-container-s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

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

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 img.shogun-image {
  width: 100%;
  
  
  

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




.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ce6e4f8-2807-4608-87fc-5c1c11fcc106.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ea18da31-ae68-4019-8686-58bc4ca74f3e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ea18da31-ae68-4019-8686-58bc4ca74f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea18da31-ae68-4019-8686-58bc4ca74f3e {
  cursor: pointer;
}#s-ea18da31-ae68-4019-8686-58bc4ca74f3e.shg-box.shg-c {
  justify-content: center;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1-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-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image {
  box-sizing: border-box;
}



.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1-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-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image {
  box-sizing: border-box;
}



.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1-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-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image {
  box-sizing: border-box;
}



.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1-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-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image {
  box-sizing: border-box;
}



.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1-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-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7b48f82-e9f8-4fd2-baa4-849b605285f1.shogun-image {
  box-sizing: border-box;
}



.s-e7b48f82-e9f8-4fd2-baa4-849b605285f1 img.shogun-image {
  
}


}
#s-a65b3c08-47c2-4287-9b10-a90bdadf7280 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a65b3c08-47c2-4287-9b10-a90bdadf7280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a65b3c08-47c2-4287-9b10-a90bdadf7280 {
  cursor: pointer;
}#s-a65b3c08-47c2-4287-9b10-a90bdadf7280.shg-box.shg-c {
  justify-content: center;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  margin: 0 !important;
  overflow: visible;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc-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-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add background color handling */
  
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image {
  box-sizing: border-box;
}



.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  
}


@media (min-width: 1200px){#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  margin: 0 !important;
  overflow: visible;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc-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-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add background color handling */
  
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image {
  box-sizing: border-box;
}



.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  margin: 0 !important;
  overflow: visible;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc-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-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add background color handling */
  
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image {
  box-sizing: border-box;
}



.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  margin: 0 !important;
  overflow: visible;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc-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-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add background color handling */
  
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image {
  box-sizing: border-box;
}



.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  
}


}@media (max-width: 767px){#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  margin: 0 !important;
  overflow: visible;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc-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-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add background color handling */
  
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc.shogun-image {
  box-sizing: border-box;
}



.s-dfaf8cbf-a3f4-435d-8a91-660861ba6cdc img.shogun-image {
  
}


}
#s-73b3f969-6c2d-4193-b036-3b579d610c0f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-73b3f969-6c2d-4193-b036-3b579d610c0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73b3f969-6c2d-4193-b036-3b579d610c0f {
  cursor: pointer;
}#s-73b3f969-6c2d-4193-b036-3b579d610c0f.shg-box.shg-c {
  justify-content: center;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  margin: 0 !important;
  overflow: visible;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534-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-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add background color handling */
  
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image {
  box-sizing: border-box;
}



.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  
}


@media (min-width: 1200px){#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  margin: 0 !important;
  overflow: visible;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534-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-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add background color handling */
  
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image {
  box-sizing: border-box;
}



.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  margin: 0 !important;
  overflow: visible;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534-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-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add background color handling */
  
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image {
  box-sizing: border-box;
}



.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  margin: 0 !important;
  overflow: visible;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534-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-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add background color handling */
  
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image {
  box-sizing: border-box;
}



.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  
}


}@media (max-width: 767px){#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  margin: 0 !important;
  overflow: visible;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534-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-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add background color handling */
  
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 .shogun-image-content {
  
    justify-content: center;
  
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534.shogun-image {
  box-sizing: border-box;
}



.s-35f3f1c3-5da7-4f3d-a7c5-799cf141f534 img.shogun-image {
  
}


}
#s-2542ec69-5a0b-44d6-86a8-e0fd31461f4b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2542ec69-5a0b-44d6-86a8-e0fd31461f4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2542ec69-5a0b-44d6-86a8-e0fd31461f4b {
  cursor: pointer;
}#s-2542ec69-5a0b-44d6-86a8-e0fd31461f4b.shg-box.shg-c {
  justify-content: center;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea-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-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f280feb6-d6eb-49a4-bee0-3151019d45ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image {
  box-sizing: border-box;
}



.s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  
}


@media (min-width: 1200px){#s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea-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-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f280feb6-d6eb-49a4-bee0-3151019d45ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image {
  box-sizing: border-box;
}



.s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea-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-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f280feb6-d6eb-49a4-bee0-3151019d45ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image {
  box-sizing: border-box;
}



.s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea-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-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f280feb6-d6eb-49a4-bee0-3151019d45ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image {
  box-sizing: border-box;
}



.s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  
}


}@media (max-width: 767px){#s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  margin: 0 !important;
  overflow: visible;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea-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-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f280feb6-d6eb-49a4-bee0-3151019d45ea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add background color handling */
  
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f280feb6-d6eb-49a4-bee0-3151019d45ea .shogun-image-content {
  
    justify-content: center;
  
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f280feb6-d6eb-49a4-bee0-3151019d45ea.shogun-image {
  box-sizing: border-box;
}



.s-f280feb6-d6eb-49a4-bee0-3151019d45ea img.shogun-image {
  
}


}
#s-828e0c94-344f-48f3-a418-982c9e02bced {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-828e0c94-344f-48f3-a418-982c9e02bced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-828e0c94-344f-48f3-a418-982c9e02bced {
  cursor: pointer;
}#s-828e0c94-344f-48f3-a418-982c9e02bced.shg-box.shg-c {
  justify-content: center;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  margin: 0 !important;
  overflow: visible;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837-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-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add background color handling */
  
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image {
  box-sizing: border-box;
}



.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  margin: 0 !important;
  overflow: visible;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837-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-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add background color handling */
  
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image {
  box-sizing: border-box;
}



.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  margin: 0 !important;
  overflow: visible;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837-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-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add background color handling */
  
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image {
  box-sizing: border-box;
}



.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  margin: 0 !important;
  overflow: visible;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837-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-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add background color handling */
  
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image {
  box-sizing: border-box;
}



.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  margin: 0 !important;
  overflow: visible;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837-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-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d65190d5-034a-4af9-9a49-ef6b81ed8837 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add background color handling */
  
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d65190d5-034a-4af9-9a49-ef6b81ed8837.shogun-image {
  box-sizing: border-box;
}



.s-d65190d5-034a-4af9-9a49-ef6b81ed8837 img.shogun-image {
  
}


}
#s-cc295f8b-5924-4b23-8d15-c619bc92e310 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cc295f8b-5924-4b23-8d15-c619bc92e310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc295f8b-5924-4b23-8d15-c619bc92e310 {
  cursor: pointer;
}#s-cc295f8b-5924-4b23-8d15-c619bc92e310.shg-box.shg-c {
  justify-content: center;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  margin: 0 !important;
  overflow: visible;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd-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-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add background color handling */
  
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image {
  box-sizing: border-box;
}



.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  
}


@media (min-width: 1200px){#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  margin: 0 !important;
  overflow: visible;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd-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-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add background color handling */
  
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image {
  box-sizing: border-box;
}



.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  margin: 0 !important;
  overflow: visible;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd-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-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add background color handling */
  
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image {
  box-sizing: border-box;
}



.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  margin: 0 !important;
  overflow: visible;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd-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-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add background color handling */
  
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image {
  box-sizing: border-box;
}



.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  
}


}@media (max-width: 767px){#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  margin: 0 !important;
  overflow: visible;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd-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-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8bed38c9-10b1-475b-b176-2455c8ea9bbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add background color handling */
  
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bed38c9-10b1-475b-b176-2455c8ea9bbd.shogun-image {
  box-sizing: border-box;
}



.s-8bed38c9-10b1-475b-b176-2455c8ea9bbd img.shogun-image {
  
}


}
#s-4457091f-ce6d-47b3-8e71-bf78290b8eef {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4457091f-ce6d-47b3-8e71-bf78290b8eef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4457091f-ce6d-47b3-8e71-bf78290b8eef {
  cursor: pointer;
}#s-4457091f-ce6d-47b3-8e71-bf78290b8eef.shg-box.shg-c {
  justify-content: center;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  margin: 0 !important;
  overflow: visible;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084-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-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add background color handling */
  
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image {
  box-sizing: border-box;
}



.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  
}


@media (min-width: 1200px){#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  margin: 0 !important;
  overflow: visible;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084-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-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add background color handling */
  
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image {
  box-sizing: border-box;
}



.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  margin: 0 !important;
  overflow: visible;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084-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-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add background color handling */
  
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image {
  box-sizing: border-box;
}



.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  margin: 0 !important;
  overflow: visible;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084-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-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add background color handling */
  
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image {
  box-sizing: border-box;
}



.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  
}


}@media (max-width: 767px){#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  margin: 0 !important;
  overflow: visible;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084-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-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add background color handling */
  
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c412ad-d6c6-4cb5-85e7-ee05ad578084.shogun-image {
  box-sizing: border-box;
}



.s-82c412ad-d6c6-4cb5-85e7-ee05ad578084 img.shogun-image {
  
}


}
#s-b2cd8ce5-0fdd-45fa-b524-c0acc2444001 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b2cd8ce5-0fdd-45fa-b524-c0acc2444001 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2cd8ce5-0fdd-45fa-b524-c0acc2444001 {
  cursor: pointer;
}#s-b2cd8ce5-0fdd-45fa-b524-c0acc2444001.shg-box.shg-c {
  justify-content: center;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  margin: 0 !important;
  overflow: visible;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580-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-55706e59-9c09-481e-92dd-5a0c4a465580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add background color handling */
  
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55706e59-9c09-481e-92dd-5a0c4a465580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image {
  box-sizing: border-box;
}



.s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  
}


@media (min-width: 1200px){#s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  margin: 0 !important;
  overflow: visible;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580-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-55706e59-9c09-481e-92dd-5a0c4a465580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add background color handling */
  
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55706e59-9c09-481e-92dd-5a0c4a465580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image {
  box-sizing: border-box;
}



.s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  margin: 0 !important;
  overflow: visible;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580-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-55706e59-9c09-481e-92dd-5a0c4a465580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add background color handling */
  
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55706e59-9c09-481e-92dd-5a0c4a465580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image {
  box-sizing: border-box;
}



.s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  margin: 0 !important;
  overflow: visible;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580-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-55706e59-9c09-481e-92dd-5a0c4a465580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add background color handling */
  
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55706e59-9c09-481e-92dd-5a0c4a465580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image {
  box-sizing: border-box;
}



.s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  
}


}@media (max-width: 767px){#s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  margin: 0 !important;
  overflow: visible;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580-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-55706e59-9c09-481e-92dd-5a0c4a465580 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-55706e59-9c09-481e-92dd-5a0c4a465580 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add background color handling */
  
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-55706e59-9c09-481e-92dd-5a0c4a465580 .shogun-image-content {
  
    justify-content: center;
  
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55706e59-9c09-481e-92dd-5a0c4a465580.shogun-image {
  box-sizing: border-box;
}



.s-55706e59-9c09-481e-92dd-5a0c4a465580 img.shogun-image {
  
}


}
#s-9532fcdd-6cc1-4124-86b1-a10b7b8a7c8e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9532fcdd-6cc1-4124-86b1-a10b7b8a7c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9532fcdd-6cc1-4124-86b1-a10b7b8a7c8e {
  cursor: pointer;
}#s-9532fcdd-6cc1-4124-86b1-a10b7b8a7c8e.shg-box.shg-c {
  justify-content: center;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  margin: 0 !important;
  overflow: visible;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33-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-0529ee8f-c712-4280-982d-1bb82f310c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add background color handling */
  
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0529ee8f-c712-4280-982d-1bb82f310c33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image {
  box-sizing: border-box;
}



.s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  margin: 0 !important;
  overflow: visible;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33-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-0529ee8f-c712-4280-982d-1bb82f310c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add background color handling */
  
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0529ee8f-c712-4280-982d-1bb82f310c33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image {
  box-sizing: border-box;
}



.s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  margin: 0 !important;
  overflow: visible;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33-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-0529ee8f-c712-4280-982d-1bb82f310c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add background color handling */
  
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0529ee8f-c712-4280-982d-1bb82f310c33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image {
  box-sizing: border-box;
}



.s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  margin: 0 !important;
  overflow: visible;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33-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-0529ee8f-c712-4280-982d-1bb82f310c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add background color handling */
  
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0529ee8f-c712-4280-982d-1bb82f310c33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image {
  box-sizing: border-box;
}



.s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  margin: 0 !important;
  overflow: visible;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33-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-0529ee8f-c712-4280-982d-1bb82f310c33 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0529ee8f-c712-4280-982d-1bb82f310c33 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add background color handling */
  
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0529ee8f-c712-4280-982d-1bb82f310c33 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0529ee8f-c712-4280-982d-1bb82f310c33.shogun-image {
  box-sizing: border-box;
}



.s-0529ee8f-c712-4280-982d-1bb82f310c33 img.shogun-image {
  
}


}
#s-f5653669-f294-4337-8689-a672b9c27363 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f5653669-f294-4337-8689-a672b9c27363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f5653669-f294-4337-8689-a672b9c27363 {
  cursor: pointer;
}#s-f5653669-f294-4337-8689-a672b9c27363.shg-box.shg-c {
  justify-content: center;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e-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-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image {
  box-sizing: border-box;
}



.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  
}


@media (min-width: 1200px){#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e-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-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image {
  box-sizing: border-box;
}



.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e-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-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image {
  box-sizing: border-box;
}



.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e-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-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image {
  box-sizing: border-box;
}



.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  
}


}@media (max-width: 767px){#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  margin: 0 !important;
  overflow: visible;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e-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-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add background color handling */
  
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e.shogun-image {
  box-sizing: border-box;
}



.s-6fbee115-27c7-4acf-bb61-0ec948cb5e9e img.shogun-image {
  
}


}
#s-a46f3be7-43b8-4782-adcd-235be38f40f2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a46f3be7-43b8-4782-adcd-235be38f40f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a46f3be7-43b8-4782-adcd-235be38f40f2 {
  cursor: pointer;
}#s-a46f3be7-43b8-4782-adcd-235be38f40f2.shg-box.shg-c {
  justify-content: center;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  margin: 0 !important;
  overflow: visible;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a-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-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add background color handling */
  
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70f5557e-f134-4fb9-a9f9-44acda5a815a .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image {
  box-sizing: border-box;
}



.s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  
}


@media (min-width: 1200px){#s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  margin: 0 !important;
  overflow: visible;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a-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-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add background color handling */
  
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70f5557e-f134-4fb9-a9f9-44acda5a815a .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image {
  box-sizing: border-box;
}



.s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  margin: 0 !important;
  overflow: visible;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a-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-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add background color handling */
  
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70f5557e-f134-4fb9-a9f9-44acda5a815a .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image {
  box-sizing: border-box;
}



.s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  margin: 0 !important;
  overflow: visible;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a-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-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add background color handling */
  
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70f5557e-f134-4fb9-a9f9-44acda5a815a .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image {
  box-sizing: border-box;
}



.s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  
}


}@media (max-width: 767px){#s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  margin: 0 !important;
  overflow: visible;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a-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-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70f5557e-f134-4fb9-a9f9-44acda5a815a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add background color handling */
  
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-70f5557e-f134-4fb9-a9f9-44acda5a815a .shogun-image-content {
  
    justify-content: center;
  
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70f5557e-f134-4fb9-a9f9-44acda5a815a.shogun-image {
  box-sizing: border-box;
}



.s-70f5557e-f134-4fb9-a9f9-44acda5a815a img.shogun-image {
  
}


}
#s-d3db05e4-0ee5-495f-90c9-222f99e38355 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d3db05e4-0ee5-495f-90c9-222f99e38355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d3db05e4-0ee5-495f-90c9-222f99e38355 {
  cursor: pointer;
}#s-d3db05e4-0ee5-495f-90c9-222f99e38355.shg-box.shg-c {
  justify-content: center;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  margin: 0 !important;
  overflow: visible;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67-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-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add background color handling */
  
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image {
  box-sizing: border-box;
}



.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  
}


@media (min-width: 1200px){#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  margin: 0 !important;
  overflow: visible;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67-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-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add background color handling */
  
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image {
  box-sizing: border-box;
}



.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  margin: 0 !important;
  overflow: visible;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67-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-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add background color handling */
  
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image {
  box-sizing: border-box;
}



.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  margin: 0 !important;
  overflow: visible;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67-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-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add background color handling */
  
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image {
  box-sizing: border-box;
}



.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  
}


}@media (max-width: 767px){#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  margin: 0 !important;
  overflow: visible;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67-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-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add background color handling */
  
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67.shogun-image {
  box-sizing: border-box;
}



.s-d52c2dfd-6f80-4a81-a8c7-e907c9421c67 img.shogun-image {
  
}


}
#s-a1274641-46cb-4168-930f-3e9354f2316e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-19f690d0-d351-4653-9db6-1522aa0e3cdf {
  margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-19f690d0-d351-4653-9db6-1522aa0e3cdf {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-19f690d0-d351-4653-9db6-1522aa0e3cdf {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-19f690d0-d351-4653-9db6-1522aa0e3cdf {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-19f690d0-d351-4653-9db6-1522aa0e3cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-19f690d0-d351-4653-9db6-1522aa0e3cdf.shg-box.shg-c {
  justify-content: center;
}

#s-acf147ed-2cf6-4813-9575-2b338eefe7bc {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
}








#s-acf147ed-2cf6-4813-9575-2b338eefe7bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acf147ed-2cf6-4813-9575-2b338eefe7bc.shg-box.shg-c {
  justify-content: center;
}

#s-62362d14-70af-4456-9729-778fed73c074 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
text-align: center;
}

#s-62362d14-70af-4456-9729-778fed73c074 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-33036ad9-b8c8-4a9d-adde-03202611ae7d {
  margin-left: auto;
margin-right: auto;
}

#s-f4a51f79-d835-4f46-abf8-45661680e86f {
  margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
min-height: 50px;
background-color: rgba(242, 247, 235, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f4a51f79-d835-4f46-abf8-45661680e86f {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4a51f79-d835-4f46-abf8-45661680e86f {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-f4a51f79-d835-4f46-abf8-45661680e86f {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-f4a51f79-d835-4f46-abf8-45661680e86f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4a51f79-d835-4f46-abf8-45661680e86f.shg-box.shg-c {
  justify-content: center;
}

#s-25eb11ad-2708-4bd0-8061-6290db2e31e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-25eb11ad-2708-4bd0-8061-6290db2e31e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25eb11ad-2708-4bd0-8061-6290db2e31e7.shg-box.shg-c {
  justify-content: center;
}

#s-9250d187-b72a-4cef-9222-01abe2cae010 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
text-align: center;
}

#s-9250d187-b72a-4cef-9222-01abe2cae010 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-44110773-3890-4b66-aac5-71c946b5d750 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-44110773-3890-4b66-aac5-71c946b5d750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44110773-3890-4b66-aac5-71c946b5d750.shg-box.shg-c {
  justify-content: center;
}

#s-f9a7a722-89b6-42d2-925b-fa4987828c25 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f9a7a722-89b6-42d2-925b-fa4987828c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9a7a722-89b6-42d2-925b-fa4987828c25.shg-box.shg-c {
  justify-content: center;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
text-align: center;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  margin: 0 !important;
  overflow: visible;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee-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-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add background color handling */
  
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee 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: 25px;

}






.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image {
  box-sizing: border-box;
}



.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  
}


@media (min-width: 1200px){#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  margin: 0 !important;
  overflow: visible;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee-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-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add background color handling */
  
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image {
  box-sizing: border-box;
}



.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  margin: 0 !important;
  overflow: visible;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee-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-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add background color handling */
  
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image {
  box-sizing: border-box;
}



.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  margin: 0 !important;
  overflow: visible;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee-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-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add background color handling */
  
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image {
  box-sizing: border-box;
}



.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  
}


}@media (max-width: 767px){#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  margin: 0 !important;
  overflow: visible;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee-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-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add background color handling */
  
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee .shogun-image-content {
  
    justify-content: center;
  
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee.shogun-image {
  box-sizing: border-box;
}



.s-63ca6977-1164-4c2c-b3e3-0dbb01e71dee img.shogun-image {
  
}


}
#s-48c91b16-c33f-4fe7-901b-28ee0d4bd779 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-48c91b16-c33f-4fe7-901b-28ee0d4bd779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48c91b16-c33f-4fe7-901b-28ee0d4bd779.shg-box.shg-c {
  justify-content: center;
}

#s-6c51e179-768a-404c-9cf1-e96485076642 {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
aspect-ratio: 268/169;
text-align: center;
}

#s-6c51e179-768a-404c-9cf1-e96485076642 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c51e179-768a-404c-9cf1-e96485076642-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-6c51e179-768a-404c-9cf1-e96485076642 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c51e179-768a-404c-9cf1-e96485076642 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c51e179-768a-404c-9cf1-e96485076642 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
  box-sizing: border-box;
}



.s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c51e179-768a-404c-9cf1-e96485076642 {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
      position: relative;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

@media (min-width: 1200px){#s-6c51e179-768a-404c-9cf1-e96485076642 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c51e179-768a-404c-9cf1-e96485076642-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-6c51e179-768a-404c-9cf1-e96485076642 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c51e179-768a-404c-9cf1-e96485076642 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
  box-sizing: border-box;
}



.s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c51e179-768a-404c-9cf1-e96485076642 {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
      position: relative;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c51e179-768a-404c-9cf1-e96485076642 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c51e179-768a-404c-9cf1-e96485076642-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-6c51e179-768a-404c-9cf1-e96485076642 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c51e179-768a-404c-9cf1-e96485076642 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
  box-sizing: border-box;
}



.s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c51e179-768a-404c-9cf1-e96485076642 {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
      position: relative;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c51e179-768a-404c-9cf1-e96485076642 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c51e179-768a-404c-9cf1-e96485076642-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-6c51e179-768a-404c-9cf1-e96485076642 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c51e179-768a-404c-9cf1-e96485076642 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
  box-sizing: border-box;
}



.s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c51e179-768a-404c-9cf1-e96485076642 {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
      position: relative;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (max-width: 767px){#s-6c51e179-768a-404c-9cf1-e96485076642 {
  margin: 0 !important;
  overflow: visible;
}

#s-6c51e179-768a-404c-9cf1-e96485076642-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-6c51e179-768a-404c-9cf1-e96485076642 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c51e179-768a-404c-9cf1-e96485076642 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add background color handling */
  
}

#s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c51e179-768a-404c-9cf1-e96485076642 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-6c51e179-768a-404c-9cf1-e96485076642 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image {
  box-sizing: border-box;
}



.s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c51e179-768a-404c-9cf1-e96485076642 {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container {
      position: relative;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c51e179-768a-404c-9cf1-e96485076642 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}
#s-4e2bd05f-a7e1-4aee-b6e6-9ece12522a1f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4e2bd05f-a7e1-4aee-b6e6-9ece12522a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2bd05f-a7e1-4aee-b6e6-9ece12522a1f.shg-box.shg-c {
  justify-content: center;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
aspect-ratio: 268/169;
text-align: center;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b-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-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }




.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image {
  box-sizing: border-box;
}



.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
      position: relative;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

@media (min-width: 1200px){#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b-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-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }




.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image {
  box-sizing: border-box;
}



.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
      position: relative;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b-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-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }




.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image {
  box-sizing: border-box;
}



.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
      position: relative;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b-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-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }




.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image {
  box-sizing: border-box;
}



.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
      position: relative;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (max-width: 767px){#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  margin: 0 !important;
  overflow: visible;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b-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-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add background color handling */
  
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }

    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-link {
      aspect-ratio: 268/169;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }




.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b .shogun-image-content {
  
    justify-content: center;
  
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image {
  box-sizing: border-box;
}



.s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b {
      --shg-aspect-ratio: calc(268/169); 
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container {
      position: relative;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f6f6f4c-5ccd-474e-a877-49c3f612c65b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}
#s-3f07ea7c-068d-4a1c-baf1-62dfc4a5bdee {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f07ea7c-068d-4a1c-baf1-62dfc4a5bdee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f07ea7c-068d-4a1c-baf1-62dfc4a5bdee.shg-box.shg-c {
  justify-content: center;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
aspect-ratio: 647/422;
text-align: center;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a-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-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
  box-sizing: border-box;
}



.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
      position: relative;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

@media (min-width: 1200px){#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a-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-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
  box-sizing: border-box;
}



.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
      position: relative;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a-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-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
  box-sizing: border-box;
}



.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
      position: relative;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a-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-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
  box-sizing: border-box;
}



.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
      position: relative;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (max-width: 767px){#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a-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-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image {
  box-sizing: border-box;
}



.s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container {
      position: relative;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4f089df-8972-4bca-ba10-3e0b94a9fe3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}
#s-8a555def-d4aa-4117-afa0-234d7d3c44a8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8a555def-d4aa-4117-afa0-234d7d3c44a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a555def-d4aa-4117-afa0-234d7d3c44a8.shg-box.shg-c {
  justify-content: center;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
aspect-ratio: 647/422;
text-align: center;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7-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-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
  box-sizing: border-box;
}



.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
      position: relative;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

@media (min-width: 1200px){#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7-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-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
  box-sizing: border-box;
}



.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
      position: relative;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7-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-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
  box-sizing: border-box;
}



.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
      position: relative;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7-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-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
  box-sizing: border-box;
}



.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
      position: relative;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (max-width: 767px){#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  margin: 0 !important;
  overflow: visible;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7-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-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add background color handling */
  
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image {
  box-sizing: border-box;
}



.s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container {
      position: relative;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5879d246-6826-4b69-978a-bc84d2c2f2b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}
#s-8c241d10-1b9b-4ba8-ac37-f5f7f4f9b62a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-8c241d10-1b9b-4ba8-ac37-f5f7f4f9b62a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c241d10-1b9b-4ba8-ac37-f5f7f4f9b62a.shg-box.shg-c {
  justify-content: center;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
aspect-ratio: 647/422;
text-align: center;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92-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-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
  box-sizing: border-box;
}



.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
      position: relative;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

@media (min-width: 1200px){#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92-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-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
  box-sizing: border-box;
}



.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
      position: relative;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92-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-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
  box-sizing: border-box;
}



.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
      position: relative;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92-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-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
  box-sizing: border-box;
}



.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
      position: relative;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (max-width: 767px){#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  margin: 0 !important;
  overflow: visible;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92-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-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add background color handling */
  
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 .shogun-image-content {
  
    justify-content: center;
  
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image {
  box-sizing: border-box;
}



.s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container {
      position: relative;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe7969e1-e362-4ffb-b14c-04878b1aaa92 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}
#s-7f1f51f3-55c3-4672-99f3-92c7f8061c63 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7f1f51f3-55c3-4672-99f3-92c7f8061c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f1f51f3-55c3-4672-99f3-92c7f8061c63.shg-box.shg-c {
  justify-content: center;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
aspect-ratio: 647/422;
text-align: center;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  margin: 0 !important;
  overflow: visible;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e-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-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add background color handling */
  
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
  box-sizing: border-box;
}



.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
      position: relative;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

@media (min-width: 1200px){#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  margin: 0 !important;
  overflow: visible;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e-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-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add background color handling */
  
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
  box-sizing: border-box;
}



.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
      position: relative;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  margin: 0 !important;
  overflow: visible;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e-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-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add background color handling */
  
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
  box-sizing: border-box;
}



.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
      position: relative;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  margin: 0 !important;
  overflow: visible;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e-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-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add background color handling */
  
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
  box-sizing: border-box;
}



.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
      position: relative;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (max-width: 767px){#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  margin: 0 !important;
  overflow: visible;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e-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-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add background color handling */
  
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image {
  box-sizing: border-box;
}



.s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container {
      position: relative;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a2c3e1-5f1e-4aef-9c70-d1dcac55593e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}
#s-e2612177-cfe2-4dcc-bf84-da79541a3e96 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e2612177-cfe2-4dcc-bf84-da79541a3e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e2612177-cfe2-4dcc-bf84-da79541a3e96.shg-box.shg-c {
  justify-content: center;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  margin-left: auto;
margin-right: auto;
max-width: 268px;
aspect-ratio: 647/422;
text-align: center;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd-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-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
  box-sizing: border-box;
}



.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
      position: relative;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

@media (min-width: 1200px){#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd-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-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
  box-sizing: border-box;
}



.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
      position: relative;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd-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-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
  box-sizing: border-box;
}



.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
      position: relative;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd-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-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
  box-sizing: border-box;
}



.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
      position: relative;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}@media (max-width: 767px){#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  margin: 0 !important;
  overflow: visible;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd-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-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add background color handling */
  
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }

    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-link {
      aspect-ratio: 647/422;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 268px;
  }



  img.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
    
    
    
    max-height: 268px;
  }


.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image {
  box-sizing: border-box;
}



.s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd {
      --shg-aspect-ratio: calc(647/422); 
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container {
      position: relative;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd57b7f1-367f-4179-97a9-7dabb742ccfd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 268px;
    }
  }

}
#s-27f99856-16db-468e-bde2-b82e871eb100 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-bdd92ef6-69c4-448a-bbc2-aa49f4eafb97 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 115px;
min-height: 50px;
background-color: rgba(242, 247, 235, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-bdd92ef6-69c4-448a-bbc2-aa49f4eafb97 {
  padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdd92ef6-69c4-448a-bbc2-aa49f4eafb97 {
  padding-bottom: 80px;
}
}@media (max-width: 767px){#s-bdd92ef6-69c4-448a-bbc2-aa49f4eafb97 {
  padding-bottom: 60px;
}
}







#s-bdd92ef6-69c4-448a-bbc2-aa49f4eafb97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdd92ef6-69c4-448a-bbc2-aa49f4eafb97.shg-box.shg-c {
  justify-content: center;
}

#s-0d5fd514-10e2-47de-9538-335028011b51 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0d5fd514-10e2-47de-9538-335028011b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d5fd514-10e2-47de-9538-335028011b51.shg-box.shg-c {
  justify-content: center;
}

#s-e8f80943-5870-4eff-a7d2-33108628b8e1 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

#s-4fa8595d-b4e0-491f-b214-8b6f37bfa66a {
  box-shadow:0px 0px 0px 0px rgba(12, 15, 13, 0.1);
margin-left: auto;
margin-right: auto;
padding-bottom: 32px;
min-height: 50px;
max-width: 968px;
}








#s-4fa8595d-b4e0-491f-b214-8b6f37bfa66a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fa8595d-b4e0-491f-b214-8b6f37bfa66a.shg-box.shg-c {
  justify-content: center;
}

#s-edee420a-1561-4f53-8ec4-f22ce3aa8d5e {
  box-shadow:0px 5px 25px 0px rgba(12, 15, 13, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-left: 35px;
padding-bottom: 35px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-edee420a-1561-4f53-8ec4-f22ce3aa8d5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edee420a-1561-4f53-8ec4-f22ce3aa8d5e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c9d16d26-cd34-4ea4-b206-dfc32f45ccf4 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-c9d16d26-cd34-4ea4-b206-dfc32f45ccf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9d16d26-cd34-4ea4-b206-dfc32f45ccf4.shg-box.shg-c {
  justify-content: center;
}

#s-a8db2644-e879-4576-80d4-8704da57f550 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a8db2644-e879-4576-80d4-8704da57f550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8db2644-e879-4576-80d4-8704da57f550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8db2644-e879-4576-80d4-8704da57f550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8db2644-e879-4576-80d4-8704da57f550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8db2644-e879-4576-80d4-8704da57f550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8db2644-e879-4576-80d4-8704da57f550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a8db2644-e879-4576-80d4-8704da57f550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a5bc915f-6884-4dca-b016-b93b8fe4c975 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a5bc915f-6884-4dca-b016-b93b8fe4c975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5bc915f-6884-4dca-b016-b93b8fe4c975.shg-box.shg-c {
  justify-content: center;
}

#s-c185bfdd-32be-419d-a706-4acdbf9311ec {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c185bfdd-32be-419d-a706-4acdbf9311ec .shogun-heading-component h4 {
  color: rgba(7, 61, 33, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-30fb1bee-0f09-4639-987e-e8325787b47f {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-30fb1bee-0f09-4639-987e-e8325787b47f .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-abd48aae-0473-4ddd-b58b-9a2939c40e11 {
  margin-left: auto;
margin-right: auto;
}








#s-abd48aae-0473-4ddd-b58b-9a2939c40e11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-abd48aae-0473-4ddd-b58b-9a2939c40e11.shg-box.shg-c {
  justify-content: center;
}

#s-f07f4b0b-8203-433a-a97d-717fe2a7732e {
  margin-left: auto;
margin-right: auto;
}








#s-f07f4b0b-8203-433a-a97d-717fe2a7732e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f07f4b0b-8203-433a-a97d-717fe2a7732e.shg-box.shg-c {
  justify-content: center;
}

#s-3ca18b9e-b926-4519-9410-c4779daa5063 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-866e917a-b182-44e2-8643-3d94ca5b8300 {
  margin-left: auto;
margin-right: auto;
}








#s-866e917a-b182-44e2-8643-3d94ca5b8300 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-866e917a-b182-44e2-8643-3d94ca5b8300.shg-box.shg-c {
  justify-content: center;
}

#s-7ec7a51c-15bf-44e8-8244-fe8168b8b2d1 {
  margin-left: auto;
margin-right: auto;
}

#s-e45c635a-5e9e-4bba-9e9c-e6e7f97b0edf {
  margin-left: auto;
margin-right: auto;
}








#s-e45c635a-5e9e-4bba-9e9c-e6e7f97b0edf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e45c635a-5e9e-4bba-9e9c-e6e7f97b0edf.shg-box.shg-c {
  justify-content: center;
}

#s-37369291-fe7b-4905-8273-81ccbfcd774e {
  margin-left: auto;
margin-right: auto;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  margin-left: auto;
margin-right: auto;
max-width: 439px;
aspect-ratio: 321/234;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  display: none;
}
#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746, #wrap-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746, #wrap-content-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  display: none;
}
#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746, #wrap-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746, #wrap-content-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 { display: none !important; }}@media (max-width: 767px){#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  display: none;
}
#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746, #wrap-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746, #wrap-content-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 { display: none !important; }}
#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746-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-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }

    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-link {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
  box-sizing: border-box;
}



.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
      --shg-aspect-ratio: calc(321/234); 
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
      position: relative;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

@media (min-width: 1200px){#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746-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-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }

    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-link {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
  box-sizing: border-box;
}



.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
      --shg-aspect-ratio: calc(321/234); 
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
      position: relative;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746-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-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }

    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-link {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
  box-sizing: border-box;
}



.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
      --shg-aspect-ratio: calc(321/234); 
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
      position: relative;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746-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-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }

    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-link {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
  box-sizing: border-box;
}



.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
      --shg-aspect-ratio: calc(321/234); 
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
      position: relative;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}@media (max-width: 767px){#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  margin: 0 !important;
  overflow: visible;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746-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-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add background color handling */
  
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }

    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-link {
      aspect-ratio: 321/234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 439px;
  }



  img.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
    
    
    
    max-height: 439px;
  }


.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image {
  box-sizing: border-box;
}



.s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 {
      --shg-aspect-ratio: calc(321/234); 
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container {
      position: relative;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a1f38ab-c1f7-4e78-b99b-1cfda2409746 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 439px;
    }
  }

}
#s-82007aea-8a36-4d1f-9f9f-4c5493a47c00 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 115px;
min-height: 50px;
background-color: rgba(242, 247, 235, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-82007aea-8a36-4d1f-9f9f-4c5493a47c00 {
  padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82007aea-8a36-4d1f-9f9f-4c5493a47c00 {
  padding-bottom: 80px;
}
}@media (max-width: 767px){#s-82007aea-8a36-4d1f-9f9f-4c5493a47c00 {
  padding-bottom: 60px;
}
}







#s-82007aea-8a36-4d1f-9f9f-4c5493a47c00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82007aea-8a36-4d1f-9f9f-4c5493a47c00.shg-box.shg-c {
  justify-content: center;
}

#s-fc0350ce-c19f-4f5d-a46b-0323fe266df7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-fc0350ce-c19f-4f5d-a46b-0323fe266df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc0350ce-c19f-4f5d-a46b-0323fe266df7.shg-box.shg-c {
  justify-content: center;
}

#s-133eba8c-8509-4e54-8c2e-39217753e8f4 {
  margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-left: 45px;
padding-bottom: 35px;
padding-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(223, 234, 208, 1);
}








#s-133eba8c-8509-4e54-8c2e-39217753e8f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-133eba8c-8509-4e54-8c2e-39217753e8f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 196px;
text-align: center;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  margin: 0 !important;
  overflow: visible;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033-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-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add background color handling */
  
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image {
  box-sizing: border-box;
}



.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  margin: 0 !important;
  overflow: visible;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033-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-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add background color handling */
  
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image {
  box-sizing: border-box;
}



.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  margin: 0 !important;
  overflow: visible;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033-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-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add background color handling */
  
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image {
  box-sizing: border-box;
}



.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  margin: 0 !important;
  overflow: visible;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033-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-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add background color handling */
  
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image {
  box-sizing: border-box;
}



.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  margin: 0 !important;
  overflow: visible;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033-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-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add background color handling */
  
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033.shogun-image {
  box-sizing: border-box;
}



.s-c014e9c6-4383-48ff-a3d3-9cc3aca4c033 img.shogun-image {
  
}


}
#s-b68ba4b3-5527-4265-bf33-4499dc3ad80e {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}

#s-b68ba4b3-5527-4265-bf33-4499dc3ad80e .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-c12f68b7-bd80-475e-af93-6043d3c313af {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c12f68b7-bd80-475e-af93-6043d3c313af .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.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-e24979fe-6233-4c6a-afe0-6a2765e1a58b {
  margin-left: auto;
margin-right: auto;
}

#s-e24979fe-6233-4c6a-afe0-6a2765e1a58b .shg-proportional-font-size,
#s-e24979fe-6233-4c6a-afe0-6a2765e1a58b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 12px;
background-color: rgba(210, 55, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873:hover {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8f987cd8-3825-4d36-bccd-20b1a2fd5873-root {
    text-align: center;
  }


#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f987cd8-3825-4d36-bccd-20b1a2fd5873-root {
    text-align: center;
  }


#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f987cd8-3825-4d36-bccd-20b1a2fd5873-root {
    text-align: center;
  }


#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f987cd8-3825-4d36-bccd-20b1a2fd5873-root {
    text-align: center;
  }


#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f987cd8-3825-4d36-bccd-20b1a2fd5873-root {
    text-align: center;
  }


#s-8f987cd8-3825-4d36-bccd-20b1a2fd5873.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-fc56ff8f-cfca-4695-93a1-edb258c03c15 {
  margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-left: 45px;
padding-bottom: 35px;
padding-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(223, 234, 208, 1);
}








#s-fc56ff8f-cfca-4695-93a1-edb258c03c15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc56ff8f-cfca-4695-93a1-edb258c03c15.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 196px;
text-align: center;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605-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-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image {
  box-sizing: border-box;
}



.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605-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-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image {
  box-sizing: border-box;
}



.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605-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-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image {
  box-sizing: border-box;
}



.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605-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-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image {
  box-sizing: border-box;
}



.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  margin: 0 !important;
  overflow: visible;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605-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-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add background color handling */
  
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cd1c205-34b3-4c7a-94c7-3d9e13628605.shogun-image {
  box-sizing: border-box;
}



.s-0cd1c205-34b3-4c7a-94c7-3d9e13628605 img.shogun-image {
  
}


}
#s-7a6863d8-0a8f-40ed-b00e-912b7792bbf2 {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}

#s-7a6863d8-0a8f-40ed-b00e-912b7792bbf2 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-06500a49-ec14-4404-a08b-3163b1d5da28 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06500a49-ec14-4404-a08b-3163b1d5da28 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-aad1606d-5ad8-49ac-b74f-06991330329d {
  margin-left: auto;
margin-right: auto;
}

#s-aad1606d-5ad8-49ac-b74f-06991330329d .shg-proportional-font-size,
#s-aad1606d-5ad8-49ac-b74f-06991330329d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1918d500-d168-4662-801c-2697a368f132 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 12px;
background-color: rgba(210, 55, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1918d500-d168-4662-801c-2697a368f132:hover {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1918d500-d168-4662-801c-2697a368f132:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1918d500-d168-4662-801c-2697a368f132-root {
    text-align: center;
  }


#s-1918d500-d168-4662-801c-2697a368f132.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1918d500-d168-4662-801c-2697a368f132-root {
    text-align: center;
  }


#s-1918d500-d168-4662-801c-2697a368f132.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1918d500-d168-4662-801c-2697a368f132-root {
    text-align: center;
  }


#s-1918d500-d168-4662-801c-2697a368f132.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1918d500-d168-4662-801c-2697a368f132-root {
    text-align: center;
  }


#s-1918d500-d168-4662-801c-2697a368f132.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1918d500-d168-4662-801c-2697a368f132-root {
    text-align: center;
  }


#s-1918d500-d168-4662-801c-2697a368f132.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-42ef4e02-943d-46a5-87c3-b9d4f3e6da3e {
  margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-left: 45px;
padding-bottom: 35px;
padding-right: 45px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
background-color: rgba(223, 234, 208, 1);
}








#s-42ef4e02-943d-46a5-87c3-b9d4f3e6da3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42ef4e02-943d-46a5-87c3-b9d4f3e6da3e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 196px;
aspect-ratio: 1/1;
text-align: center;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891-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-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 196px;
  }



  img.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
    
    
    
    max-height: 196px;
  }


.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
  box-sizing: border-box;
}



.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
      position: relative;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 196px;
    }
  }

@media (min-width: 1200px){#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891-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-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 196px;
  }



  img.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
    
    
    
    max-height: 196px;
  }


.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
  box-sizing: border-box;
}



.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
      position: relative;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 196px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891-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-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 196px;
  }



  img.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
    
    
    
    max-height: 196px;
  }


.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
  box-sizing: border-box;
}



.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
      position: relative;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 196px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891-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-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 196px;
  }



  img.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
    
    
    
    max-height: 196px;
  }


.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
  box-sizing: border-box;
}



.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
      position: relative;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 196px;
    }
  }

}@media (max-width: 767px){#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  margin: 0 !important;
  overflow: visible;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891-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-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add background color handling */
  
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 196px;
  }



  img.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
    
    
    
    max-height: 196px;
  }


.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image {
  box-sizing: border-box;
}



.s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container {
      position: relative;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d4f48a26-606d-43a6-b9bf-fc6fb196a891 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 196px;
    }
  }

}
#s-74086138-5569-4120-977a-adb0451d299a {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
text-align: center;
}

#s-74086138-5569-4120-977a-adb0451d299a .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-9cbdd45e-a258-4760-9ed0-a23b2c03661d {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cbdd45e-a258-4760-9ed0-a23b2c03661d .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-ddd6cfae-0215-4412-9467-4d822f83bd6a {
  margin-left: auto;
margin-right: auto;
}

#s-ddd6cfae-0215-4412-9467-4d822f83bd6a .shg-proportional-font-size,
#s-ddd6cfae-0215-4412-9467-4d822f83bd6a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 12px;
background-color: rgba(210, 55, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd:hover {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd-root {
    text-align: center;
  }


#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd-root {
    text-align: center;
  }


#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd-root {
    text-align: center;
  }


#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd-root {
    text-align: center;
  }


#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd-root {
    text-align: center;
  }


#s-cc14aa9c-f77e-407a-ab85-f6fc09e875bd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-2b549d64-204d-4fb3-92ba-bfe4955108c2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-6d22f753-cd6a-4c39-b828-503789c520eb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-4bfa8449-0478-4639-a858-fa89f21ac2db {
  margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
max-width: 1200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4bfa8449-0478-4639-a858-fa89f21ac2db {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bfa8449-0478-4639-a858-fa89f21ac2db {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-4bfa8449-0478-4639-a858-fa89f21ac2db {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-4bfa8449-0478-4639-a858-fa89f21ac2db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bfa8449-0478-4639-a858-fa89f21ac2db.shg-box.shg-c {
  justify-content: center;
}

#s-9a2227f4-1a04-451b-b933-20aabc4642ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9a2227f4-1a04-451b-b933-20aabc4642ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9a2227f4-1a04-451b-b933-20aabc4642ea.shg-box.shg-c {
  justify-content: center;
}

#s-5207e6b7-7815-4e31-ac0a-c837b5ae0781 {
  margin-left: auto;
margin-right: auto;
}








#s-5207e6b7-7815-4e31-ac0a-c837b5ae0781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5207e6b7-7815-4e31-ac0a-c837b5ae0781.shg-box.shg-c {
  justify-content: center;
}

#s-17257277-7f23-453e-983b-a3cf3f8cdf6d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

#s-568b5f82-9320-4b3a-b5c7-195fc8bab197 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 840px;
}








#s-568b5f82-9320-4b3a-b5c7-195fc8bab197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-568b5f82-9320-4b3a-b5c7-195fc8bab197.shg-box.shg-c {
  justify-content: center;
}

#s-8ea09a26-5b8f-4a39-8f57-62b678edf9bc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8ea09a26-5b8f-4a39-8f57-62b678edf9bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ea09a26-5b8f-4a39-8f57-62b678edf9bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 43.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-8ea09a26-5b8f-4a39-8f57-62b678edf9bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 43.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-8ea09a26-5b8f-4a39-8f57-62b678edf9bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 43.333333333333336px);
}

}

#s-b1059df5-0a5f-48ef-90e2-ce242ed1e386 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b1059df5-0a5f-48ef-90e2-ce242ed1e386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1059df5-0a5f-48ef-90e2-ce242ed1e386.shg-box.shg-c {
  justify-content: center;
}

#s-26858785-c4f9-440b-b46d-a4b4353440da {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-26858785-c4f9-440b-b46d-a4b4353440da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26858785-c4f9-440b-b46d-a4b4353440da.shg-box.shg-c {
  justify-content: center;
}

#s-7c9cbc3a-606c-408b-8bc2-4376bfb1a6e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c9cbc3a-606c-408b-8bc2-4376bfb1a6e7 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-ca0e9179-df3d-4bfd-b924-81b8684012f3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ca0e9179-df3d-4bfd-b924-81b8684012f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca0e9179-df3d-4bfd-b924-81b8684012f3.shg-box.shg-c {
  justify-content: center;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 45/38;
text-align: center;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  margin: 0 !important;
  overflow: visible;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd-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-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add background color handling */
  
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
  box-sizing: border-box;
}



.s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
      position: relative;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  margin: 0 !important;
  overflow: visible;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd-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-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add background color handling */
  
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
  box-sizing: border-box;
}



.s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
      position: relative;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  margin: 0 !important;
  overflow: visible;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd-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-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add background color handling */
  
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
  box-sizing: border-box;
}



.s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
      position: relative;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  margin: 0 !important;
  overflow: visible;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd-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-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add background color handling */
  
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
  box-sizing: border-box;
}



.s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
      position: relative;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  margin: 0 !important;
  overflow: visible;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd-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-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add background color handling */
  
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-2c621e27-0ada-4c06-ad7b-917983d0abbd .shogun-image-content {
  
    justify-content: center;
  
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image {
  box-sizing: border-box;
}



.s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container {
      position: relative;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c621e27-0ada-4c06-ad7b-917983d0abbd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-780e1843-89fa-4dc5-aa80-d8e2778f6901 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-780e1843-89fa-4dc5-aa80-d8e2778f6901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-780e1843-89fa-4dc5-aa80-d8e2778f6901.shg-box.shg-c {
  justify-content: center;
}

#s-01167e89-9c6c-41f5-acce-5e1651339fbb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-01167e89-9c6c-41f5-acce-5e1651339fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01167e89-9c6c-41f5-acce-5e1651339fbb.shg-box.shg-c {
  justify-content: center;
}

#s-38957fc8-0a24-4689-8ea6-12b89a9b5169 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38957fc8-0a24-4689-8ea6-12b89a9b5169 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-07686a6f-bb7f-4990-9b9a-7d566cbb783a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-07686a6f-bb7f-4990-9b9a-7d566cbb783a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07686a6f-bb7f-4990-9b9a-7d566cbb783a.shg-box.shg-c {
  justify-content: center;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 45/38;
text-align: center;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb {
  margin: 0 !important;
  overflow: visible;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb-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-09f9a131-6e05-465b-9404-4021b359c1cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09f9a131-6e05-465b-9404-4021b359c1cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add background color handling */
  
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
  box-sizing: border-box;
}



.s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09f9a131-6e05-465b-9404-4021b359c1cb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
      position: relative;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-09f9a131-6e05-465b-9404-4021b359c1cb {
  margin: 0 !important;
  overflow: visible;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb-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-09f9a131-6e05-465b-9404-4021b359c1cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09f9a131-6e05-465b-9404-4021b359c1cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add background color handling */
  
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
  box-sizing: border-box;
}



.s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09f9a131-6e05-465b-9404-4021b359c1cb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
      position: relative;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09f9a131-6e05-465b-9404-4021b359c1cb {
  margin: 0 !important;
  overflow: visible;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb-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-09f9a131-6e05-465b-9404-4021b359c1cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09f9a131-6e05-465b-9404-4021b359c1cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add background color handling */
  
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
  box-sizing: border-box;
}



.s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09f9a131-6e05-465b-9404-4021b359c1cb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
      position: relative;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09f9a131-6e05-465b-9404-4021b359c1cb {
  margin: 0 !important;
  overflow: visible;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb-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-09f9a131-6e05-465b-9404-4021b359c1cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09f9a131-6e05-465b-9404-4021b359c1cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add background color handling */
  
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
  box-sizing: border-box;
}



.s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09f9a131-6e05-465b-9404-4021b359c1cb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
      position: relative;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-09f9a131-6e05-465b-9404-4021b359c1cb {
  margin: 0 !important;
  overflow: visible;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb-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-09f9a131-6e05-465b-9404-4021b359c1cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09f9a131-6e05-465b-9404-4021b359c1cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add background color handling */
  
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09f9a131-6e05-465b-9404-4021b359c1cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-09f9a131-6e05-465b-9404-4021b359c1cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image {
  box-sizing: border-box;
}



.s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09f9a131-6e05-465b-9404-4021b359c1cb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container {
      position: relative;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09f9a131-6e05-465b-9404-4021b359c1cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-c8368078-beb3-4116-97bd-4b65a182279b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c8368078-beb3-4116-97bd-4b65a182279b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8368078-beb3-4116-97bd-4b65a182279b.shg-box.shg-c {
  justify-content: center;
}

#s-fe7cd8b2-b347-46ec-85aa-7fdbfabb5a75 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fe7cd8b2-b347-46ec-85aa-7fdbfabb5a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fe7cd8b2-b347-46ec-85aa-7fdbfabb5a75.shg-box.shg-c {
  justify-content: center;
}

#s-f683f71b-408c-45d5-85aa-3292c38bccf7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f683f71b-408c-45d5-85aa-3292c38bccf7 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  
  
}



#s-3ab9f189-f1f6-4ed5-8c66-bd28825d03f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3ab9f189-f1f6-4ed5-8c66-bd28825d03f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3ab9f189-f1f6-4ed5-8c66-bd28825d03f5.shg-box.shg-c {
  justify-content: center;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb {
  margin-left: auto;
margin-right: auto;
max-width: 45px;
aspect-ratio: 45/38;
text-align: center;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb-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-6c07340c-9bbe-476b-825c-be79555987bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c07340c-9bbe-476b-825c-be79555987bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
  box-sizing: border-box;
}



.s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c07340c-9bbe-476b-825c-be79555987bb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
      position: relative;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

@media (min-width: 1200px){#s-6c07340c-9bbe-476b-825c-be79555987bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb-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-6c07340c-9bbe-476b-825c-be79555987bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c07340c-9bbe-476b-825c-be79555987bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
  box-sizing: border-box;
}



.s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c07340c-9bbe-476b-825c-be79555987bb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
      position: relative;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6c07340c-9bbe-476b-825c-be79555987bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb-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-6c07340c-9bbe-476b-825c-be79555987bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c07340c-9bbe-476b-825c-be79555987bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
  box-sizing: border-box;
}



.s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c07340c-9bbe-476b-825c-be79555987bb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
      position: relative;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6c07340c-9bbe-476b-825c-be79555987bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb-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-6c07340c-9bbe-476b-825c-be79555987bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c07340c-9bbe-476b-825c-be79555987bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
  box-sizing: border-box;
}



.s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c07340c-9bbe-476b-825c-be79555987bb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
      position: relative;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}@media (max-width: 767px){#s-6c07340c-9bbe-476b-825c-be79555987bb {
  margin: 0 !important;
  overflow: visible;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb-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-6c07340c-9bbe-476b-825c-be79555987bb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6c07340c-9bbe-476b-825c-be79555987bb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add background color handling */
  
}

#s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }

    #s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-link {
      aspect-ratio: 45/38;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6c07340c-9bbe-476b-825c-be79555987bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 45px;
  }



  img.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
    
    
    
    max-height: 45px;
  }


.s-6c07340c-9bbe-476b-825c-be79555987bb .shogun-image-content {
  
    justify-content: center;
  
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image {
  box-sizing: border-box;
}



.s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6c07340c-9bbe-476b-825c-be79555987bb {
      --shg-aspect-ratio: calc(45/38); 
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container {
      position: relative;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6c07340c-9bbe-476b-825c-be79555987bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 45px;
    }
  }

}
#s-a3c770ba-bddf-4ba2-9f9e-657ebb8b9009 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a3c770ba-bddf-4ba2-9f9e-657ebb8b9009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3c770ba-bddf-4ba2-9f9e-657ebb8b9009.shg-box.shg-c {
  justify-content: center;
}

#s-c10f29e9-9fb2-4a02-97f9-05f4e7833c44 {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}








#s-c10f29e9-9fb2-4a02-97f9-05f4e7833c44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c10f29e9-9fb2-4a02-97f9-05f4e7833c44 {
  cursor: pointer;
}#s-c10f29e9-9fb2-4a02-97f9-05f4e7833c44.shg-box.shg-c {
  justify-content: center;
}

#s-00755251-4dab-4fb7-b6cc-8960daad6cb7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-00755251-4dab-4fb7-b6cc-8960daad6cb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00755251-4dab-4fb7-b6cc-8960daad6cb7.shg-box.shg-c {
  justify-content: center;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: left;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9-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-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }




.s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image {
  box-sizing: border-box;
}



.s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
      position: relative;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9-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-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }




.s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image {
  box-sizing: border-box;
}



.s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
      position: relative;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9-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-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }




.s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image {
  box-sizing: border-box;
}



.s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
      position: relative;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9-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-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }




.s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image {
  box-sizing: border-box;
}



.s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
      position: relative;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9-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-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }




.s-9d830a9a-9093-43ff-b763-428f29f0cad9 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image {
  box-sizing: border-box;
}



.s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container {
      position: relative;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d830a9a-9093-43ff-b763-428f29f0cad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-a40a26e3-5f85-4bb7-a3c6-8676ff1e2370 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a40a26e3-5f85-4bb7-a3c6-8676ff1e2370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a40a26e3-5f85-4bb7-a3c6-8676ff1e2370.shg-box.shg-c {
  justify-content: center;
}

#s-29041dd7-bff5-434f-9ec7-45aabd724370 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-29041dd7-bff5-434f-9ec7-45aabd724370 .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-8c9a9737-93ed-485b-93e9-97a523a7af91 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-8c9a9737-93ed-485b-93e9-97a523a7af91:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8c9a9737-93ed-485b-93e9-97a523a7af91:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8c9a9737-93ed-485b-93e9-97a523a7af91-root {
    text-align: left;
  }


#s-8c9a9737-93ed-485b-93e9-97a523a7af91.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8c9a9737-93ed-485b-93e9-97a523a7af91-root {
    text-align: left;
  }


#s-8c9a9737-93ed-485b-93e9-97a523a7af91.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8c9a9737-93ed-485b-93e9-97a523a7af91-root {
    text-align: left;
  }


#s-8c9a9737-93ed-485b-93e9-97a523a7af91.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8c9a9737-93ed-485b-93e9-97a523a7af91-root {
    text-align: left;
  }


#s-8c9a9737-93ed-485b-93e9-97a523a7af91.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8c9a9737-93ed-485b-93e9-97a523a7af91-root {
    text-align: left;
  }


#s-8c9a9737-93ed-485b-93e9-97a523a7af91.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7aff31a4-d401-4d1a-95a1-d1dc6c55720c {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}








#s-7aff31a4-d401-4d1a-95a1-d1dc6c55720c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aff31a4-d401-4d1a-95a1-d1dc6c55720c {
  cursor: pointer;
}#s-7aff31a4-d401-4d1a-95a1-d1dc6c55720c.shg-box.shg-c {
  justify-content: center;
}

#s-6534a88a-73d1-4707-8d07-acac0eb08944 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6534a88a-73d1-4707-8d07-acac0eb08944 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6534a88a-73d1-4707-8d07-acac0eb08944.shg-box.shg-c {
  justify-content: center;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: left;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586-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-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
  box-sizing: border-box;
}



.s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
      position: relative;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586-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-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
  box-sizing: border-box;
}



.s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
      position: relative;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586-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-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
  box-sizing: border-box;
}



.s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
      position: relative;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586-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-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
  box-sizing: border-box;
}



.s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
      position: relative;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586-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-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-4c94b39b-2072-45e7-910d-70b94f0b7586 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image {
  box-sizing: border-box;
}



.s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container {
      position: relative;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c94b39b-2072-45e7-910d-70b94f0b7586 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-08cd75f5-a832-4a5b-a3d8-e01e9c5098a4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-08cd75f5-a832-4a5b-a3d8-e01e9c5098a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08cd75f5-a832-4a5b-a3d8-e01e9c5098a4.shg-box.shg-c {
  justify-content: center;
}

#s-ab26c7fc-b241-4ecc-9490-252ad9b128d1 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-ab26c7fc-b241-4ecc-9490-252ad9b128d1 .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b-root {
    text-align: left;
  }


#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b-root {
    text-align: left;
  }


#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b-root {
    text-align: left;
  }


#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b-root {
    text-align: left;
  }


#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b-root {
    text-align: left;
  }


#s-0bc3ab3a-8d74-443b-b6f3-d9812f329b9b.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-49070592-c7f4-49c8-a7e0-b485bde24972 {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}








#s-49070592-c7f4-49c8-a7e0-b485bde24972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49070592-c7f4-49c8-a7e0-b485bde24972 {
  cursor: pointer;
}#s-49070592-c7f4-49c8-a7e0-b485bde24972.shg-box.shg-c {
  justify-content: center;
}

#s-12e8ebea-fd93-4c92-8885-dfaa1bf1833d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-12e8ebea-fd93-4c92-8885-dfaa1bf1833d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12e8ebea-fd93-4c92-8885-dfaa1bf1833d.shg-box.shg-c {
  justify-content: center;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: left;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02-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-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
  box-sizing: border-box;
}



.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
      position: relative;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02-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-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
  box-sizing: border-box;
}



.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
      position: relative;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02-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-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
  box-sizing: border-box;
}



.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
      position: relative;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02-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-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
  box-sizing: border-box;
}



.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
      position: relative;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  margin: 0 !important;
  overflow: visible;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02-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-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add background color handling */
  
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image {
  box-sizing: border-box;
}



.s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container {
      position: relative;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a7f25c0-2e9f-4404-ba75-3fd5f6e02a02 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-967e12cc-615a-4d67-9844-29756918ba52 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-967e12cc-615a-4d67-9844-29756918ba52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-967e12cc-615a-4d67-9844-29756918ba52.shg-box.shg-c {
  justify-content: center;
}

#s-e7141b28-3f46-4ffe-8e66-a85b8fa71492 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-e7141b28-3f46-4ffe-8e66-a85b8fa71492 .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-426469b0-4e87-45d4-9f0e-c73490fcdfad {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-426469b0-4e87-45d4-9f0e-c73490fcdfad:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-426469b0-4e87-45d4-9f0e-c73490fcdfad:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-426469b0-4e87-45d4-9f0e-c73490fcdfad-root {
    text-align: left;
  }


#s-426469b0-4e87-45d4-9f0e-c73490fcdfad.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-426469b0-4e87-45d4-9f0e-c73490fcdfad-root {
    text-align: left;
  }


#s-426469b0-4e87-45d4-9f0e-c73490fcdfad.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-426469b0-4e87-45d4-9f0e-c73490fcdfad-root {
    text-align: left;
  }


#s-426469b0-4e87-45d4-9f0e-c73490fcdfad.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-426469b0-4e87-45d4-9f0e-c73490fcdfad-root {
    text-align: left;
  }


#s-426469b0-4e87-45d4-9f0e-c73490fcdfad.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-426469b0-4e87-45d4-9f0e-c73490fcdfad-root {
    text-align: left;
  }


#s-426469b0-4e87-45d4-9f0e-c73490fcdfad.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-bdb74630-ca1b-499e-b32b-58971a4e6a1b {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}








#s-bdb74630-ca1b-499e-b32b-58971a4e6a1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdb74630-ca1b-499e-b32b-58971a4e6a1b {
  cursor: pointer;
}#s-bdb74630-ca1b-499e-b32b-58971a4e6a1b.shg-box.shg-c {
  justify-content: center;
}

#s-1e9e2109-69d7-4aa0-a713-93597890bfc4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1e9e2109-69d7-4aa0-a713-93597890bfc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e9e2109-69d7-4aa0-a713-93597890bfc4.shg-box.shg-c {
  justify-content: center;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: left;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  margin: 0 !important;
  overflow: visible;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68-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-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
  box-sizing: border-box;
}



.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
      position: relative;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  margin: 0 !important;
  overflow: visible;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68-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-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add background color handling */
  
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
  box-sizing: border-box;
}



.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
      position: relative;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  margin: 0 !important;
  overflow: visible;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68-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-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add background color handling */
  
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
  box-sizing: border-box;
}



.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
      position: relative;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  margin: 0 !important;
  overflow: visible;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68-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-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add background color handling */
  
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
  box-sizing: border-box;
}



.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
      position: relative;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  margin: 0 !important;
  overflow: visible;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68-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-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add background color handling */
  
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 .shogun-image-content {
  
    justify-content: center;
  
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image {
  box-sizing: border-box;
}



.s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container {
      position: relative;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-589029c7-efb1-4d24-9551-bb1ba5c4ee68 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-e9da04e4-fdd8-4cd3-b070-64f0e23e8c0c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e9da04e4-fdd8-4cd3-b070-64f0e23e8c0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9da04e4-fdd8-4cd3-b070-64f0e23e8c0c.shg-box.shg-c {
  justify-content: center;
}

#s-e9e4ea28-561b-43da-9d3b-af6c6ba534ba {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-e9e4ea28-561b-43da-9d3b-af6c6ba534ba .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0-root {
    text-align: left;
  }


#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0-root {
    text-align: left;
  }


#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0-root {
    text-align: left;
  }


#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0-root {
    text-align: left;
  }


#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0-root {
    text-align: left;
  }


#s-16c85ddd-7df0-4bfc-937a-97aafcbf8ea0.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d6db1dd8-5f3a-4ee9-a879-774260a44d9b {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}








#s-d6db1dd8-5f3a-4ee9-a879-774260a44d9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6db1dd8-5f3a-4ee9-a879-774260a44d9b {
  cursor: pointer;
}#s-d6db1dd8-5f3a-4ee9-a879-774260a44d9b.shg-box.shg-c {
  justify-content: center;
}

#s-ae751cd4-f3b3-40f7-b066-f863d2e468e1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ae751cd4-f3b3-40f7-b066-f863d2e468e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae751cd4-f3b3-40f7-b066-f863d2e468e1.shg-box.shg-c {
  justify-content: center;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: left;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d-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-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
  box-sizing: border-box;
}



.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
      position: relative;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d-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-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
  box-sizing: border-box;
}



.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
      position: relative;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d-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-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
  box-sizing: border-box;
}



.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
      position: relative;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d-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-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
  box-sizing: border-box;
}



.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
      position: relative;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  margin: 0 !important;
  overflow: visible;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d-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-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add background color handling */
  
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image {
  box-sizing: border-box;
}



.s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container {
      position: relative;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa1c5eef-787d-4633-9ef1-f3db453f9d4d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-d4fd1265-fa3c-4f3c-9850-33be5fee9955 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d4fd1265-fa3c-4f3c-9850-33be5fee9955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4fd1265-fa3c-4f3c-9850-33be5fee9955.shg-box.shg-c {
  justify-content: center;
}

#s-7384b871-571d-49e8-9a39-e2fd847bfee4 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-7384b871-571d-49e8-9a39-e2fd847bfee4 .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082-root {
    text-align: left;
  }


#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082-root {
    text-align: left;
  }


#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082-root {
    text-align: left;
  }


#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082-root {
    text-align: left;
  }


#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082-root {
    text-align: left;
  }


#s-4a85421c-ccf3-47e8-97a5-f4dfa9ad7082.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-df13e8ff-b1c0-4e8b-9046-7136ac8fedfc {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}








#s-df13e8ff-b1c0-4e8b-9046-7136ac8fedfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df13e8ff-b1c0-4e8b-9046-7136ac8fedfc {
  cursor: pointer;
}#s-df13e8ff-b1c0-4e8b-9046-7136ac8fedfc.shg-box.shg-c {
  justify-content: center;
}

#s-e5a96e7e-21b0-4826-8368-57d01fd51af2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e5a96e7e-21b0-4826-8368-57d01fd51af2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5a96e7e-21b0-4826-8368-57d01fd51af2.shg-box.shg-c {
  justify-content: center;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: left;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14-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-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
  box-sizing: border-box;
}



.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
      position: relative;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14-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-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
  box-sizing: border-box;
}



.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
      position: relative;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14-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-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
  box-sizing: border-box;
}



.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
      position: relative;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14-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-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
  box-sizing: border-box;
}



.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
      position: relative;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  margin: 0 !important;
  overflow: visible;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14-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-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add background color handling */
  
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 .shogun-image-content {
  
    justify-content: center;
  
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image {
  box-sizing: border-box;
}



.s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container {
      position: relative;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94f88f90-53d5-4d7f-9b15-d32ee561ab14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-99ba3394-b738-422c-96a9-e32804ca2c92 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-99ba3394-b738-422c-96a9-e32804ca2c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99ba3394-b738-422c-96a9-e32804ca2c92.shg-box.shg-c {
  justify-content: center;
}

#s-c106dc4a-f5da-4601-8db8-f0d0561ea011 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-c106dc4a-f5da-4601-8db8-f0d0561ea011 .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-116c9add-dfc9-4cb1-9e5e-000b31f058e6-root {
    text-align: left;
  }


#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-116c9add-dfc9-4cb1-9e5e-000b31f058e6-root {
    text-align: left;
  }


#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-116c9add-dfc9-4cb1-9e5e-000b31f058e6-root {
    text-align: left;
  }


#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-116c9add-dfc9-4cb1-9e5e-000b31f058e6-root {
    text-align: left;
  }


#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-116c9add-dfc9-4cb1-9e5e-000b31f058e6-root {
    text-align: left;
  }


#s-116c9add-dfc9-4cb1-9e5e-000b31f058e6.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-a31cb97b-893b-402c-a13d-53e3423f7a9f {
  box-shadow:0px 5px 25px 0px rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
}








#s-a31cb97b-893b-402c-a13d-53e3423f7a9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a31cb97b-893b-402c-a13d-53e3423f7a9f {
  cursor: pointer;
}#s-a31cb97b-893b-402c-a13d-53e3423f7a9f.shg-box.shg-c {
  justify-content: center;
}

#s-e387201b-1602-4e14-91ec-73589c0ea7a2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e387201b-1602-4e14-91ec-73589c0ea7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e387201b-1602-4e14-91ec-73589c0ea7a2.shg-box.shg-c {
  justify-content: center;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: left;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e-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-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add background color handling */
  background: rgba(90, 128, 40, 1);
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e 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: 18px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
  box-sizing: border-box;
}



.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
      position: relative;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e-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-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
  box-sizing: border-box;
}



.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
      position: relative;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e-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-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
  box-sizing: border-box;
}



.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
      position: relative;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e-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-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
  box-sizing: border-box;
}



.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
      position: relative;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}@media (max-width: 767px){#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  margin: 0 !important;
  overflow: visible;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e-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-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add background color handling */
  
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 85px;
  }



  img.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image {
  box-sizing: border-box;
}



.s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container {
      position: relative;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e9dba79c-7f0c-4706-b037-90b7e494fc2e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-5363f7a9-e022-40ef-ae99-f42127ef001f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5363f7a9-e022-40ef-ae99-f42127ef001f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5363f7a9-e022-40ef-ae99-f42127ef001f.shg-box.shg-c {
  justify-content: center;
}

#s-aae6248f-74b1-4c94-8a58-0cc85fdbad5d {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: left;
}

#s-aae6248f-74b1-4c94-8a58-0cc85fdbad5d .shogun-heading-component h3 {
  color: rgba(15, 21, 18, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-288da7d3-da5e-48b6-b234-63b184368c1e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(210, 55, 42, 1);
}
#s-288da7d3-da5e-48b6-b234-63b184368c1e:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(168, 44, 34, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-288da7d3-da5e-48b6-b234-63b184368c1e:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-288da7d3-da5e-48b6-b234-63b184368c1e-root {
    text-align: left;
  }


#s-288da7d3-da5e-48b6-b234-63b184368c1e.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-288da7d3-da5e-48b6-b234-63b184368c1e-root {
    text-align: left;
  }


#s-288da7d3-da5e-48b6-b234-63b184368c1e.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-288da7d3-da5e-48b6-b234-63b184368c1e-root {
    text-align: left;
  }


#s-288da7d3-da5e-48b6-b234-63b184368c1e.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-288da7d3-da5e-48b6-b234-63b184368c1e-root {
    text-align: left;
  }


#s-288da7d3-da5e-48b6-b234-63b184368c1e.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-288da7d3-da5e-48b6-b234-63b184368c1e-root {
    text-align: left;
  }


#s-288da7d3-da5e-48b6-b234-63b184368c1e.shg-btn {
  color: rgba(210, 55, 42, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-636cfd45-bf1c-40a8-833d-a382559ad90f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ac4f1705-55b2-41b0-bff9-bf6987ff93e5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 115px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ac4f1705-55b2-41b0-bff9-bf6987ff93e5 {
  padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ac4f1705-55b2-41b0-bff9-bf6987ff93e5 {
  padding-bottom: 80px;
}
}@media (max-width: 767px){#s-ac4f1705-55b2-41b0-bff9-bf6987ff93e5 {
  padding-bottom: 60px;
}
}







#s-ac4f1705-55b2-41b0-bff9-bf6987ff93e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac4f1705-55b2-41b0-bff9-bf6987ff93e5.shg-box.shg-c {
  justify-content: center;
}

#s-68756e90-be0f-422c-a2b3-b63c32f48521 {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
}








#s-68756e90-be0f-422c-a2b3-b63c32f48521 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68756e90-be0f-422c-a2b3-b63c32f48521.shg-box.shg-c {
  justify-content: center;
}

#s-8314ae2b-543a-4bb4-83cb-1a37197a3751 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
text-align: left;
}

#s-8314ae2b-543a-4bb4-83cb-1a37197a3751 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-5b1e9984-ec03-4f4a-9b54-e806dac56ef7 {
  margin-left: auto;
margin-right: auto;
}

#s-e812c6b8-d598-4f4e-9d69-b10a3bd908ba {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
text-align: left;
}

#s-e812c6b8-d598-4f4e-9d69-b10a3bd908ba .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-c564820e-7649-403f-8a42-ef78c4651cec {
  margin-left: auto;
margin-right: auto;
}

#s-74127d06-e116-4939-bb10-c5a717bc2d9d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
text-align: left;
}

#s-74127d06-e116-4939-bb10-c5a717bc2d9d .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-d49786d2-d964-476d-9dbd-1ddf6f91170c {
  margin-left: auto;
margin-right: auto;
}

#s-da6f4a59-eaec-48e3-bb8e-09ed1e4d49de {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
text-align: left;
}

#s-da6f4a59-eaec-48e3-bb8e-09ed1e4d49de .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-7f47eaeb-db8e-4b83-93f6-5da3db6c38c1 {
  margin-left: auto;
margin-right: auto;
}

#s-546bc479-8658-4db1-87d7-2d7462beac66 {
  margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-546bc479-8658-4db1-87d7-2d7462beac66 {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-546bc479-8658-4db1-87d7-2d7462beac66 {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-546bc479-8658-4db1-87d7-2d7462beac66 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-546bc479-8658-4db1-87d7-2d7462beac66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-546bc479-8658-4db1-87d7-2d7462beac66.shg-box.shg-c {
  justify-content: center;
}

#s-6ba2f291-90f1-4d06-a26b-171d32365be1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6ba2f291-90f1-4d06-a26b-171d32365be1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ba2f291-90f1-4d06-a26b-171d32365be1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-6ba2f291-90f1-4d06-a26b-171d32365be1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ba2f291-90f1-4d06-a26b-171d32365be1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.0px);
}

}

#s-95c14f8b-c185-4d44-9048-5f5e396f0791 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-95c14f8b-c185-4d44-9048-5f5e396f0791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95c14f8b-c185-4d44-9048-5f5e396f0791.shg-box.shg-c {
  justify-content: center;
}

#s-4c9c0c2d-52ec-433a-9783-3c56a9e560ea {
  margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
text-align: left;
}

#s-4c9c0c2d-52ec-433a-9783-3c56a9e560ea .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-ab62f7d0-b34d-4b8d-9549-f03dad0fc9b8 {
  margin-left: auto;
margin-right: auto;
}

#s-474281cb-45dd-4fd5-ac53-01e66d66d95d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
}
@media (max-width: 767px){#s-474281cb-45dd-4fd5-ac53-01e66d66d95d {
  margin-top: 25px;
}
}







#s-474281cb-45dd-4fd5-ac53-01e66d66d95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-474281cb-45dd-4fd5-ac53-01e66d66d95d.shg-box.shg-c {
  justify-content: center;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  margin-left: auto;
margin-right: auto;
max-width: 568px;
aspect-ratio: 568/344;
text-align: center;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2-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-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 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: 25px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }

    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-link {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 568px;
  }



  img.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
    
    
    
    max-height: 568px;
  }


.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
  box-sizing: border-box;
}



.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
      --shg-aspect-ratio: calc(568/344); 
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
      position: relative;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 568px;
    }
  }

@media (min-width: 1200px){#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2-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-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }

    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-link {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 568px;
  }



  img.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
    
    
    
    max-height: 568px;
  }


.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
  box-sizing: border-box;
}



.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
      --shg-aspect-ratio: calc(568/344); 
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
      position: relative;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 568px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2-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-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }

    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-link {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 568px;
  }



  img.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
    
    
    
    max-height: 568px;
  }


.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
  box-sizing: border-box;
}



.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
      --shg-aspect-ratio: calc(568/344); 
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
      position: relative;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 568px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2-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-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }

    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-link {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 568px;
  }



  img.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
    
    
    
    max-height: 568px;
  }


.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
  box-sizing: border-box;
}



.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
      --shg-aspect-ratio: calc(568/344); 
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
      position: relative;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 568px;
    }
  }

}@media (max-width: 767px){#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  margin: 0 !important;
  overflow: visible;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2-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-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add background color handling */
  
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }

    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-link {
      aspect-ratio: 568/344;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 568px;
  }



  img.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
    
    
    
    max-height: 568px;
  }


.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 .shogun-image-content {
  
    justify-content: flex-start;
  
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image {
  box-sizing: border-box;
}



.s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 {
      --shg-aspect-ratio: calc(568/344); 
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container {
      position: relative;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca989faf-8a3b-44d8-9e30-2ff19dcc47b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 568px;
    }
  }

}
#s-1013543e-b276-497d-b770-0939964d4466 {
  margin-left: auto;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
min-height: 50px;
background-color: rgba(242, 247, 235, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1013543e-b276-497d-b770-0939964d4466 {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1013543e-b276-497d-b770-0939964d4466 {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-1013543e-b276-497d-b770-0939964d4466 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-1013543e-b276-497d-b770-0939964d4466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1013543e-b276-497d-b770-0939964d4466.shg-box.shg-c {
  justify-content: center;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 60px;
aspect-ratio: 60/47;
text-align: center;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466-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-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 10px;
}

.shg-image-content-margin-container-s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }

    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-link {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
  box-sizing: border-box;
}



.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
      --shg-aspect-ratio: calc(60/47); 
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
      position: relative;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

@media (min-width: 1200px){#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466-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-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }

    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-link {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
  box-sizing: border-box;
}



.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
      --shg-aspect-ratio: calc(60/47); 
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
      position: relative;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466-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-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }

    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-link {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
  box-sizing: border-box;
}



.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
      --shg-aspect-ratio: calc(60/47); 
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
      position: relative;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466-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-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }

    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-link {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
  box-sizing: border-box;
}



.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
      --shg-aspect-ratio: calc(60/47); 
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
      position: relative;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}@media (max-width: 767px){#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  margin: 0 !important;
  overflow: visible;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466-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-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add background color handling */
  
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }

    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-link {
      aspect-ratio: 60/47;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 60px;
  }



  img.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
    
    
    
    max-height: 60px;
  }


.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image {
  box-sizing: border-box;
}



.s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 {
      --shg-aspect-ratio: calc(60/47); 
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container {
      position: relative;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9e72cb7-5cf2-44a9-95af-5c8753fa7466 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60px;
    }
  }

}
#s-cc75ea57-6a39-4cbf-be28-5be6ecc0d047 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-cc75ea57-6a39-4cbf-be28-5be6ecc0d047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc75ea57-6a39-4cbf-be28-5be6ecc0d047.shg-box.shg-c {
  justify-content: center;
}

#s-c899c776-48f8-4935-acf2-34a67d1b2578 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
text-align: center;
}

#s-c899c776-48f8-4935-acf2-34a67d1b2578 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-0ec1c9c8-c86e-4a28-9f37-7345cc272292 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
padding-top: 115px;
padding-bottom: 115px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  padding-top: 80px;
padding-bottom: 80px;
}
}@media (max-width: 767px){#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  padding-top: 60px;
padding-bottom: 60px;
}
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 {
  background-image: url(https://i.shgcdn.com/2aa1bd75-8a9e-4861-b91c-efd6006294cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72 > .shg-box-overlay {
  background-color: rgba(7, 61, 33, 1);
  opacity: 0.75;
  display: block;
}#s-beffdb31-ba84-4d0c-93b2-8e14b91d6c72.shg-box.shg-c {
  justify-content: center;
}

#s-772a90f4-44da-425f-ab09-677c51b5346d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 768px;
}








#s-772a90f4-44da-425f-ab09-677c51b5346d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-772a90f4-44da-425f-ab09-677c51b5346d.shg-box.shg-c {
  justify-content: center;
}

#s-e188b2e1-3158-4426-8310-8259a0780baf {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
}

#s-31c7812f-6ff7-4829-8929-eed143bb0431 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-radius: 12px;
background-color: rgba(210, 55, 42, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-31c7812f-6ff7-4829-8929-eed143bb0431:hover {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31c7812f-6ff7-4829-8929-eed143bb0431:active {background-color: rgba(168, 44, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-31c7812f-6ff7-4829-8929-eed143bb0431-root {
    text-align: center;
  }


#s-31c7812f-6ff7-4829-8929-eed143bb0431.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-31c7812f-6ff7-4829-8929-eed143bb0431-root {
    text-align: center;
  }


#s-31c7812f-6ff7-4829-8929-eed143bb0431.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31c7812f-6ff7-4829-8929-eed143bb0431-root {
    text-align: center;
  }


#s-31c7812f-6ff7-4829-8929-eed143bb0431.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31c7812f-6ff7-4829-8929-eed143bb0431-root {
    text-align: center;
  }


#s-31c7812f-6ff7-4829-8929-eed143bb0431.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-31c7812f-6ff7-4829-8929-eed143bb0431-root {
    text-align: center;
  }


#s-31c7812f-6ff7-4829-8929-eed143bb0431.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
/*
  $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}