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

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

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

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

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

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

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

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

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

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

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

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

#s-d17a6a46-fe57-4c8f-a6c1-955f54ef189b {
  min-height: 50px;
}








#s-d17a6a46-fe57-4c8f-a6c1-955f54ef189b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d17a6a46-fe57-4c8f-a6c1-955f54ef189b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ecae961-6525-41db-96c1-27a9cc4b7ac0 {
  min-height: 50px;
}








#s-8ecae961-6525-41db-96c1-27a9cc4b7ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ecae961-6525-41db-96c1-27a9cc4b7ac0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10b26c4d-c232-4a50-9750-584ff37672ce {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(49, 70, 67, 1);
}
@media (max-width: 767px){#s-10b26c4d-c232-4a50-9750-584ff37672ce {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-10b26c4d-c232-4a50-9750-584ff37672ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-10b26c4d-c232-4a50-9750-584ff37672ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

#s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed {
  margin-left: auto;
margin-right: auto;
max-width: 1600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed {
  display: none;
}
#s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed, #wrap-s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed, #wrap-content-s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed { display: none !important; }}@media (max-width: 767px){#s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed {
  display: none;
}
#s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed, #wrap-s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed, #wrap-content-s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed { display: none !important; }}
@media (min-width: 0px) {
[id="s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17bcf9b3-e67e-4b98-ae13-3ddbcf93f0ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5e8ee006-5ea3-4f76-b094-5521cac5c27e {
  margin-left: 5%;
margin-right: 0%;
min-height: 50px;
}








#s-5e8ee006-5ea3-4f76-b094-5521cac5c27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e8ee006-5ea3-4f76-b094-5521cac5c27e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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-68d82b3a-fc34-40c6-a1e5-5c927e27c1f5 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-68d82b3a-fc34-40c6-a1e5-5c927e27c1f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: left;
}


@media (min-width: 1200px){#s-68d82b3a-fc34-40c6-a1e5-5c927e27c1f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-68d82b3a-fc34-40c6-a1e5-5c927e27c1f5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-322a089c-de77-4f6a-8c71-44babdfba7d4 {
  margin-top: 15px;
}

.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-8384238f-e1a6-4609-b41c-950ec68094db {
  border-style: solid;
margin-top: 32px;
padding-top: 5px;
padding-left: 55px;
padding-bottom: 5px;
padding-right: 55px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8384238f-e1a6-4609-b41c-950ec68094db:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8384238f-e1a6-4609-b41c-950ec68094db:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-8384238f-e1a6-4609-b41c-950ec68094db-root {
    text-align: left;
  }


#s-8384238f-e1a6-4609-b41c-950ec68094db.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8384238f-e1a6-4609-b41c-950ec68094db-root {
    text-align: left;
  }


#s-8384238f-e1a6-4609-b41c-950ec68094db.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8384238f-e1a6-4609-b41c-950ec68094db-root {
    text-align: left;
  }


#s-8384238f-e1a6-4609-b41c-950ec68094db.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8384238f-e1a6-4609-b41c-950ec68094db-root {
    text-align: left;
  }


#s-8384238f-e1a6-4609-b41c-950ec68094db.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8384238f-e1a6-4609-b41c-950ec68094db-root {
    text-align: left;
  }


#s-8384238f-e1a6-4609-b41c-950ec68094db.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-812a773e-b231-4663-b972-8121b1495e77 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-812a773e-b231-4663-b972-8121b1495e77 {
  display: none;
}
#s-812a773e-b231-4663-b972-8121b1495e77, #wrap-s-812a773e-b231-4663-b972-8121b1495e77, #wrap-content-s-812a773e-b231-4663-b972-8121b1495e77 { display: none !important; }}
.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-91774f42-5c3c-493d-b6ad-95a62582020a {
  margin-left: auto;
margin-right: auto;
max-width: 3595px;
text-align: center;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a {
  margin: 0 !important;
  overflow: visible;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add background color handling */
  
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91774f42-5c3c-493d-b6ad-95a62582020a .shogun-image-content {
  
    justify-content: center;
  
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image {
  box-sizing: border-box;
}



.s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  
}


@media (min-width: 1200px){#s-91774f42-5c3c-493d-b6ad-95a62582020a {
  margin: 0 !important;
  overflow: visible;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add background color handling */
  
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91774f42-5c3c-493d-b6ad-95a62582020a .shogun-image-content {
  
    justify-content: center;
  
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image {
  box-sizing: border-box;
}



.s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-91774f42-5c3c-493d-b6ad-95a62582020a {
  margin: 0 !important;
  overflow: visible;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add background color handling */
  
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91774f42-5c3c-493d-b6ad-95a62582020a .shogun-image-content {
  
    justify-content: center;
  
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image {
  box-sizing: border-box;
}



.s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-91774f42-5c3c-493d-b6ad-95a62582020a {
  margin: 0 !important;
  overflow: visible;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add background color handling */
  
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91774f42-5c3c-493d-b6ad-95a62582020a .shogun-image-content {
  
    justify-content: center;
  
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image {
  box-sizing: border-box;
}



.s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  
}


}@media (max-width: 767px){#s-91774f42-5c3c-493d-b6ad-95a62582020a {
  margin: 0 !important;
  overflow: visible;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-91774f42-5c3c-493d-b6ad-95a62582020a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add background color handling */
  
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-91774f42-5c3c-493d-b6ad-95a62582020a .shogun-image-content {
  
    justify-content: center;
  
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91774f42-5c3c-493d-b6ad-95a62582020a.shogun-image {
  box-sizing: border-box;
}



.s-91774f42-5c3c-493d-b6ad-95a62582020a img.shogun-image {
  
}


}
#s-2cda14e9-3199-44d3-bc0a-5badfbed87a6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2cda14e9-3199-44d3-bc0a-5badfbed87a6 {
  display: none;
}
#s-2cda14e9-3199-44d3-bc0a-5badfbed87a6, #wrap-s-2cda14e9-3199-44d3-bc0a-5badfbed87a6, #wrap-content-s-2cda14e9-3199-44d3-bc0a-5badfbed87a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cda14e9-3199-44d3-bc0a-5badfbed87a6 {
  display: none;
}
#s-2cda14e9-3199-44d3-bc0a-5badfbed87a6, #wrap-s-2cda14e9-3199-44d3-bc0a-5badfbed87a6, #wrap-content-s-2cda14e9-3199-44d3-bc0a-5badfbed87a6 { display: none !important; }}







#s-2cda14e9-3199-44d3-bc0a-5badfbed87a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cda14e9-3199-44d3-bc0a-5badfbed87a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  max-width: 3595px;
text-align: center;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  margin: 0 !important;
  overflow: visible;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add background color handling */
  
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-197f40d2-3db8-4eab-9387-c85b2fb28245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image {
  box-sizing: border-box;
}



.s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  
}


@media (min-width: 1200px){#s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  margin: 0 !important;
  overflow: visible;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add background color handling */
  
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-197f40d2-3db8-4eab-9387-c85b2fb28245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image {
  box-sizing: border-box;
}



.s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  margin: 0 !important;
  overflow: visible;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add background color handling */
  
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-197f40d2-3db8-4eab-9387-c85b2fb28245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image {
  box-sizing: border-box;
}



.s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  margin: 0 !important;
  overflow: visible;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add background color handling */
  
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-197f40d2-3db8-4eab-9387-c85b2fb28245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image {
  box-sizing: border-box;
}



.s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  
}


}@media (max-width: 767px){#s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  margin: 0 !important;
  overflow: visible;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-197f40d2-3db8-4eab-9387-c85b2fb28245 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add background color handling */
  
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-197f40d2-3db8-4eab-9387-c85b2fb28245 .shogun-image-content {
  
    justify-content: center;
  
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shg-align-container {
  display: flex;
  justify-content: center
}

.s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-197f40d2-3db8-4eab-9387-c85b2fb28245.shogun-image {
  box-sizing: border-box;
}



.s-197f40d2-3db8-4eab-9387-c85b2fb28245 img.shogun-image {
  
}


}
#s-d55e98f2-9838-4b26-9e47-90e0988d498d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d55e98f2-9838-4b26-9e47-90e0988d498d {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-d55e98f2-9838-4b26-9e47-90e0988d498d {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-d55e98f2-9838-4b26-9e47-90e0988d498d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d55e98f2-9838-4b26-9e47-90e0988d498d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82e43ea6-f490-4d39-aa7e-e44ea9cd0207 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-82e43ea6-f490-4d39-aa7e-e44ea9cd0207 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-82e43ea6-f490-4d39-aa7e-e44ea9cd0207 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-82e43ea6-f490-4d39-aa7e-e44ea9cd0207 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


}@media (max-width: 767px){#s-82e43ea6-f490-4d39-aa7e-e44ea9cd0207 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: center;
}


}
#s-1392dcd6-c6e4-4e45-b339-27529e40b2f1 {
  margin-top: 10px;
margin-left: 3%;
margin-right: 3%;
}

#s-e2576f8b-738f-4797-a023-9d439ea0f0bb {
  border-style: solid;
margin-top: 10px;
padding-top: 5px;
padding-left: 50px;
padding-bottom: 5px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e2576f8b-738f-4797-a023-9d439ea0f0bb:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e2576f8b-738f-4797-a023-9d439ea0f0bb:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e2576f8b-738f-4797-a023-9d439ea0f0bb-root {
    text-align: center;
  }


#s-e2576f8b-738f-4797-a023-9d439ea0f0bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2576f8b-738f-4797-a023-9d439ea0f0bb-root {
    text-align: center;
  }


#s-e2576f8b-738f-4797-a023-9d439ea0f0bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2576f8b-738f-4797-a023-9d439ea0f0bb-root {
    text-align: center;
  }


#s-e2576f8b-738f-4797-a023-9d439ea0f0bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2576f8b-738f-4797-a023-9d439ea0f0bb-root {
    text-align: center;
  }


#s-e2576f8b-738f-4797-a023-9d439ea0f0bb.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2576f8b-738f-4797-a023-9d439ea0f0bb-root {
    text-align: center;
  }


#s-e2576f8b-738f-4797-a023-9d439ea0f0bb.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a {
  display: none;
}
#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a, #wrap-s-c919dd56-5722-426a-8975-3ebd0e8dcf5a, #wrap-content-s-c919dd56-5722-426a-8975-3ebd0e8dcf5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a {
  display: none;
}
#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a, #wrap-s-c919dd56-5722-426a-8975-3ebd0e8dcf5a, #wrap-content-s-c919dd56-5722-426a-8975-3ebd0e8dcf5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a {
  display: none;
}
#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a, #wrap-s-c919dd56-5722-426a-8975-3ebd0e8dcf5a, #wrap-content-s-c919dd56-5722-426a-8975-3ebd0e8dcf5a { display: none !important; }}@media (max-width: 767px){#s-c919dd56-5722-426a-8975-3ebd0e8dcf5a {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-cec74023-b602-489e-8897-9403456e5865 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(231, 240, 238, 1);
}
@media (max-width: 767px){#s-cec74023-b602-489e-8897-9403456e5865 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-cec74023-b602-489e-8897-9403456e5865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cec74023-b602-489e-8897-9403456e5865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  margin-top: 0px;
max-width: 350px;
aspect-ratio: 1456/102;
text-align: center;
}
@media (min-width: 1200px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  max-width: 320px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  max-width: 320px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  max-width: 300px;
}
}@media (max-width: 767px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  max-width: 280px;
}
}
#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
  box-sizing: border-box;
}



.s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcf8753-b976-4e40-a969-e0a503c23449 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
      position: relative;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

@media (min-width: 1200px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
  box-sizing: border-box;
}



.s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcf8753-b976-4e40-a969-e0a503c23449 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
      position: relative;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
  box-sizing: border-box;
}



.s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcf8753-b976-4e40-a969-e0a503c23449 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
      position: relative;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
  box-sizing: border-box;
}



.s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcf8753-b976-4e40-a969-e0a503c23449 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
      position: relative;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}@media (max-width: 767px){#s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  margin: 0 !important;
  overflow: visible;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6dcf8753-b976-4e40-a969-e0a503c23449 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add background color handling */
  
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }

    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-link {
      aspect-ratio: 1456/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6dcf8753-b976-4e40-a969-e0a503c23449 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 350px;
  }



  img.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
    
    
    
    max-height: 350px;
  }


.s-6dcf8753-b976-4e40-a969-e0a503c23449 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image {
  box-sizing: border-box;
}



.s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6dcf8753-b976-4e40-a969-e0a503c23449 {
      --shg-aspect-ratio: calc(1456/102); 
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container {
      position: relative;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6dcf8753-b976-4e40-a969-e0a503c23449 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 350px;
    }
  }

}
#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d {
  display: none;
}
#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d, #wrap-s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d, #wrap-content-s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d {
  display: none;
}
#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d, #wrap-s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d, #wrap-content-s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d {
  display: none;
}
#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d, #wrap-s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d, #wrap-content-s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d { display: none !important; }}@media (max-width: 767px){#s-0ad761cc-effb-4e5c-b4cb-40f3261ef04d {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-2a29808d-d562-4dc6-a160-7ce8f9535c7e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}
@media (max-width: 767px){#s-2a29808d-d562-4dc6-a160-7ce8f9535c7e {
  display: none;
}
#s-2a29808d-d562-4dc6-a160-7ce8f9535c7e, #wrap-s-2a29808d-d562-4dc6-a160-7ce8f9535c7e, #wrap-content-s-2a29808d-d562-4dc6-a160-7ce8f9535c7e { display: none !important; }}
#s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 1200px){#s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d {
  margin-top: 15px;
max-width: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d {
  margin-top: 10px;
max-width: 800px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d {
  display: none;
}
#s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d, #wrap-s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d, #wrap-content-s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c41e4ed-0cb5-4e4d-88f2-0f6698f3464d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (min-width: 1200px){#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  max-width: 100px;
opacity: 0.6;
}
}
#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
  box-sizing: border-box;
}



.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  
}


@media (min-width: 1200px){#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
  box-sizing: border-box;
}



.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
  box-sizing: border-box;
}



.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
  box-sizing: border-box;
}



.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  
}


}@media (max-width: 767px){#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  margin: 0 !important;
  overflow: visible;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add background color handling */
  
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d .shogun-image-content {
  
    justify-content: center;
  
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d.shogun-image {
  box-sizing: border-box;
}



.s-e817e3ff-a8d5-4e9b-95cc-efc6363cac2d img.shogun-image {
  
}


}
#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (min-width: 1200px){#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  opacity: 0.6;
}
}
#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  margin: 0 !important;
  overflow: visible;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add background color handling */
  
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
  box-sizing: border-box;
}



.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  
}


@media (min-width: 1200px){#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  margin: 0 !important;
  overflow: visible;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add background color handling */
  
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
  box-sizing: border-box;
}



.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  margin: 0 !important;
  overflow: visible;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add background color handling */
  
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
  box-sizing: border-box;
}



.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  margin: 0 !important;
  overflow: visible;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add background color handling */
  
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
  box-sizing: border-box;
}



.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  
}


}@media (max-width: 767px){#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  margin: 0 !important;
  overflow: visible;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f9992516-4719-4671-a5c6-d7e3fcbb3cab {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add background color handling */
  
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab .shogun-image-content {
  
    justify-content: center;
  
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9992516-4719-4671-a5c6-d7e3fcbb3cab.shogun-image {
  box-sizing: border-box;
}



.s-f9992516-4719-4671-a5c6-d7e3fcbb3cab img.shogun-image {
  
}


}
#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (min-width: 1200px){#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  opacity: 0.6;
}
}
#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  margin: 0 !important;
  overflow: visible;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add background color handling */
  
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8b86416a-70eb-446c-8868-8ac330ee892c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
  box-sizing: border-box;
}



.s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  
}


@media (min-width: 1200px){#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  margin: 0 !important;
  overflow: visible;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add background color handling */
  
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8b86416a-70eb-446c-8868-8ac330ee892c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
  box-sizing: border-box;
}



.s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  margin: 0 !important;
  overflow: visible;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add background color handling */
  
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8b86416a-70eb-446c-8868-8ac330ee892c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
  box-sizing: border-box;
}



.s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  margin: 0 !important;
  overflow: visible;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add background color handling */
  
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8b86416a-70eb-446c-8868-8ac330ee892c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
  box-sizing: border-box;
}



.s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  
}


}@media (max-width: 767px){#s-8b86416a-70eb-446c-8868-8ac330ee892c {
  margin: 0 !important;
  overflow: visible;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8b86416a-70eb-446c-8868-8ac330ee892c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add background color handling */
  
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-8b86416a-70eb-446c-8868-8ac330ee892c .shogun-image-content {
  
    justify-content: center;
  
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b86416a-70eb-446c-8868-8ac330ee892c.shogun-image {
  box-sizing: border-box;
}



.s-8b86416a-70eb-446c-8868-8ac330ee892c img.shogun-image {
  
}


}
#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (min-width: 1200px){#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  opacity: 0.6;
}
}
#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  margin: 0 !important;
  overflow: visible;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add background color handling */
  
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94dcf65b-a924-40e2-a321-c6ace37f38db .shogun-image-content {
  
    justify-content: center;
  
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
  box-sizing: border-box;
}



.s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  
}


@media (min-width: 1200px){#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  margin: 0 !important;
  overflow: visible;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add background color handling */
  
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94dcf65b-a924-40e2-a321-c6ace37f38db .shogun-image-content {
  
    justify-content: center;
  
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
  box-sizing: border-box;
}



.s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  margin: 0 !important;
  overflow: visible;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add background color handling */
  
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94dcf65b-a924-40e2-a321-c6ace37f38db .shogun-image-content {
  
    justify-content: center;
  
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
  box-sizing: border-box;
}



.s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  margin: 0 !important;
  overflow: visible;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add background color handling */
  
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94dcf65b-a924-40e2-a321-c6ace37f38db .shogun-image-content {
  
    justify-content: center;
  
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
  box-sizing: border-box;
}



.s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  
}


}@media (max-width: 767px){#s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  margin: 0 !important;
  overflow: visible;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94dcf65b-a924-40e2-a321-c6ace37f38db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add background color handling */
  
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-94dcf65b-a924-40e2-a321-c6ace37f38db .shogun-image-content {
  
    justify-content: center;
  
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94dcf65b-a924-40e2-a321-c6ace37f38db.shogun-image {
  box-sizing: border-box;
}



.s-94dcf65b-a924-40e2-a321-c6ace37f38db img.shogun-image {
  
}


}
#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  max-width: 120px;
text-align: center;
}
@media (min-width: 1200px){#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  opacity: 0.6;
}
}
#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  margin: 0 !important;
  overflow: visible;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add background color handling */
  
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
  box-sizing: border-box;
}



.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  
}


@media (min-width: 1200px){#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  margin: 0 !important;
  overflow: visible;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add background color handling */
  
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
  box-sizing: border-box;
}



.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  margin: 0 !important;
  overflow: visible;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add background color handling */
  
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
  box-sizing: border-box;
}



.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  margin: 0 !important;
  overflow: visible;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add background color handling */
  
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
  box-sizing: border-box;
}



.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  
}


}@media (max-width: 767px){#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  margin: 0 !important;
  overflow: visible;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0d106b0b-939d-4d41-bf1b-5cebd687aacd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add background color handling */
  
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd .shogun-image-content {
  
    justify-content: center;
  
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0d106b0b-939d-4d41-bf1b-5cebd687aacd.shogun-image {
  box-sizing: border-box;
}



.s-0d106b0b-939d-4d41-bf1b-5cebd687aacd img.shogun-image {
  
}


}
#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  max-width: 120px;
text-align: center;
}
@media (min-width: 1200px){#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  max-width: 90px;
opacity: 0.6;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  opacity: 0.6;
}
}
#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
  box-sizing: border-box;
}



.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  
}


@media (min-width: 1200px){#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
  box-sizing: border-box;
}



.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
  box-sizing: border-box;
}



.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
  box-sizing: border-box;
}



.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  
}


}@media (max-width: 767px){#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  margin: 0 !important;
  overflow: visible;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add background color handling */
  
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f .shogun-image-content {
  
    justify-content: center;
  
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f.shogun-image {
  box-sizing: border-box;
}



.s-0ad017bf-b0c6-4d86-b6c6-4449f7134f4f img.shogun-image {
  
}


}
#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
}
@media (min-width: 1200px){#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 {
  display: none;
}
#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377, #wrap-s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377, #wrap-content-s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 {
  display: none;
}
#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377, #wrap-s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377, #wrap-content-s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 {
  display: none;
}
#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377, #wrap-s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377, #wrap-content-s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 { display: none !important; }}@media (max-width: 767px){#s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377 {
  margin-left: 11%;
margin-right: 11%;
}
}
@media (min-width: 0px) {
[id="s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce3d4d1d-b76d-4f09-892a-b8a268bb5377"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  opacity: 0.6;
}
}
#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  margin: 0 !important;
  overflow: visible;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add background color handling */
  
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
  box-sizing: border-box;
}



.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  
}


@media (min-width: 1200px){#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  margin: 0 !important;
  overflow: visible;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add background color handling */
  
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
  box-sizing: border-box;
}



.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  margin: 0 !important;
  overflow: visible;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add background color handling */
  
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
  box-sizing: border-box;
}



.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  margin: 0 !important;
  overflow: visible;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add background color handling */
  
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
  box-sizing: border-box;
}



.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  
}


}@media (max-width: 767px){#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  margin: 0 !important;
  overflow: visible;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add background color handling */
  
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc.shogun-image {
  box-sizing: border-box;
}



.s-79b2ae2e-4f5b-4644-aaf8-10a1dbe7e8cc img.shogun-image {
  
}


}
#s-390e72ad-a69a-47e9-9052-93ce609979db {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-390e72ad-a69a-47e9-9052-93ce609979db {
  opacity: 0.6;
}
}
#s-390e72ad-a69a-47e9-9052-93ce609979db {
  margin: 0 !important;
  overflow: visible;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add background color handling */
  
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-390e72ad-a69a-47e9-9052-93ce609979db .shogun-image-content {
  
    justify-content: center;
  
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
  box-sizing: border-box;
}



.s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  
}


@media (min-width: 1200px){#s-390e72ad-a69a-47e9-9052-93ce609979db {
  margin: 0 !important;
  overflow: visible;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add background color handling */
  
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-390e72ad-a69a-47e9-9052-93ce609979db .shogun-image-content {
  
    justify-content: center;
  
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
  box-sizing: border-box;
}



.s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-390e72ad-a69a-47e9-9052-93ce609979db {
  margin: 0 !important;
  overflow: visible;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add background color handling */
  
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-390e72ad-a69a-47e9-9052-93ce609979db .shogun-image-content {
  
    justify-content: center;
  
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
  box-sizing: border-box;
}



.s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-390e72ad-a69a-47e9-9052-93ce609979db {
  margin: 0 !important;
  overflow: visible;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add background color handling */
  
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-390e72ad-a69a-47e9-9052-93ce609979db .shogun-image-content {
  
    justify-content: center;
  
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
  box-sizing: border-box;
}



.s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  
}


}@media (max-width: 767px){#s-390e72ad-a69a-47e9-9052-93ce609979db {
  margin: 0 !important;
  overflow: visible;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-390e72ad-a69a-47e9-9052-93ce609979db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add background color handling */
  
}

#s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-390e72ad-a69a-47e9-9052-93ce609979db .shogun-image-content {
  
    justify-content: center;
  
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-390e72ad-a69a-47e9-9052-93ce609979db.shogun-image {
  box-sizing: border-box;
}



.s-390e72ad-a69a-47e9-9052-93ce609979db img.shogun-image {
  
}


}
#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  opacity: 0.6;
}
}
#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
  box-sizing: border-box;
}



.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  
}


@media (min-width: 1200px){#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
  box-sizing: border-box;
}



.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
  box-sizing: border-box;
}



.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
  box-sizing: border-box;
}



.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  
}


}@media (max-width: 767px){#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  margin: 0 !important;
  overflow: visible;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-832d0a2b-df95-46c3-8baf-537bce5a9a88 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add background color handling */
  
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 .shogun-image-content {
  
    justify-content: center;
  
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shg-align-container {
  display: flex;
  justify-content: center
}

.s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-832d0a2b-df95-46c3-8baf-537bce5a9a88.shogun-image {
  box-sizing: border-box;
}



.s-832d0a2b-df95-46c3-8baf-537bce5a9a88 img.shogun-image {
  
}


}
#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  opacity: 0.6;
}
}
#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  margin: 0 !important;
  overflow: visible;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add background color handling */
  
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
  box-sizing: border-box;
}



.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  
}


@media (min-width: 1200px){#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  margin: 0 !important;
  overflow: visible;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add background color handling */
  
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
  box-sizing: border-box;
}



.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  margin: 0 !important;
  overflow: visible;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add background color handling */
  
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
  box-sizing: border-box;
}



.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  margin: 0 !important;
  overflow: visible;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add background color handling */
  
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
  box-sizing: border-box;
}



.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  
}


}@media (max-width: 767px){#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  margin: 0 !important;
  overflow: visible;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add background color handling */
  
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 .shogun-image-content {
  
    justify-content: center;
  
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shg-align-container {
  display: flex;
  justify-content: center
}

.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-276c5e6d-c10a-402e-a0bb-9b693d8ae028.shogun-image {
  box-sizing: border-box;
}



.s-276c5e6d-c10a-402e-a0bb-9b693d8ae028 img.shogun-image {
  
}


}
#s-b5b39fd0-59b3-4a96-85d4-51596fe79024 {
  margin-top: 5px;
margin-left: 10%;
margin-right: 10%;
max-width: 1000px;
}
@media (min-width: 1200px){#s-b5b39fd0-59b3-4a96-85d4-51596fe79024 {
  display: none;
}
#s-b5b39fd0-59b3-4a96-85d4-51596fe79024, #wrap-s-b5b39fd0-59b3-4a96-85d4-51596fe79024, #wrap-content-s-b5b39fd0-59b3-4a96-85d4-51596fe79024 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5b39fd0-59b3-4a96-85d4-51596fe79024 {
  display: none;
}
#s-b5b39fd0-59b3-4a96-85d4-51596fe79024, #wrap-s-b5b39fd0-59b3-4a96-85d4-51596fe79024, #wrap-content-s-b5b39fd0-59b3-4a96-85d4-51596fe79024 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5b39fd0-59b3-4a96-85d4-51596fe79024 {
  display: none;
}
#s-b5b39fd0-59b3-4a96-85d4-51596fe79024, #wrap-s-b5b39fd0-59b3-4a96-85d4-51596fe79024, #wrap-content-s-b5b39fd0-59b3-4a96-85d4-51596fe79024 { display: none !important; }}@media (max-width: 767px){#s-b5b39fd0-59b3-4a96-85d4-51596fe79024 {
  margin-left: 17%;
margin-right: 17%;
}
}
@media (min-width: 0px) {
[id="s-b5b39fd0-59b3-4a96-85d4-51596fe79024"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-b5b39fd0-59b3-4a96-85d4-51596fe79024"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b5b39fd0-59b3-4a96-85d4-51596fe79024"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b5b39fd0-59b3-4a96-85d4-51596fe79024"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  opacity: 0.6;
}
}
#s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  margin: 0 !important;
  overflow: visible;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add background color handling */
  
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4d12145f-9d9b-4212-9a65-e2c71b85800d .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
  box-sizing: border-box;
}



.s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  
}


@media (min-width: 1200px){#s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  margin: 0 !important;
  overflow: visible;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add background color handling */
  
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4d12145f-9d9b-4212-9a65-e2c71b85800d .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
  box-sizing: border-box;
}



.s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  margin: 0 !important;
  overflow: visible;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add background color handling */
  
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4d12145f-9d9b-4212-9a65-e2c71b85800d .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
  box-sizing: border-box;
}



.s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  margin: 0 !important;
  overflow: visible;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add background color handling */
  
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4d12145f-9d9b-4212-9a65-e2c71b85800d .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
  box-sizing: border-box;
}



.s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  
}


}@media (max-width: 767px){#s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  margin: 0 !important;
  overflow: visible;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4d12145f-9d9b-4212-9a65-e2c71b85800d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add background color handling */
  
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4d12145f-9d9b-4212-9a65-e2c71b85800d .shogun-image-content {
  
    justify-content: center;
  
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d12145f-9d9b-4212-9a65-e2c71b85800d.shogun-image {
  box-sizing: border-box;
}



.s-4d12145f-9d9b-4212-9a65-e2c71b85800d img.shogun-image {
  
}


}
#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  opacity: 0.6;
}
}
#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
  box-sizing: border-box;
}



.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
  box-sizing: border-box;
}



.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
  box-sizing: border-box;
}



.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
  box-sizing: border-box;
}



.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c5b5b65-4df0-47fd-8740-7f76262edd15 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c5b5b65-4df0-47fd-8740-7f76262edd15.shogun-image {
  box-sizing: border-box;
}



.s-0c5b5b65-4df0-47fd-8740-7f76262edd15 img.shogun-image {
  
}


}
#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  max-width: 120px;
text-align: center;
}
@media (max-width: 767px){#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  opacity: 0.6;
}
}
#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
  box-sizing: border-box;
}



.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
  box-sizing: border-box;
}



.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
  box-sizing: border-box;
}



.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
  box-sizing: border-box;
}



.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3.shogun-image {
  box-sizing: border-box;
}



.s-4c0e1095-ec8a-439d-bf57-f2b71b7fc8b3 img.shogun-image {
  
}


}
#s-a3b698ad-27eb-42d8-a8f4-c70839a4d8fc {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3b698ad-27eb-42d8-a8f4-c70839a4d8fc {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-a3b698ad-27eb-42d8-a8f4-c70839a4d8fc {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-a3b698ad-27eb-42d8-a8f4-c70839a4d8fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a3b698ad-27eb-42d8-a8f4-c70839a4d8fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-055174e3-34dd-4433-a4bb-ab3b65b7dcfd {
  margin-top: 5px;
text-align: center;
}
@media (min-width: 1200px){#s-055174e3-34dd-4433-a4bb-ab3b65b7dcfd {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-055174e3-34dd-4433-a4bb-ab3b65b7dcfd {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-055174e3-34dd-4433-a4bb-ab3b65b7dcfd {
  margin-top: 0px;
padding-top: 32px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}
#s-055174e3-34dd-4433-a4bb-ab3b65b7dcfd .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-055174e3-34dd-4433-a4bb-ab3b65b7dcfd .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-055174e3-34dd-4433-a4bb-ab3b65b7dcfd .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 1200px){#s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606 {
  margin-top: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fb117b1-f62f-41df-a9e4-7bf05b0fc606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-258f0c38-cc62-466b-8051-bb27680d3029 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-313f453c-fc9c-4ec4-a3c1-b35262885bae {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-313f453c-fc9c-4ec4-a3c1-b35262885bae {
  display: none;
}
#s-313f453c-fc9c-4ec4-a3c1-b35262885bae, #wrap-s-313f453c-fc9c-4ec4-a3c1-b35262885bae, #wrap-content-s-313f453c-fc9c-4ec4-a3c1-b35262885bae { display: none !important; }}@media (max-width: 767px){#s-313f453c-fc9c-4ec4-a3c1-b35262885bae {
  display: none;
}
#s-313f453c-fc9c-4ec4-a3c1-b35262885bae, #wrap-s-313f453c-fc9c-4ec4-a3c1-b35262885bae, #wrap-content-s-313f453c-fc9c-4ec4-a3c1-b35262885bae { display: none !important; }}







#s-313f453c-fc9c-4ec4-a3c1-b35262885bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-313f453c-fc9c-4ec4-a3c1-b35262885bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b6306603-3adf-45d9-939b-b681cd23bfff {
  
}
}
@media (min-width: 0px) {
[id="s-b6306603-3adf-45d9-939b-b681cd23bfff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6306603-3adf-45d9-939b-b681cd23bfff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b6306603-3adf-45d9-939b-b681cd23bfff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-b6306603-3adf-45d9-939b-b681cd23bfff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b6306603-3adf-45d9-939b-b681cd23bfff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6306603-3adf-45d9-939b-b681cd23bfff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-b6306603-3adf-45d9-939b-b681cd23bfff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-b58d5d14-323a-4f35-acf1-4feccbd36fc0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b58d5d14-323a-4f35-acf1-4feccbd36fc0 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-b58d5d14-323a-4f35-acf1-4feccbd36fc0 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


}
#s-0fe8270d-2dfb-4d7c-976f-de59f8fbdc22 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-0fe8270d-2dfb-4d7c-976f-de59f8fbdc22 {
  padding-right: 5%;
}
}
#s-0fe8270d-2dfb-4d7c-976f-de59f8fbdc22 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-7828e749-4b23-45b1-bc2a-5d18f03aa89d {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7828e749-4b23-45b1-bc2a-5d18f03aa89d {
  margin-top: 10px;
display: none;
}
#s-7828e749-4b23-45b1-bc2a-5d18f03aa89d, #wrap-s-7828e749-4b23-45b1-bc2a-5d18f03aa89d, #wrap-content-s-7828e749-4b23-45b1-bc2a-5d18f03aa89d { display: none !important; }}@media (max-width: 767px){#s-7828e749-4b23-45b1-bc2a-5d18f03aa89d {
  display: none;
}
#s-7828e749-4b23-45b1-bc2a-5d18f03aa89d, #wrap-s-7828e749-4b23-45b1-bc2a-5d18f03aa89d, #wrap-content-s-7828e749-4b23-45b1-bc2a-5d18f03aa89d { display: none !important; }}
#s-ee151f51-3e8a-4f4c-8222-a72bb85d4a9a {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-ee151f51-3e8a-4f4c-8222-a72bb85d4a9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee151f51-3e8a-4f4c-8222-a72bb85d4a9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  margin: 0 !important;
  overflow: visible;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  
}

.shg-image-content-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add background color handling */
  
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
  box-sizing: border-box;
}



.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
      position: relative;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  margin: 0 !important;
  overflow: visible;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add background color handling */
  
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
  box-sizing: border-box;
}



.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
      position: relative;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  margin: 0 !important;
  overflow: visible;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add background color handling */
  
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
  box-sizing: border-box;
}



.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
      position: relative;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  margin: 0 !important;
  overflow: visible;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add background color handling */
  
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
  box-sizing: border-box;
}



.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
      position: relative;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  margin: 0 !important;
  overflow: visible;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add background color handling */
  
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c .shogun-image-content {
  
    justify-content: center;
  
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image {
  box-sizing: border-box;
}



.s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container {
      position: relative;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-110d5564-dac5-4101-8d7a-79f4aa99ef9c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-b3256bb3-2a17-43ae-a67b-0e30b305d4ee {
  margin-top: 5px;
}

#s-13e3bcba-be24-474f-b47a-ffb8325368da {
  margin-top: 20px;
margin-bottom: -20px;
margin-right: auto;
}

#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 {
  display: none;
}
#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648, #wrap-s-87b70ec6-c2f1-46a3-b7ee-985085bf7648, #wrap-content-s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 {
  display: none;
}
#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648, #wrap-s-87b70ec6-c2f1-46a3-b7ee-985085bf7648, #wrap-content-s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 {
  margin-left: 3%;
margin-right: 3%;
padding-bottom: 32px;
}
}







#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-87b70ec6-c2f1-46a3-b7ee-985085bf7648.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fc0344d-e040-40dd-91cd-b185aa4db7c4 {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9fc0344d-e040-40dd-91cd-b185aa4db7c4 {
  
}
}
@media (min-width: 0px) {
[id="s-9fc0344d-e040-40dd-91cd-b185aa4db7c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9fc0344d-e040-40dd-91cd-b185aa4db7c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9fc0344d-e040-40dd-91cd-b185aa4db7c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9fc0344d-e040-40dd-91cd-b185aa4db7c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9fc0344d-e040-40dd-91cd-b185aa4db7c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fc0344d-e040-40dd-91cd-b185aa4db7c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9fc0344d-e040-40dd-91cd-b185aa4db7c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-a809f3f3-a86a-4488-a331-97f5bf505b43 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a809f3f3-a86a-4488-a331-97f5bf505b43 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-c27c9d8f-f680-4554-9a71-49ce8423c86b {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c27c9d8f-f680-4554-9a71-49ce8423c86b {
  margin-left: 4%;
}
}@media (max-width: 767px){#s-c27c9d8f-f680-4554-9a71-49ce8423c86b {
  margin-left: -75%;
}
}
#s-c27c9d8f-f680-4554-9a71-49ce8423c86b .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-c3e9d2ba-529e-4c69-a918-e3abbe0de13e {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3e9d2ba-529e-4c69-a918-e3abbe0de13e {
  
}
}@media (max-width: 767px){#s-c3e9d2ba-529e-4c69-a918-e3abbe0de13e {
  
}
}
#s-96b29db6-d607-472d-b5e6-9a59af799bd7 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-96b29db6-d607-472d-b5e6-9a59af799bd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-96b29db6-d607-472d-b5e6-9a59af799bd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
  box-sizing: border-box;
}



.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
      position: relative;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
  box-sizing: border-box;
}



.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
      position: relative;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
  box-sizing: border-box;
}



.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
      position: relative;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
  box-sizing: border-box;
}



.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
      position: relative;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  margin: 0 !important;
  overflow: visible;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add background color handling */
  
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image {
  box-sizing: border-box;
}



.s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container {
      position: relative;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03c27ac6-86bc-4b99-99c3-7a831f407a04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-6d76dae3-2325-4efe-bfad-cb3607dfdba5 {
  margin-top: 10px;
}

#s-6cfa3994-5396-4bfe-8d17-96d3c9afe2b7 {
  margin-top: 0px;
margin-bottom: -20px;
margin-right: auto;
}

#s-00eea2bb-3d22-424f-b174-4b65c96391cf {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(49, 70, 67, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-00eea2bb-3d22-424f-b174-4b65c96391cf {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-00eea2bb-3d22-424f-b174-4b65c96391cf {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-00eea2bb-3d22-424f-b174-4b65c96391cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00eea2bb-3d22-424f-b174-4b65c96391cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9 {
  
}
}@media (max-width: 767px){#s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9 {
  
}
}
@media (min-width: 0px) {
[id="s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7d0fdd32-6cd1-436b-847d-efdb4c2e53a9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-327098e1-700e-430c-9ee7-fba68a90409e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-327098e1-700e-430c-9ee7-fba68a90409e {
  display: none;
}
#s-327098e1-700e-430c-9ee7-fba68a90409e, #wrap-s-327098e1-700e-430c-9ee7-fba68a90409e, #wrap-content-s-327098e1-700e-430c-9ee7-fba68a90409e { display: none !important; }}@media (max-width: 767px){#s-327098e1-700e-430c-9ee7-fba68a90409e {
  display: none;
}
#s-327098e1-700e-430c-9ee7-fba68a90409e, #wrap-s-327098e1-700e-430c-9ee7-fba68a90409e, #wrap-content-s-327098e1-700e-430c-9ee7-fba68a90409e { display: none !important; }}







#s-327098e1-700e-430c-9ee7-fba68a90409e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-327098e1-700e-430c-9ee7-fba68a90409e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34 {
  
}
}
@media (min-width: 0px) {
[id="s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-88d9a1c1-d5aa-47cb-bc67-f03753fd3a34"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-dfbfe81b-149b-4739-8592-62ec3e496016 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dfbfe81b-149b-4739-8592-62ec3e496016 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-dfbfe81b-149b-4739-8592-62ec3e496016 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


}
#s-b47f3d6c-fa0b-4a29-9784-1650c4a47eb9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b47f3d6c-fa0b-4a29-9784-1650c4a47eb9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-b85ada20-c2d3-4be0-96cd-4424889f3e7b {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b85ada20-c2d3-4be0-96cd-4424889f3e7b {
  margin-top: 10px;
display: none;
}
#s-b85ada20-c2d3-4be0-96cd-4424889f3e7b, #wrap-s-b85ada20-c2d3-4be0-96cd-4424889f3e7b, #wrap-content-s-b85ada20-c2d3-4be0-96cd-4424889f3e7b { display: none !important; }}@media (max-width: 767px){#s-b85ada20-c2d3-4be0-96cd-4424889f3e7b {
  display: none;
}
#s-b85ada20-c2d3-4be0-96cd-4424889f3e7b, #wrap-s-b85ada20-c2d3-4be0-96cd-4424889f3e7b, #wrap-content-s-b85ada20-c2d3-4be0-96cd-4424889f3e7b { display: none !important; }}
#s-dbd4722d-f576-4070-a6de-21f90f6d8f3f {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-dbd4722d-f576-4070-a6de-21f90f6d8f3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbd4722d-f576-4070-a6de-21f90f6d8f3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  
}

.shg-image-content-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
  box-sizing: border-box;
}



.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
      position: relative;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
  box-sizing: border-box;
}



.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
      position: relative;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
  box-sizing: border-box;
}



.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
      position: relative;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
  box-sizing: border-box;
}



.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
      position: relative;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  margin: 0 !important;
  overflow: visible;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add background color handling */
  
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image {
  box-sizing: border-box;
}



.s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container {
      position: relative;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38569d34-81d5-40e9-8dfd-e1a13cbcc8b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-2ac2edf7-9b63-45ee-82c5-ddfb9a39e16d {
  margin-top: 5px;
}

#s-63092ff5-fc04-464b-a3b7-9ba48d089c53 {
  margin-top: 20px;
margin-bottom: -20px;
margin-right: auto;
}

#s-4fca9827-ea18-4474-ba48-ddec79298188 {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4fca9827-ea18-4474-ba48-ddec79298188:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4fca9827-ea18-4474-ba48-ddec79298188:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4fca9827-ea18-4474-ba48-ddec79298188-root {
    text-align: left;
  }


#s-4fca9827-ea18-4474-ba48-ddec79298188.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4fca9827-ea18-4474-ba48-ddec79298188-root {
    text-align: left;
  }


#s-4fca9827-ea18-4474-ba48-ddec79298188.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fca9827-ea18-4474-ba48-ddec79298188-root {
    text-align: left;
  }


#s-4fca9827-ea18-4474-ba48-ddec79298188.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4fca9827-ea18-4474-ba48-ddec79298188-root {
    text-align: left;
  }


#s-4fca9827-ea18-4474-ba48-ddec79298188.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4fca9827-ea18-4474-ba48-ddec79298188-root {
    text-align: left;
  }


#s-4fca9827-ea18-4474-ba48-ddec79298188.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-2edb6039-485c-48d2-8d18-6a4383409c87 {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2edb6039-485c-48d2-8d18-6a4383409c87 {
  display: none;
}
#s-2edb6039-485c-48d2-8d18-6a4383409c87, #wrap-s-2edb6039-485c-48d2-8d18-6a4383409c87, #wrap-content-s-2edb6039-485c-48d2-8d18-6a4383409c87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2edb6039-485c-48d2-8d18-6a4383409c87 {
  display: none;
}
#s-2edb6039-485c-48d2-8d18-6a4383409c87, #wrap-s-2edb6039-485c-48d2-8d18-6a4383409c87, #wrap-content-s-2edb6039-485c-48d2-8d18-6a4383409c87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2edb6039-485c-48d2-8d18-6a4383409c87 {
  padding-top: 0px;
padding-bottom: 32px;
}
}@media (max-width: 767px){#s-2edb6039-485c-48d2-8d18-6a4383409c87 {
  padding-bottom: 32px;
}
}







#s-2edb6039-485c-48d2-8d18-6a4383409c87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2edb6039-485c-48d2-8d18-6a4383409c87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2287944-60c7-4481-89f5-67d31054e54f {
  margin-top: 20px;
margin-right: -3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2287944-60c7-4481-89f5-67d31054e54f {
  
}
}
@media (min-width: 0px) {
[id="s-a2287944-60c7-4481-89f5-67d31054e54f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-a2287944-60c7-4481-89f5-67d31054e54f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2287944-60c7-4481-89f5-67d31054e54f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a2287944-60c7-4481-89f5-67d31054e54f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2287944-60c7-4481-89f5-67d31054e54f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2287944-60c7-4481-89f5-67d31054e54f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-a2287944-60c7-4481-89f5-67d31054e54f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-6794f339-ad20-4e1a-a0b3-04d9b278b412 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6794f339-ad20-4e1a-a0b3-04d9b278b412 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-ff76b934-3a52-4c47-871d-ce045ab49c72 {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff76b934-3a52-4c47-871d-ce045ab49c72 {
  margin-left: 8%;
}
}@media (max-width: 767px){#s-ff76b934-3a52-4c47-871d-ce045ab49c72 {
  margin-left: -73%;
}
}
#s-ff76b934-3a52-4c47-871d-ce045ab49c72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-760d7a5b-77a5-4ce9-b081-03b2ea41cec5 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-760d7a5b-77a5-4ce9-b081-03b2ea41cec5 {
  
}
}@media (max-width: 767px){#s-760d7a5b-77a5-4ce9-b081-03b2ea41cec5 {
  
}
}
#s-e63559a0-db3c-4d36-ba03-a61e0128e45d {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-e63559a0-db3c-4d36-ba03-a61e0128e45d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e63559a0-db3c-4d36-ba03-a61e0128e45d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  margin: 0 !important;
  overflow: visible;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add background color handling */
  
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-content {
  
    justify-content: center;
  
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
  box-sizing: border-box;
}



.s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
      position: relative;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  margin: 0 !important;
  overflow: visible;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add background color handling */
  
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-content {
  
    justify-content: center;
  
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
  box-sizing: border-box;
}



.s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
      position: relative;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  margin: 0 !important;
  overflow: visible;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add background color handling */
  
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-content {
  
    justify-content: center;
  
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
  box-sizing: border-box;
}



.s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
      position: relative;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  margin: 0 !important;
  overflow: visible;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add background color handling */
  
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-content {
  
    justify-content: center;
  
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
  box-sizing: border-box;
}



.s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
      position: relative;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  margin: 0 !important;
  overflow: visible;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add background color handling */
  
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-28b0fc23-c417-49a4-8ce0-de4a1510888e .shogun-image-content {
  
    justify-content: center;
  
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image {
  box-sizing: border-box;
}



.s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container {
      position: relative;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28b0fc23-c417-49a4-8ce0-de4a1510888e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-50269fa9-cf89-4edd-8c62-0fdbc5bd8379 {
  margin-top: 10px;
}

#s-6edbefbb-e02c-4aa9-99df-ca0e08c9ddbe {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-8262f8f1-ff46-439e-9e02-3eba4176542a {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8262f8f1-ff46-439e-9e02-3eba4176542a:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8262f8f1-ff46-439e-9e02-3eba4176542a:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8262f8f1-ff46-439e-9e02-3eba4176542a {
  margin-bottom: 0px;
}
}

  #s-8262f8f1-ff46-439e-9e02-3eba4176542a-root {
    text-align: center;
  }


#s-8262f8f1-ff46-439e-9e02-3eba4176542a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8262f8f1-ff46-439e-9e02-3eba4176542a-root {
    text-align: center;
  }


#s-8262f8f1-ff46-439e-9e02-3eba4176542a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8262f8f1-ff46-439e-9e02-3eba4176542a-root {
    text-align: center;
  }


#s-8262f8f1-ff46-439e-9e02-3eba4176542a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8262f8f1-ff46-439e-9e02-3eba4176542a-root {
    text-align: center;
  }


#s-8262f8f1-ff46-439e-9e02-3eba4176542a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8262f8f1-ff46-439e-9e02-3eba4176542a-root {
    text-align: center;
  }


#s-8262f8f1-ff46-439e-9e02-3eba4176542a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-1b395e64-32c4-417a-8618-ab2f8d6b9a93 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-faf0802e-20b4-4095-aa1b-63cff03a1591 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-faf0802e-20b4-4095-aa1b-63cff03a1591 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-faf0802e-20b4-4095-aa1b-63cff03a1591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-faf0802e-20b4-4095-aa1b-63cff03a1591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c75d8a3-44b4-492d-b070-3f2cbf941e2a {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c75d8a3-44b4-492d-b070-3f2cbf941e2a {
  
}
}@media (max-width: 767px){#s-2c75d8a3-44b4-492d-b070-3f2cbf941e2a {
  
}
}
@media (min-width: 0px) {
[id="s-2c75d8a3-44b4-492d-b070-3f2cbf941e2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c75d8a3-44b4-492d-b070-3f2cbf941e2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c75d8a3-44b4-492d-b070-3f2cbf941e2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c75d8a3-44b4-492d-b070-3f2cbf941e2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1f2944e0-9ec6-4e85-9e15-c8a202d18645 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-acb67b5b-765a-4569-85fd-599709fcda1d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-acb67b5b-765a-4569-85fd-599709fcda1d {
  display: none;
}
#s-acb67b5b-765a-4569-85fd-599709fcda1d, #wrap-s-acb67b5b-765a-4569-85fd-599709fcda1d, #wrap-content-s-acb67b5b-765a-4569-85fd-599709fcda1d { display: none !important; }}@media (max-width: 767px){#s-acb67b5b-765a-4569-85fd-599709fcda1d {
  display: none;
}
#s-acb67b5b-765a-4569-85fd-599709fcda1d, #wrap-s-acb67b5b-765a-4569-85fd-599709fcda1d, #wrap-content-s-acb67b5b-765a-4569-85fd-599709fcda1d { display: none !important; }}







#s-acb67b5b-765a-4569-85fd-599709fcda1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-acb67b5b-765a-4569-85fd-599709fcda1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608 {
  
}
}
@media (min-width: 0px) {
[id="s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-d8f3a6f5-f3b7-4740-bfd1-d82a36922608"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-bca4fa90-e059-4b01-8c20-b186c8faf7c9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-bca4fa90-e059-4b01-8c20-b186c8faf7c9 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-bca4fa90-e059-4b01-8c20-b186c8faf7c9 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


}
#s-3cbc8473-bf5f-46e8-ba36-31e850e49373 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-3cbc8473-bf5f-46e8-ba36-31e850e49373 {
  margin-left: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3cbc8473-bf5f-46e8-ba36-31e850e49373 {
  margin-left: 3%;
}
}
#s-3cbc8473-bf5f-46e8-ba36-31e850e49373 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce {
  margin-top: 10px;
display: none;
}
#s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce, #wrap-s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce, #wrap-content-s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce { display: none !important; }}@media (max-width: 767px){#s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce {
  display: none;
}
#s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce, #wrap-s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce, #wrap-content-s-e1dddeb7-c72c-4efb-9db4-0e2aa08b1cce { display: none !important; }}
#s-623e9489-27c1-44b8-bdae-e2da64ecba63 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-623e9489-27c1-44b8-bdae-e2da64ecba63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-623e9489-27c1-44b8-bdae-e2da64ecba63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  margin: 0 !important;
  overflow: visible;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  
}

.shg-image-content-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add background color handling */
  
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
  box-sizing: border-box;
}



.s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
      position: relative;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  margin: 0 !important;
  overflow: visible;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add background color handling */
  
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
  box-sizing: border-box;
}



.s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
      position: relative;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  margin: 0 !important;
  overflow: visible;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add background color handling */
  
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
  box-sizing: border-box;
}



.s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
      position: relative;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  margin: 0 !important;
  overflow: visible;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add background color handling */
  
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
  box-sizing: border-box;
}



.s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
      position: relative;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  margin: 0 !important;
  overflow: visible;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add background color handling */
  
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-17259b3c-9c09-48e5-bb82-90e1ba435656 .shogun-image-content {
  
    justify-content: center;
  
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image {
  box-sizing: border-box;
}



.s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container {
      position: relative;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17259b3c-9c09-48e5-bb82-90e1ba435656 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-7aba83b1-a811-455a-8b05-ca89973200c2 {
  margin-top: 5px;
}

#s-10fa2eaf-74e0-4667-b636-100ee030de51 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-252a1078-6399-4739-bfdd-b94a9c60a23c {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-252a1078-6399-4739-bfdd-b94a9c60a23c {
  display: none;
}
#s-252a1078-6399-4739-bfdd-b94a9c60a23c, #wrap-s-252a1078-6399-4739-bfdd-b94a9c60a23c, #wrap-content-s-252a1078-6399-4739-bfdd-b94a9c60a23c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-252a1078-6399-4739-bfdd-b94a9c60a23c {
  display: none;
}
#s-252a1078-6399-4739-bfdd-b94a9c60a23c, #wrap-s-252a1078-6399-4739-bfdd-b94a9c60a23c, #wrap-content-s-252a1078-6399-4739-bfdd-b94a9c60a23c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-252a1078-6399-4739-bfdd-b94a9c60a23c {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-252a1078-6399-4739-bfdd-b94a9c60a23c {
  padding-bottom: 32px;
}
}







#s-252a1078-6399-4739-bfdd-b94a9c60a23c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-252a1078-6399-4739-bfdd-b94a9c60a23c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9269a817-5a5f-4820-9439-ccb9773f4f13 {
  margin-top: 20px;
margin-right: -3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9269a817-5a5f-4820-9439-ccb9773f4f13 {
  
}
}
@media (min-width: 0px) {
[id="s-9269a817-5a5f-4820-9439-ccb9773f4f13"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9269a817-5a5f-4820-9439-ccb9773f4f13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9269a817-5a5f-4820-9439-ccb9773f4f13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-9269a817-5a5f-4820-9439-ccb9773f4f13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9269a817-5a5f-4820-9439-ccb9773f4f13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-9269a817-5a5f-4820-9439-ccb9773f4f13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-9269a817-5a5f-4820-9439-ccb9773f4f13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-82b8a441-a05d-4786-b704-684ee2db6b22 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-82b8a441-a05d-4786-b704-684ee2db6b22 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-1ffdcbd6-7d2e-464f-bd78-7f33c7d41c4d {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1ffdcbd6-7d2e-464f-bd78-7f33c7d41c4d {
  margin-left: 8%;
}
}@media (max-width: 767px){#s-1ffdcbd6-7d2e-464f-bd78-7f33c7d41c4d {
  margin-left: -73%;
}
}
#s-1ffdcbd6-7d2e-464f-bd78-7f33c7d41c4d .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-82839e2d-114a-43e1-822c-cfadb502f23d {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-82839e2d-114a-43e1-822c-cfadb502f23d {
  
}
}@media (max-width: 767px){#s-82839e2d-114a-43e1-822c-cfadb502f23d {
  
}
}
#s-35a6fa21-682b-4bae-9c0e-7caf9f0ecb54 {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-35a6fa21-682b-4bae-9c0e-7caf9f0ecb54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-35a6fa21-682b-4bae-9c0e-7caf9f0ecb54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f {
  margin: 0 !important;
  overflow: visible;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add background color handling */
  
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
  box-sizing: border-box;
}



.s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa7f03df-35f3-4353-9878-bc34c811697f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
      position: relative;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-fa7f03df-35f3-4353-9878-bc34c811697f {
  margin: 0 !important;
  overflow: visible;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add background color handling */
  
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
  box-sizing: border-box;
}



.s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa7f03df-35f3-4353-9878-bc34c811697f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
      position: relative;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-fa7f03df-35f3-4353-9878-bc34c811697f {
  margin: 0 !important;
  overflow: visible;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add background color handling */
  
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
  box-sizing: border-box;
}



.s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa7f03df-35f3-4353-9878-bc34c811697f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
      position: relative;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-fa7f03df-35f3-4353-9878-bc34c811697f {
  margin: 0 !important;
  overflow: visible;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add background color handling */
  
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
  box-sizing: border-box;
}



.s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa7f03df-35f3-4353-9878-bc34c811697f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
      position: relative;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-fa7f03df-35f3-4353-9878-bc34c811697f {
  margin: 0 !important;
  overflow: visible;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fa7f03df-35f3-4353-9878-bc34c811697f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add background color handling */
  
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa7f03df-35f3-4353-9878-bc34c811697f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-fa7f03df-35f3-4353-9878-bc34c811697f .shogun-image-content {
  
    justify-content: center;
  
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image {
  box-sizing: border-box;
}



.s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-fa7f03df-35f3-4353-9878-bc34c811697f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container {
      position: relative;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa7f03df-35f3-4353-9878-bc34c811697f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-92ff1c9e-4bc9-43d8-a57c-87073ee270e8 {
  margin-top: 10px;
}

#s-29fe3477-093d-4313-a345-d178b3d7f340 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-e8ff6eef-6e71-454f-9c84-8570a9eed85b {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(49, 70, 67, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e8ff6eef-6e71-454f-9c84-8570a9eed85b {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-e8ff6eef-6e71-454f-9c84-8570a9eed85b {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-e8ff6eef-6e71-454f-9c84-8570a9eed85b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8ff6eef-6e71-454f-9c84-8570a9eed85b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f35984f-248a-46a5-9a29-d3a3385cbc2b {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f35984f-248a-46a5-9a29-d3a3385cbc2b {
  
}
}@media (max-width: 767px){#s-2f35984f-248a-46a5-9a29-d3a3385cbc2b {
  
}
}
@media (min-width: 0px) {
[id="s-2f35984f-248a-46a5-9a29-d3a3385cbc2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f35984f-248a-46a5-9a29-d3a3385cbc2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f35984f-248a-46a5-9a29-d3a3385cbc2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f35984f-248a-46a5-9a29-d3a3385cbc2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2f35984f-248a-46a5-9a29-d3a3385cbc2b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6 {
  display: none;
}
#s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6, #wrap-s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6, #wrap-content-s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6 { display: none !important; }}@media (max-width: 767px){#s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6 {
  display: none;
}
#s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6, #wrap-s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6, #wrap-content-s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6 { display: none !important; }}







#s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-633ef4ae-7fe1-4c1e-ae51-8ea1b9c43ec6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-ed2d3fe0-d997-44a6-abd6-8882f0a836df {
  
}
}
@media (min-width: 0px) {
[id="s-ed2d3fe0-d997-44a6-abd6-8882f0a836df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed2d3fe0-d997-44a6-abd6-8882f0a836df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ed2d3fe0-d997-44a6-abd6-8882f0a836df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-ed2d3fe0-d997-44a6-abd6-8882f0a836df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ed2d3fe0-d997-44a6-abd6-8882f0a836df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed2d3fe0-d997-44a6-abd6-8882f0a836df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-ed2d3fe0-d997-44a6-abd6-8882f0a836df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-2ccc1fa5-2beb-403b-8160-176ac0b0bc5c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2ccc1fa5-2beb-403b-8160-176ac0b0bc5c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-2ccc1fa5-2beb-403b-8160-176ac0b0bc5c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


}
#s-be3de65d-d769-4bcf-96fc-a7b42ef5a342 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-be3de65d-d769-4bcf-96fc-a7b42ef5a342 {
  margin-left: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be3de65d-d769-4bcf-96fc-a7b42ef5a342 {
  margin-left: 2%;
}
}
#s-be3de65d-d769-4bcf-96fc-a7b42ef5a342 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-74f6d9d2-2529-43d5-a329-bb14710847a1 {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74f6d9d2-2529-43d5-a329-bb14710847a1 {
  margin-top: 10px;
display: none;
}
#s-74f6d9d2-2529-43d5-a329-bb14710847a1, #wrap-s-74f6d9d2-2529-43d5-a329-bb14710847a1, #wrap-content-s-74f6d9d2-2529-43d5-a329-bb14710847a1 { display: none !important; }}@media (max-width: 767px){#s-74f6d9d2-2529-43d5-a329-bb14710847a1 {
  display: none;
}
#s-74f6d9d2-2529-43d5-a329-bb14710847a1, #wrap-s-74f6d9d2-2529-43d5-a329-bb14710847a1, #wrap-content-s-74f6d9d2-2529-43d5-a329-bb14710847a1 { display: none !important; }}
#s-cc9eb998-65b6-42ff-aef4-07bafcd2c165 {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-cc9eb998-65b6-42ff-aef4-07bafcd2c165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc9eb998-65b6-42ff-aef4-07bafcd2c165.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  
}

.shg-image-content-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
  box-sizing: border-box;
}



.s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
      position: relative;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
  box-sizing: border-box;
}



.s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
      position: relative;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
  box-sizing: border-box;
}



.s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
      position: relative;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
  box-sizing: border-box;
}



.s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
      position: relative;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  margin: 0 !important;
  overflow: visible;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add background color handling */
  
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-ab93b175-d60c-4be1-8272-f94ab3c40585 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image {
  box-sizing: border-box;
}



.s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container {
      position: relative;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab93b175-d60c-4be1-8272-f94ab3c40585 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-d5e236a7-2284-4de6-8dfe-b5cc42e403b9 {
  margin-top: 5px;
}

#s-6c413027-ccd0-42a6-a184-8bc804ec68b6 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-b3b00001-415d-465e-aadf-38cece9d9a3a {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b3b00001-415d-465e-aadf-38cece9d9a3a:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3b00001-415d-465e-aadf-38cece9d9a3a:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b3b00001-415d-465e-aadf-38cece9d9a3a-root {
    text-align: left;
  }


#s-b3b00001-415d-465e-aadf-38cece9d9a3a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b3b00001-415d-465e-aadf-38cece9d9a3a-root {
    text-align: left;
  }


#s-b3b00001-415d-465e-aadf-38cece9d9a3a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3b00001-415d-465e-aadf-38cece9d9a3a-root {
    text-align: left;
  }


#s-b3b00001-415d-465e-aadf-38cece9d9a3a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3b00001-415d-465e-aadf-38cece9d9a3a-root {
    text-align: left;
  }


#s-b3b00001-415d-465e-aadf-38cece9d9a3a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b3b00001-415d-465e-aadf-38cece9d9a3a-root {
    text-align: left;
  }


#s-b3b00001-415d-465e-aadf-38cece9d9a3a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-04d132ca-8ce6-4f7c-a23e-04c97848398a {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-04d132ca-8ce6-4f7c-a23e-04c97848398a {
  display: none;
}
#s-04d132ca-8ce6-4f7c-a23e-04c97848398a, #wrap-s-04d132ca-8ce6-4f7c-a23e-04c97848398a, #wrap-content-s-04d132ca-8ce6-4f7c-a23e-04c97848398a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04d132ca-8ce6-4f7c-a23e-04c97848398a {
  display: none;
}
#s-04d132ca-8ce6-4f7c-a23e-04c97848398a, #wrap-s-04d132ca-8ce6-4f7c-a23e-04c97848398a, #wrap-content-s-04d132ca-8ce6-4f7c-a23e-04c97848398a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04d132ca-8ce6-4f7c-a23e-04c97848398a {
  padding-bottom: 32px;
}
}@media (max-width: 767px){#s-04d132ca-8ce6-4f7c-a23e-04c97848398a {
  padding-bottom: 32px;
}
}







#s-04d132ca-8ce6-4f7c-a23e-04c97848398a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04d132ca-8ce6-4f7c-a23e-04c97848398a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e108188b-faae-414b-9988-f6f6d0e1f021 {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e108188b-faae-414b-9988-f6f6d0e1f021 {
  
}
}
@media (min-width: 0px) {
[id="s-e108188b-faae-414b-9988-f6f6d0e1f021"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e108188b-faae-414b-9988-f6f6d0e1f021"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e108188b-faae-414b-9988-f6f6d0e1f021"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e108188b-faae-414b-9988-f6f6d0e1f021"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e108188b-faae-414b-9988-f6f6d0e1f021"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e108188b-faae-414b-9988-f6f6d0e1f021"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-e108188b-faae-414b-9988-f6f6d0e1f021"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-af4fef1d-9273-4d18-839a-3791d6daf1e8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-af4fef1d-9273-4d18-839a-3791d6daf1e8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-ec85d7ad-5e29-4676-b71a-bf689862935b {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec85d7ad-5e29-4676-b71a-bf689862935b {
  margin-left: 8%;
}
}@media (max-width: 767px){#s-ec85d7ad-5e29-4676-b71a-bf689862935b {
  margin-left: -73%;
}
}
#s-ec85d7ad-5e29-4676-b71a-bf689862935b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-8d78ed29-b0f1-4242-896e-702b8c990fa0 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8d78ed29-b0f1-4242-896e-702b8c990fa0 {
  
}
}@media (max-width: 767px){#s-8d78ed29-b0f1-4242-896e-702b8c990fa0 {
  
}
}
#s-b9b1a9d0-ab00-4599-a4cd-ab6bcf9f2aaf {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-b9b1a9d0-ab00-4599-a4cd-ab6bcf9f2aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9b1a9d0-ab00-4599-a4cd-ab6bcf9f2aaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
  box-sizing: border-box;
}



.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
      position: relative;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
  box-sizing: border-box;
}



.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
      position: relative;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
  box-sizing: border-box;
}



.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
      position: relative;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
  box-sizing: border-box;
}



.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
      position: relative;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  margin: 0 !important;
  overflow: visible;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add background color handling */
  
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image {
  box-sizing: border-box;
}



.s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container {
      position: relative;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f588d6e1-7a8f-4089-a1c0-4e3f4e1967c8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-bceb6ef2-0ae6-455b-a5d7-6be09d969988 {
  margin-top: 10px;
}

#s-4ae9be73-bec5-4f47-b3a7-f3be8f829ad6 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365 {
  border-style: solid;
margin-top: 20px;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365 {
  margin-bottom: 0px;
}
}

  #s-a93b2222-4e24-41d5-9d5a-bdbc91f64365-root {
    text-align: center;
  }


#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a93b2222-4e24-41d5-9d5a-bdbc91f64365-root {
    text-align: center;
  }


#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a93b2222-4e24-41d5-9d5a-bdbc91f64365-root {
    text-align: center;
  }


#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a93b2222-4e24-41d5-9d5a-bdbc91f64365-root {
    text-align: center;
  }


#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a93b2222-4e24-41d5-9d5a-bdbc91f64365-root {
    text-align: center;
  }


#s-a93b2222-4e24-41d5-9d5a-bdbc91f64365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-62e5f72a-2fd6-44e3-855c-20080b44974d {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-69af975b-767a-4a92-9e26-230b3d3b175b {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69af975b-767a-4a92-9e26-230b3d3b175b {
  padding-top: 0px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-69af975b-767a-4a92-9e26-230b3d3b175b {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-69af975b-767a-4a92-9e26-230b3d3b175b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69af975b-767a-4a92-9e26-230b3d3b175b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d885755f-84eb-415a-a8d2-ef34e211db7b {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d885755f-84eb-415a-a8d2-ef34e211db7b {
  
}
}@media (max-width: 767px){#s-d885755f-84eb-415a-a8d2-ef34e211db7b {
  
}
}
@media (min-width: 0px) {
[id="s-d885755f-84eb-415a-a8d2-ef34e211db7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d885755f-84eb-415a-a8d2-ef34e211db7b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d885755f-84eb-415a-a8d2-ef34e211db7b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d885755f-84eb-415a-a8d2-ef34e211db7b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0d91b293-e290-461b-a4c0-4c89dcf42501 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
text-align: left;
}

#s-02ed9d78-91ee-458d-a503-9a3316c09dba {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02ed9d78-91ee-458d-a503-9a3316c09dba {
  display: none;
}
#s-02ed9d78-91ee-458d-a503-9a3316c09dba, #wrap-s-02ed9d78-91ee-458d-a503-9a3316c09dba, #wrap-content-s-02ed9d78-91ee-458d-a503-9a3316c09dba { display: none !important; }}@media (max-width: 767px){#s-02ed9d78-91ee-458d-a503-9a3316c09dba {
  display: none;
}
#s-02ed9d78-91ee-458d-a503-9a3316c09dba, #wrap-s-02ed9d78-91ee-458d-a503-9a3316c09dba, #wrap-content-s-02ed9d78-91ee-458d-a503-9a3316c09dba { display: none !important; }}







#s-02ed9d78-91ee-458d-a503-9a3316c09dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02ed9d78-91ee-458d-a503-9a3316c09dba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77 {
  
}
}
@media (min-width: 0px) {
[id="s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-4cbf2f17-f0cc-4e7f-a91e-0caf806bdb77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

}

#s-94902d5b-e096-46d1-9ae9-00dbb48e4ca3 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-94902d5b-e096-46d1-9ae9-00dbb48e4ca3 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 85px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-94902d5b-e096-46d1-9ae9-00dbb48e4ca3 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0.5px;
  text-align: left;
}


}
#s-e8b9f9f1-966d-433d-9293-9439b3289032 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-e8b9f9f1-966d-433d-9293-9439b3289032 {
  margin-left: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8b9f9f1-966d-433d-9293-9439b3289032 {
  margin-left: 3%;
margin-right: 0%;
}
}
#s-e8b9f9f1-966d-433d-9293-9439b3289032 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


@media (min-width: 1200px){#s-e8b9f9f1-966d-433d-9293-9439b3289032 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a {
  margin-top: 10px;
display: none;
}
#s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a, #wrap-s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a, #wrap-content-s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a { display: none !important; }}@media (max-width: 767px){#s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a {
  display: none;
}
#s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a, #wrap-s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a, #wrap-content-s-2b809c9e-c6c4-4e60-8484-f3f896e4ba2a { display: none !important; }}
#s-6704844f-8bf8-4770-a007-da68e4ce094f {
  margin-top: 20px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-6704844f-8bf8-4770-a007-da68e4ce094f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6704844f-8bf8-4770-a007-da68e4ce094f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  margin-top: 5px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5px;
  
}

.shg-image-content-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
  box-sizing: border-box;
}



.s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e1f03d-37a1-4702-8924-11d563bb49db {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
      position: relative;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
  box-sizing: border-box;
}



.s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e1f03d-37a1-4702-8924-11d563bb49db {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
      position: relative;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
  box-sizing: border-box;
}



.s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e1f03d-37a1-4702-8924-11d563bb49db {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
      position: relative;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
  box-sizing: border-box;
}



.s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e1f03d-37a1-4702-8924-11d563bb49db {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
      position: relative;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  margin: 0 !important;
  overflow: visible;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d1e1f03d-37a1-4702-8924-11d563bb49db {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add background color handling */
  
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1e1f03d-37a1-4702-8924-11d563bb49db .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d1e1f03d-37a1-4702-8924-11d563bb49db .shogun-image-content {
  
    justify-content: center;
  
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image {
  box-sizing: border-box;
}



.s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d1e1f03d-37a1-4702-8924-11d563bb49db {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container {
      position: relative;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1e1f03d-37a1-4702-8924-11d563bb49db img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-1aec671c-3414-4308-aa5d-795ff6dcb80d {
  margin-top: 5px;
}

#s-965f83f7-3253-4d13-b314-6ee76b066339 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}

#s-ff599b52-fb0e-467c-818d-9703da0fb6ef {
  margin-left: 3%;
margin-right: 3%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ff599b52-fb0e-467c-818d-9703da0fb6ef {
  display: none;
}
#s-ff599b52-fb0e-467c-818d-9703da0fb6ef, #wrap-s-ff599b52-fb0e-467c-818d-9703da0fb6ef, #wrap-content-s-ff599b52-fb0e-467c-818d-9703da0fb6ef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff599b52-fb0e-467c-818d-9703da0fb6ef {
  display: none;
}
#s-ff599b52-fb0e-467c-818d-9703da0fb6ef, #wrap-s-ff599b52-fb0e-467c-818d-9703da0fb6ef, #wrap-content-s-ff599b52-fb0e-467c-818d-9703da0fb6ef { display: none !important; }}@media (max-width: 767px){#s-ff599b52-fb0e-467c-818d-9703da0fb6ef {
  padding-bottom: 32px;
}
}







#s-ff599b52-fb0e-467c-818d-9703da0fb6ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff599b52-fb0e-467c-818d-9703da0fb6ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-547c75b2-e28e-4d28-b852-23a87537648d {
  margin-top: 20px;
margin-right: -2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-547c75b2-e28e-4d28-b852-23a87537648d {
  
}
}
@media (min-width: 0px) {
[id="s-547c75b2-e28e-4d28-b852-23a87537648d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-547c75b2-e28e-4d28-b852-23a87537648d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-547c75b2-e28e-4d28-b852-23a87537648d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-547c75b2-e28e-4d28-b852-23a87537648d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-547c75b2-e28e-4d28-b852-23a87537648d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-547c75b2-e28e-4d28-b852-23a87537648d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-547c75b2-e28e-4d28-b852-23a87537648d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-debaad62-3c03-439c-8cfc-90f24c682641 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-debaad62-3c03-439c-8cfc-90f24c682641 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 70px;
  line-height: 0.9em;
  letter-spacing: 0.5px;
  text-align: left;
}



#s-7ee105a7-f418-42ea-99d7-4f0d43b0dd5c {
  margin-left: -70%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ee105a7-f418-42ea-99d7-4f0d43b0dd5c {
  margin-left: 8%;
}
}@media (max-width: 767px){#s-7ee105a7-f418-42ea-99d7-4f0d43b0dd5c {
  margin-left: -75%;
}
}
#s-7ee105a7-f418-42ea-99d7-4f0d43b0dd5c .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}



#s-89124480-3969-4f3f-8a66-c098b24959d0 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-89124480-3969-4f3f-8a66-c098b24959d0 {
  
}
}@media (max-width: 767px){#s-89124480-3969-4f3f-8a66-c098b24959d0 {
  
}
}
#s-891b3db3-6fed-490c-8a1e-5b1c5fbdf71c {
  margin-top: 10px;
margin-left: -1%;
margin-right: -1%;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(55, 74, 77, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(235, 241, 239, 1);
}








#s-891b3db3-6fed-490c-8a1e-5b1c5fbdf71c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-891b3db3-6fed-490c-8a1e-5b1c5fbdf71c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  margin-top: 0px;
max-width: 120px;
aspect-ratio: 512/102;
text-align: left;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
  box-sizing: border-box;
}



.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
      position: relative;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
  box-sizing: border-box;
}



.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
      position: relative;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
  box-sizing: border-box;
}



.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
      position: relative;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
  box-sizing: border-box;
}



.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
      position: relative;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}@media (max-width: 767px){#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  margin: 0 !important;
  overflow: visible;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add background color handling */
  
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }

    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-link {
      aspect-ratio: 512/102;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 120px;
  }



  img.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f .shogun-image-content {
  
    justify-content: center;
  
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image {
  box-sizing: border-box;
}



.s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f {
      --shg-aspect-ratio: calc(512/102); 
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container {
      position: relative;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e8bfdf4-44f5-455a-84ae-fc0c005b8f9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-9075a4cf-158b-495b-9fe5-ea3b9012222a {
  margin-top: 10px;
}

#s-1934b512-908f-4503-86c8-05855399b109 {
  margin-top: 21px;
margin-bottom: -20px;
margin-right: auto;
}
@media (max-width: 767px){#s-1934b512-908f-4503-86c8-05855399b109 {
  margin-top: 15px;
}
}
#s-7f5627d4-3a7d-4d92-aebe-fd15c3390f39 {
  margin-right: 0%;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(49, 70, 67, 1);
}
@media (min-width: 1200px){#s-7f5627d4-3a7d-4d92-aebe-fd15c3390f39 {
  padding-top: 32px;
padding-bottom: 32px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f5627d4-3a7d-4d92-aebe-fd15c3390f39 {
  padding-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f5627d4-3a7d-4d92-aebe-fd15c3390f39 {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-7f5627d4-3a7d-4d92-aebe-fd15c3390f39 {
  padding-top: 32px;
padding-bottom: 20px;
}
}







#s-7f5627d4-3a7d-4d92-aebe-fd15c3390f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f5627d4-3a7d-4d92-aebe-fd15c3390f39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3874c169-581c-48e3-8d43-393c6e9c6a87 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-b61e82aa-142f-46e1-91a5-5a80e01e1f89 {
  margin-top: 5px;
text-align: center;
}
@media (max-width: 767px){#s-b61e82aa-142f-46e1-91a5-5a80e01e1f89 {
  margin-top: 0px;
}
}
#s-b61e82aa-142f-46e1-91a5-5a80e01e1f89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b61e82aa-142f-46e1-91a5-5a80e01e1f89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-b61e82aa-142f-46e1-91a5-5a80e01e1f89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}
#s-0f01142b-2368-4fcf-9533-e403587868f3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0f01142b-2368-4fcf-9533-e403587868f3 {
  background-color: rgba(49, 70, 67, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f01142b-2368-4fcf-9533-e403587868f3 {
  background-color: rgba(49, 70, 67, 1);
}
}@media (max-width: 767px){#s-0f01142b-2368-4fcf-9533-e403587868f3 {
  margin-top: 0px;
background-color: rgba(49, 70, 67, 1);
}
}
#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7 {
  border-style: solid;
margin-top: 32px;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7 {
  margin-top: 0px;
}
}

  #s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7-root {
    text-align: center;
  }


#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7-root {
    text-align: center;
  }


#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7-root {
    text-align: center;
  }


#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7-root {
    text-align: center;
  }


#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7-root {
    text-align: center;
  }


#s-569aebc4-797e-47ab-b4b0-ed9bcd42f5a7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-e705210e-6401-4793-8697-ae1cc5087a91 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(205, 228, 224, 1);
}
@media (max-width: 767px){#s-e705210e-6401-4793-8697-ae1cc5087a91 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-e705210e-6401-4793-8697-ae1cc5087a91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e705210e-6401-4793-8697-ae1cc5087a91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1356d6e7-7332-4ce6-a397-68177ab14b5c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-1356d6e7-7332-4ce6-a397-68177ab14b5c {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-1356d6e7-7332-4ce6-a397-68177ab14b5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1356d6e7-7332-4ce6-a397-68177ab14b5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1356d6e7-7332-4ce6-a397-68177ab14b5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1356d6e7-7332-4ce6-a397-68177ab14b5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1356d6e7-7332-4ce6-a397-68177ab14b5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1356d6e7-7332-4ce6-a397-68177ab14b5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1356d6e7-7332-4ce6-a397-68177ab14b5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-4491d120-f7e8-45fd-8f46-1b653ea85e3e {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-4491d120-f7e8-45fd-8f46-1b653ea85e3e {
  margin-top: 0px;
display: none;
}
#s-4491d120-f7e8-45fd-8f46-1b653ea85e3e, #wrap-s-4491d120-f7e8-45fd-8f46-1b653ea85e3e, #wrap-content-s-4491d120-f7e8-45fd-8f46-1b653ea85e3e { display: none !important; }}
#s-4491d120-f7e8-45fd-8f46-1b653ea85e3e .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (max-width: 767px){#s-4491d120-f7e8-45fd-8f46-1b653ea85e3e .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a {
  display: none;
}
#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a, #wrap-s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a, #wrap-content-s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a {
  display: none;
}
#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a, #wrap-s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a, #wrap-content-s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a {
  display: none;
}
#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a, #wrap-s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a, #wrap-content-s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a { display: none !important; }}@media (max-width: 767px){#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a {
  margin-top: 0px;
}
}
#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (max-width: 767px){#s-7c8e6ed2-fad6-49e9-a9e0-babf8cc9550a .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-8d8bc2f1-b395-4448-b420-eb495e03790f {
  border-style: solid;
padding-top: 5px;
padding-left: 35px;
padding-bottom: 5px;
padding-right: 35px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 25px;
background-color: rgba(204, 71, 25, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8d8bc2f1-b395-4448-b420-eb495e03790f:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8d8bc2f1-b395-4448-b420-eb495e03790f:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8d8bc2f1-b395-4448-b420-eb495e03790f {
  margin-top: 10px;
margin-bottom: 10px;
}
}

  #s-8d8bc2f1-b395-4448-b420-eb495e03790f-root {
    text-align: center;
  }


#s-8d8bc2f1-b395-4448-b420-eb495e03790f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8d8bc2f1-b395-4448-b420-eb495e03790f-root {
    text-align: center;
  }


#s-8d8bc2f1-b395-4448-b420-eb495e03790f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8d8bc2f1-b395-4448-b420-eb495e03790f-root {
    text-align: center;
  }


#s-8d8bc2f1-b395-4448-b420-eb495e03790f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8d8bc2f1-b395-4448-b420-eb495e03790f-root {
    text-align: center;
  }


#s-8d8bc2f1-b395-4448-b420-eb495e03790f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8d8bc2f1-b395-4448-b420-eb495e03790f-root {
    text-align: center;
  }


#s-8d8bc2f1-b395-4448-b420-eb495e03790f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  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;
  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;
}
