.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-65d480f3-8e6e-4108-a9e2-ef92dba1b58a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-65d480f3-8e6e-4108-a9e2-ef92dba1b58a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65d480f3-8e6e-4108-a9e2-ef92dba1b58a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f100dc2-0d41-45e3-ba8a-6227251fe979 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 64px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
min-height: 50px;
background-color: rgba(221, 235, 225, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9f100dc2-0d41-45e3-ba8a-6227251fe979 {
  
}
}@media (max-width: 767px){#s-9f100dc2-0d41-45e3-ba8a-6227251fe979 {
  padding-bottom: 32px;
}
}







#s-9f100dc2-0d41-45e3-ba8a-6227251fe979 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9f100dc2-0d41-45e3-ba8a-6227251fe979.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-4c49f16c-fa6f-494f-a9ef-cf65653880d7 {
  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-4c49f16c-fa6f-494f-a9ef-cf65653880d7:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c49f16c-fa6f-494f-a9ef-cf65653880d7:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4c49f16c-fa6f-494f-a9ef-cf65653880d7-root {
    text-align: center;
  }


#s-4c49f16c-fa6f-494f-a9ef-cf65653880d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4c49f16c-fa6f-494f-a9ef-cf65653880d7-root {
    text-align: center;
  }


#s-4c49f16c-fa6f-494f-a9ef-cf65653880d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c49f16c-fa6f-494f-a9ef-cf65653880d7-root {
    text-align: center;
  }


#s-4c49f16c-fa6f-494f-a9ef-cf65653880d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c49f16c-fa6f-494f-a9ef-cf65653880d7-root {
    text-align: center;
  }


#s-4c49f16c-fa6f-494f-a9ef-cf65653880d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4c49f16c-fa6f-494f-a9ef-cf65653880d7-root {
    text-align: center;
  }


#s-4c49f16c-fa6f-494f-a9ef-cf65653880d7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-b1332d35-f2c0-4b6e-b18f-0334d1aa03e3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-b1332d35-f2c0-4b6e-b18f-0334d1aa03e3 {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-b1332d35-f2c0-4b6e-b18f-0334d1aa03e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b1332d35-f2c0-4b6e-b18f-0334d1aa03e3.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-424fec17-19bd-4864-af19-f9c9d986830f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-424fec17-19bd-4864-af19-f9c9d986830f {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-424fec17-19bd-4864-af19-f9c9d986830f .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-424fec17-19bd-4864-af19-f9c9d986830f .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-424fec17-19bd-4864-af19-f9c9d986830f .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
.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-057090a1-33e1-425a-add5-83b352efe771 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (max-width: 767px){#s-057090a1-33e1-425a-add5-83b352efe771 {
  margin-left: 3%;
margin-right: 3%;
}
}
.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-1bb1e07c-ebb7-4279-9bae-e3a80b537f20 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20 {
  display: none;
}
#s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20, #wrap-s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20, #wrap-content-s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20 { display: none !important; }}@media (max-width: 767px){#s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20 {
  display: none;
}
#s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20, #wrap-s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20, #wrap-content-s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bb1e07c-ebb7-4279-9bae-e3a80b537f20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5fc7fb5c-5d13-4d37-8227-1812b4f83fd0 {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-5fc7fb5c-5d13-4d37-8227-1812b4f83fd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5fc7fb5c-5d13-4d37-8227-1812b4f83fd0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
  box-sizing: border-box;
}



.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
      position: relative;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
  box-sizing: border-box;
}



.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
      position: relative;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
  box-sizing: border-box;
}



.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
      position: relative;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
  box-sizing: border-box;
}



.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
      position: relative;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (max-width: 767px){#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  margin: 0 !important;
  overflow: visible;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add background color handling */
  
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb .shogun-image-content {
  
    justify-content: center;
  
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image {
  box-sizing: border-box;
}



.s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container {
      position: relative;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7f548ad-d626-4dc7-b7e7-e2f58d06d2cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-6c031eba-71bf-4de2-9835-b2410e3121b6 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6c031eba-71bf-4de2-9835-b2410e3121b6 .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: center;
}



#s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac {
  display: none;
}
#s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac, #wrap-s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac, #wrap-content-s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac { display: none !important; }}@media (max-width: 767px){#s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac {
  display: none;
}
#s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac, #wrap-s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac, #wrap-content-s-9782ac48-e2d5-4ecb-9ca1-c0a9499876ac { display: none !important; }}
#s-0a14139a-e8d0-45b4-8e32-851b09a26a54 {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-0a14139a-e8d0-45b4-8e32-851b09a26a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a14139a-e8d0-45b4-8e32-851b09a26a54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
  box-sizing: border-box;
}



.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
      position: relative;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
  box-sizing: border-box;
}



.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
      position: relative;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
  box-sizing: border-box;
}



.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
      position: relative;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
  box-sizing: border-box;
}



.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
      position: relative;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (max-width: 767px){#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  margin: 0 !important;
  overflow: visible;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add background color handling */
  
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image {
  box-sizing: border-box;
}



.s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container {
      position: relative;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fb4c4b3-6f26-4f4b-bbbd-ebaa057b23d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-b8fd2ad9-7b5d-4dc0-b21f-31b79d5c9d8e {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b8fd2ad9-7b5d-4dc0-b21f-31b79d5c9d8e .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: center;
}



#s-416207f5-81ca-404f-bf93-4189970836b3 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-416207f5-81ca-404f-bf93-4189970836b3 {
  display: none;
}
#s-416207f5-81ca-404f-bf93-4189970836b3, #wrap-s-416207f5-81ca-404f-bf93-4189970836b3, #wrap-content-s-416207f5-81ca-404f-bf93-4189970836b3 { display: none !important; }}@media (max-width: 767px){#s-416207f5-81ca-404f-bf93-4189970836b3 {
  display: none;
}
#s-416207f5-81ca-404f-bf93-4189970836b3, #wrap-s-416207f5-81ca-404f-bf93-4189970836b3, #wrap-content-s-416207f5-81ca-404f-bf93-4189970836b3 { display: none !important; }}
#s-3a61cbb8-ac52-4f38-94e1-8a2681ea7a97 {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-3a61cbb8-ac52-4f38-94e1-8a2681ea7a97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a61cbb8-ac52-4f38-94e1-8a2681ea7a97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  margin-left: auto;
margin-right: auto;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
  box-sizing: border-box;
}



.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
      position: relative;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
  box-sizing: border-box;
}



.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
      position: relative;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
  box-sizing: border-box;
}



.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
      position: relative;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
  box-sizing: border-box;
}



.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
      position: relative;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}@media (max-width: 767px){#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  margin: 0 !important;
  overflow: visible;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add background color handling */
  
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 280px;
  }



  img.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image {
  box-sizing: border-box;
}



.s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container {
      position: relative;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9eb94335-c15f-439d-83dc-ad3d70d3c321 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-cd15626f-8eed-4f84-9423-8ab48624b165 {
  margin-top: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cd15626f-8eed-4f84-9423-8ab48624b165 .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: center;
}



#s-717555e6-cb19-476a-811b-95ac74bacdee {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-717555e6-cb19-476a-811b-95ac74bacdee {
  display: none;
}
#s-717555e6-cb19-476a-811b-95ac74bacdee, #wrap-s-717555e6-cb19-476a-811b-95ac74bacdee, #wrap-content-s-717555e6-cb19-476a-811b-95ac74bacdee { display: none !important; }}@media (max-width: 767px){#s-717555e6-cb19-476a-811b-95ac74bacdee {
  display: none;
}
#s-717555e6-cb19-476a-811b-95ac74bacdee, #wrap-s-717555e6-cb19-476a-811b-95ac74bacdee, #wrap-content-s-717555e6-cb19-476a-811b-95ac74bacdee { display: none !important; }}
#s-44e7348a-94dc-41e9-a304-66ed8db685de {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44e7348a-94dc-41e9-a304-66ed8db685de {
  display: none;
}
#s-44e7348a-94dc-41e9-a304-66ed8db685de, #wrap-s-44e7348a-94dc-41e9-a304-66ed8db685de, #wrap-content-s-44e7348a-94dc-41e9-a304-66ed8db685de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44e7348a-94dc-41e9-a304-66ed8db685de {
  display: none;
}
#s-44e7348a-94dc-41e9-a304-66ed8db685de, #wrap-s-44e7348a-94dc-41e9-a304-66ed8db685de, #wrap-content-s-44e7348a-94dc-41e9-a304-66ed8db685de { display: none !important; }}







#s-44e7348a-94dc-41e9-a304-66ed8db685de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44e7348a-94dc-41e9-a304-66ed8db685de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b1399b4-52ba-4708-9c1d-46468c6d8c03 {
  margin-top: 32px;
}
@media (min-width: 1200px){#s-4b1399b4-52ba-4708-9c1d-46468c6d8c03 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b1399b4-52ba-4708-9c1d-46468c6d8c03 {
  
}
}@media (max-width: 767px){#s-4b1399b4-52ba-4708-9c1d-46468c6d8c03 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-4b1399b4-52ba-4708-9c1d-46468c6d8c03"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4b1399b4-52ba-4708-9c1d-46468c6d8c03"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4b1399b4-52ba-4708-9c1d-46468c6d8c03"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b1399b4-52ba-4708-9c1d-46468c6d8c03"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-52c08179-dcce-4197-9a49-acebc05193c1 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
max-width: 102px;
aspect-ratio: 1/1;
text-align: left;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
  box-sizing: border-box;
}



.s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52c08179-dcce-4197-9a49-acebc05193c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
      position: relative;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

@media (min-width: 1200px){#s-52c08179-dcce-4197-9a49-acebc05193c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
  box-sizing: border-box;
}



.s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52c08179-dcce-4197-9a49-acebc05193c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
      position: relative;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-52c08179-dcce-4197-9a49-acebc05193c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
  box-sizing: border-box;
}



.s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52c08179-dcce-4197-9a49-acebc05193c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
      position: relative;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-52c08179-dcce-4197-9a49-acebc05193c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
  box-sizing: border-box;
}



.s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52c08179-dcce-4197-9a49-acebc05193c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
      position: relative;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (max-width: 767px){#s-52c08179-dcce-4197-9a49-acebc05193c1 {
  margin: 0 !important;
  overflow: visible;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-52c08179-dcce-4197-9a49-acebc05193c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add background color handling */
  
}

#s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52c08179-dcce-4197-9a49-acebc05193c1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-52c08179-dcce-4197-9a49-acebc05193c1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image {
  box-sizing: border-box;
}



.s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-52c08179-dcce-4197-9a49-acebc05193c1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container {
      position: relative;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52c08179-dcce-4197-9a49-acebc05193c1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}
#s-ec24d7fc-14e0-47f1-97b6-228eeb9137ae {
  margin-left: -45%;
min-height: 50px;
}








#s-ec24d7fc-14e0-47f1-97b6-228eeb9137ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec24d7fc-14e0-47f1-97b6-228eeb9137ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10c53dcf-7161-43f9-ad4d-e7f10e99e04d {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-10c53dcf-7161-43f9-ad4d-e7f10e99e04d .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;
}


@media (max-width: 767px){#s-10c53dcf-7161-43f9-ad4d-e7f10e99e04d .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-1b41bd68-6df0-4e57-beae-1e911c4b5456 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d {
  
}
}@media (max-width: 767px){#s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d7ac0b8-2fee-40a0-944d-39eb477aa44d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
max-width: 102px;
aspect-ratio: 1/1;
text-align: left;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  margin: 0 !important;
  overflow: visible;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add background color handling */
  
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
  box-sizing: border-box;
}



.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
      position: relative;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

@media (min-width: 1200px){#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  margin: 0 !important;
  overflow: visible;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add background color handling */
  
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
  box-sizing: border-box;
}



.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
      position: relative;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  margin: 0 !important;
  overflow: visible;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add background color handling */
  
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
  box-sizing: border-box;
}



.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
      position: relative;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  margin: 0 !important;
  overflow: visible;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add background color handling */
  
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
  box-sizing: border-box;
}



.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
      position: relative;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (max-width: 767px){#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  margin: 0 !important;
  overflow: visible;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add background color handling */
  
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image {
  box-sizing: border-box;
}



.s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container {
      position: relative;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f2f2ccda-56bb-44cf-b817-4deb0919e37d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}
#s-50065d44-ec2c-4725-97e5-384c7d9bca74 {
  margin-left: -45%;
min-height: 50px;
}








#s-50065d44-ec2c-4725-97e5-384c7d9bca74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-50065d44-ec2c-4725-97e5-384c7d9bca74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c850a7-8077-4caf-b0c2-971d89f47b5a {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-70c850a7-8077-4caf-b0c2-971d89f47b5a .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;
}


@media (max-width: 767px){#s-70c850a7-8077-4caf-b0c2-971d89f47b5a .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-36376a23-517f-4db6-807e-4dff7f9b92e4 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-fde3c035-e638-45fe-aad1-8abbf263d312 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-fde3c035-e638-45fe-aad1-8abbf263d312 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fde3c035-e638-45fe-aad1-8abbf263d312 {
  
}
}@media (max-width: 767px){#s-fde3c035-e638-45fe-aad1-8abbf263d312 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-fde3c035-e638-45fe-aad1-8abbf263d312"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fde3c035-e638-45fe-aad1-8abbf263d312"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fde3c035-e638-45fe-aad1-8abbf263d312"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fde3c035-e638-45fe-aad1-8abbf263d312"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-65b8b895-fd30-4e74-8985-f76c36764990 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
max-width: 102px;
aspect-ratio: 1/1;
text-align: left;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 {
  margin: 0 !important;
  overflow: visible;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add background color handling */
  
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
  box-sizing: border-box;
}



.s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65b8b895-fd30-4e74-8985-f76c36764990 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
      position: relative;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

@media (min-width: 1200px){#s-65b8b895-fd30-4e74-8985-f76c36764990 {
  margin: 0 !important;
  overflow: visible;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add background color handling */
  
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
  box-sizing: border-box;
}



.s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65b8b895-fd30-4e74-8985-f76c36764990 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
      position: relative;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-65b8b895-fd30-4e74-8985-f76c36764990 {
  margin: 0 !important;
  overflow: visible;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add background color handling */
  
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
  box-sizing: border-box;
}



.s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65b8b895-fd30-4e74-8985-f76c36764990 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
      position: relative;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-65b8b895-fd30-4e74-8985-f76c36764990 {
  margin: 0 !important;
  overflow: visible;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add background color handling */
  
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
  box-sizing: border-box;
}



.s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65b8b895-fd30-4e74-8985-f76c36764990 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
      position: relative;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}@media (max-width: 767px){#s-65b8b895-fd30-4e74-8985-f76c36764990 {
  margin: 0 !important;
  overflow: visible;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-65b8b895-fd30-4e74-8985-f76c36764990 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add background color handling */
  
}

#s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-65b8b895-fd30-4e74-8985-f76c36764990 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 102px;
  }



  img.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
    
    
    
    max-height: 102px;
  }


.s-65b8b895-fd30-4e74-8985-f76c36764990 .shogun-image-content {
  
    justify-content: center;
  
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image {
  box-sizing: border-box;
}



.s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-65b8b895-fd30-4e74-8985-f76c36764990 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container {
      position: relative;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65b8b895-fd30-4e74-8985-f76c36764990 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 102px;
    }
  }

}
#s-99e5d804-3ebf-482b-b47c-92e386978143 {
  margin-left: -45%;
min-height: 50px;
}








#s-99e5d804-3ebf-482b-b47c-92e386978143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99e5d804-3ebf-482b-b47c-92e386978143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c07895d-5a5e-4f6f-bfa0-f0c6d0211705 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3c07895d-5a5e-4f6f-bfa0-f0c6d0211705 .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;
}


@media (max-width: 767px){#s-3c07895d-5a5e-4f6f-bfa0-f0c6d0211705 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-b982547e-f712-4f85-ab0b-d1b426c8f4ac {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-75c20963-2ec1-417c-98b7-1e8fe58dd7ce {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(247, 235, 211, 1);
}








#s-75c20963-2ec1-417c-98b7-1e8fe58dd7ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75c20963-2ec1-417c-98b7-1e8fe58dd7ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7 {
  display: none;
}
#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7, #wrap-s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7, #wrap-content-s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7 {
  display: none;
}
#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7, #wrap-s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7, #wrap-content-s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7 {
  
}
}







#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65eabd7c-9bf9-4ede-9c49-4611ca02eae7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37ea8779-aeaf-4358-ac5e-d5fa15c56aa9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-37ea8779-aeaf-4358-ac5e-d5fa15c56aa9 .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;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-37ea8779-aeaf-4358-ac5e-d5fa15c56aa9 .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;
  text-align: center;
}


}@media (max-width: 767px){#s-37ea8779-aeaf-4358-ac5e-d5fa15c56aa9 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}


}
#s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  margin-top: 10px;
max-width: 180px;
text-align: center;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-b99ad764-cbeb-460b-8471-af0d41c20857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
  box-sizing: border-box;
}



.s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-b99ad764-cbeb-460b-8471-af0d41c20857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
  box-sizing: border-box;
}



.s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-b99ad764-cbeb-460b-8471-af0d41c20857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
  box-sizing: border-box;
}



.s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-b99ad764-cbeb-460b-8471-af0d41c20857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
  box-sizing: border-box;
}



.s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  margin: 0 !important;
  overflow: visible;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b99ad764-cbeb-460b-8471-af0d41c20857 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add background color handling */
  
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-b99ad764-cbeb-460b-8471-af0d41c20857 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b99ad764-cbeb-460b-8471-af0d41c20857.shogun-image {
  box-sizing: border-box;
}



.s-b99ad764-cbeb-460b-8471-af0d41c20857 img.shogun-image {
  
}


}
#s-57463f54-7d06-4695-a2d6-d4c796eb68d7 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-57463f54-7d06-4695-a2d6-d4c796eb68d7 {
  margin-left: auto;
margin-right: auto;
}
}
#s-14c83437-f289-4cc8-a310-819581457549 {
  margin-top: 32px;
}
@media (min-width: 1200px){#s-14c83437-f289-4cc8-a310-819581457549 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-14c83437-f289-4cc8-a310-819581457549 {
  
}
}@media (max-width: 767px){#s-14c83437-f289-4cc8-a310-819581457549 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-14c83437-f289-4cc8-a310-819581457549"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-14c83437-f289-4cc8-a310-819581457549"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14c83437-f289-4cc8-a310-819581457549"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14c83437-f289-4cc8-a310-819581457549"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  max-width: 100px;
text-align: left;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7c45a034-ccba-43aa-a19d-c41177ca7288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
  box-sizing: border-box;
}



.s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7c45a034-ccba-43aa-a19d-c41177ca7288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
  box-sizing: border-box;
}



.s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7c45a034-ccba-43aa-a19d-c41177ca7288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
  box-sizing: border-box;
}



.s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7c45a034-ccba-43aa-a19d-c41177ca7288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
  box-sizing: border-box;
}



.s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c45a034-ccba-43aa-a19d-c41177ca7288 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-7c45a034-ccba-43aa-a19d-c41177ca7288 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c45a034-ccba-43aa-a19d-c41177ca7288.shogun-image {
  box-sizing: border-box;
}



.s-7c45a034-ccba-43aa-a19d-c41177ca7288 img.shogun-image {
  
}


}
#s-d9b1dc3f-655f-4af4-a5c9-e97455701eae {
  margin-left: -62%;
min-height: 50px;
}
@media (max-width: 767px){#s-d9b1dc3f-655f-4af4-a5c9-e97455701eae {
  margin-left: -50%;
}
}







#s-d9b1dc3f-655f-4af4-a5c9-e97455701eae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d9b1dc3f-655f-4af4-a5c9-e97455701eae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b220b2f5-09b0-40e8-860c-e9ca15ffc640 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b220b2f5-09b0-40e8-860c-e9ca15ffc640 .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;
}


@media (max-width: 767px){#s-b220b2f5-09b0-40e8-860c-e9ca15ffc640 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-ddc90686-dc7e-4f34-9f44-7605b6a7e2ed {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0px;
}

#s-e02659af-088b-4a47-bd03-9e93473c78b7 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-e02659af-088b-4a47-bd03-9e93473c78b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e02659af-088b-4a47-bd03-9e93473c78b7 {
  
}
}@media (max-width: 767px){#s-e02659af-088b-4a47-bd03-9e93473c78b7 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-e02659af-088b-4a47-bd03-9e93473c78b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e02659af-088b-4a47-bd03-9e93473c78b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e02659af-088b-4a47-bd03-9e93473c78b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e02659af-088b-4a47-bd03-9e93473c78b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  max-width: 100px;
text-align: left;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
  box-sizing: border-box;
}



.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  
}


@media (min-width: 1200px){#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
  box-sizing: border-box;
}



.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
  box-sizing: border-box;
}



.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
  box-sizing: border-box;
}



.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  
}


}@media (max-width: 767px){#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  margin: 0 !important;
  overflow: visible;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add background color handling */
  
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8701bdd2-b7d6-43d0-aeaa-6433d411f032.shogun-image {
  box-sizing: border-box;
}



.s-8701bdd2-b7d6-43d0-aeaa-6433d411f032 img.shogun-image {
  
}


}
#s-eca7785d-8443-4522-bf16-69f493ef3df2 {
  margin-left: -62%;
min-height: 50px;
}
@media (max-width: 767px){#s-eca7785d-8443-4522-bf16-69f493ef3df2 {
  margin-left: -50%;
}
}







#s-eca7785d-8443-4522-bf16-69f493ef3df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eca7785d-8443-4522-bf16-69f493ef3df2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2078551b-20de-42f9-a390-93270047419d {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2078551b-20de-42f9-a390-93270047419d .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;
}


@media (max-width: 767px){#s-2078551b-20de-42f9-a390-93270047419d .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-d0a5602f-a0a6-4161-be9a-8f8a7cdc126d {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0px;
}

#s-2992af09-c4de-41d2-bea1-287d5dde1897 {
  margin-top: 20px;
}
@media (min-width: 1200px){#s-2992af09-c4de-41d2-bea1-287d5dde1897 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2992af09-c4de-41d2-bea1-287d5dde1897 {
  
}
}@media (max-width: 767px){#s-2992af09-c4de-41d2-bea1-287d5dde1897 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-2992af09-c4de-41d2-bea1-287d5dde1897"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2992af09-c4de-41d2-bea1-287d5dde1897"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2992af09-c4de-41d2-bea1-287d5dde1897"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2992af09-c4de-41d2-bea1-287d5dde1897"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  max-width: 100px;
text-align: left;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c6713aae-573d-4c49-802d-d158f71e3a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
  box-sizing: border-box;
}



.s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  
}


@media (min-width: 1200px){#s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c6713aae-573d-4c49-802d-d158f71e3a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
  box-sizing: border-box;
}



.s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c6713aae-573d-4c49-802d-d158f71e3a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
  box-sizing: border-box;
}



.s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c6713aae-573d-4c49-802d-d158f71e3a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
  box-sizing: border-box;
}



.s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  
}


}@media (max-width: 767px){#s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  margin: 0 !important;
  overflow: visible;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c6713aae-573d-4c49-802d-d158f71e3a9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add background color handling */
  
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-c6713aae-573d-4c49-802d-d158f71e3a9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6713aae-573d-4c49-802d-d158f71e3a9d.shogun-image {
  box-sizing: border-box;
}



.s-c6713aae-573d-4c49-802d-d158f71e3a9d img.shogun-image {
  
}


}
#s-2b386419-537a-46ba-bf39-bc6a307abdf9 {
  margin-left: -62%;
min-height: 50px;
}
@media (max-width: 767px){#s-2b386419-537a-46ba-bf39-bc6a307abdf9 {
  margin-left: -50%;
}
}







#s-2b386419-537a-46ba-bf39-bc6a307abdf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b386419-537a-46ba-bf39-bc6a307abdf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fb74708-5235-46ef-81b2-6941eb004fb6 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7fb74708-5235-46ef-81b2-6941eb004fb6 .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;
}


@media (max-width: 767px){#s-7fb74708-5235-46ef-81b2-6941eb004fb6 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  text-align: left;
}


}
#s-8873afa2-2ce6-400b-9c34-b1201cab9b40 {
  margin-top: 3px;
margin-left: 0%;
margin-right: 0px;
}

#s-376f6001-7482-4d16-a3b7-9a0271235c61 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
}
@media (min-width: 768px) and (max-width: 991px){#s-376f6001-7482-4d16-a3b7-9a0271235c61 {
  display: none;
}
#s-376f6001-7482-4d16-a3b7-9a0271235c61, #wrap-s-376f6001-7482-4d16-a3b7-9a0271235c61, #wrap-content-s-376f6001-7482-4d16-a3b7-9a0271235c61 { display: none !important; }}@media (max-width: 767px){#s-376f6001-7482-4d16-a3b7-9a0271235c61 {
  display: none;
}
#s-376f6001-7482-4d16-a3b7-9a0271235c61, #wrap-s-376f6001-7482-4d16-a3b7-9a0271235c61, #wrap-content-s-376f6001-7482-4d16-a3b7-9a0271235c61 { display: none !important; }}
@media (min-width: 0px) {
[id="s-376f6001-7482-4d16-a3b7-9a0271235c61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-376f6001-7482-4d16-a3b7-9a0271235c61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-376f6001-7482-4d16-a3b7-9a0271235c61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-376f6001-7482-4d16-a3b7-9a0271235c61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc169452-1e63-4372-a194-2f1a33b66042 {
  min-height: 50px;
}








#s-bc169452-1e63-4372-a194-2f1a33b66042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc169452-1e63-4372-a194-2f1a33b66042.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e4479e1-c6ad-4a0d-92e0-c0d4e0da88b6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-7e4479e1-c6ad-4a0d-92e0-c0d4e0da88b6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-7e4479e1-c6ad-4a0d-92e0-c0d4e0da88b6 .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;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7e4479e1-c6ad-4a0d-92e0-c0d4e0da88b6 .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;
  text-align: left;
}


}@media (max-width: 767px){#s-7e4479e1-c6ad-4a0d-92e0-c0d4e0da88b6 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  text-align: center;
}


}
#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  margin-top: 32px;
max-width: 180px;
text-align: left;
}
@media (max-width: 767px){#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  text-align: center;
}
}
#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
  box-sizing: border-box;
}



.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  
}


@media (min-width: 1200px){#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
  box-sizing: border-box;
}



.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
  box-sizing: border-box;
}



.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
  box-sizing: border-box;
}



.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  
}


}@media (max-width: 767px){#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  margin: 0 !important;
  overflow: visible;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add background color handling */
  
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
    
    
    
    max-height: 180px;
  }


.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 .shogun-image-content {
  
    justify-content: center;
  
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b7acd17-5156-4adc-96b3-2b96d0dd1887.shogun-image {
  box-sizing: border-box;
}



.s-4b7acd17-5156-4adc-96b3-2b96d0dd1887 img.shogun-image {
  
}


}
#s-9c5fc203-760c-4d9e-a10b-30d8fc36a04d {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9c5fc203-760c-4d9e-a10b-30d8fc36a04d {
  margin-left: auto;
margin-right: auto;
}
}
#s-b0dec709-5cd2-49d9-8978-43070a9a50df {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-b0dec709-5cd2-49d9-8978-43070a9a50df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b0dec709-5cd2-49d9-8978-43070a9a50df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-741e03c9-7c62-4890-b592-de18837b1f0f {
  min-height: 50px;
}








#s-741e03c9-7c62-4890-b592-de18837b1f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-741e03c9-7c62-4890-b592-de18837b1f0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc12be29-4083-44a7-824a-61a42f1897a3 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-fc12be29-4083-44a7-824a-61a42f1897a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc12be29-4083-44a7-824a-61a42f1897a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc12be29-4083-44a7-824a-61a42f1897a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc12be29-4083-44a7-824a-61a42f1897a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  max-width: 100px;
text-align: left;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f9a28a-67f6-460e-b237-04725bc4e22f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
  box-sizing: border-box;
}



.s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  
}


@media (min-width: 1200px){#s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f9a28a-67f6-460e-b237-04725bc4e22f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
  box-sizing: border-box;
}



.s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f9a28a-67f6-460e-b237-04725bc4e22f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
  box-sizing: border-box;
}



.s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f9a28a-67f6-460e-b237-04725bc4e22f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
  box-sizing: border-box;
}



.s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  
}


}@media (max-width: 767px){#s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  margin: 0 !important;
  overflow: visible;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4f9a28a-67f6-460e-b237-04725bc4e22f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add background color handling */
  
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-b4f9a28a-67f6-460e-b237-04725bc4e22f .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4f9a28a-67f6-460e-b237-04725bc4e22f.shogun-image {
  box-sizing: border-box;
}



.s-b4f9a28a-67f6-460e-b237-04725bc4e22f img.shogun-image {
  
}


}
#s-552da98c-479b-4e67-94ee-eabec79c2282 {
  margin-left: -62%;
min-height: 50px;
}








#s-552da98c-479b-4e67-94ee-eabec79c2282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-552da98c-479b-4e67-94ee-eabec79c2282.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47a2e703-b97a-495d-aef2-1e63bd674636 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-47a2e703-b97a-495d-aef2-1e63bd674636 .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-e07a4b09-ea9a-418e-ac2b-a71697862940 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-0a875279-d8a6-4244-9734-3c99e7cf42c1 {
  margin-top: 32px;
min-height: 50px;
}








#s-0a875279-d8a6-4244-9734-3c99e7cf42c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0a875279-d8a6-4244-9734-3c99e7cf42c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc524549-1a39-46ba-8b19-7accdce1b36c {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-fc524549-1a39-46ba-8b19-7accdce1b36c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc524549-1a39-46ba-8b19-7accdce1b36c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc524549-1a39-46ba-8b19-7accdce1b36c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc524549-1a39-46ba-8b19-7accdce1b36c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  max-width: 100px;
text-align: left;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  margin: 0 !important;
  overflow: visible;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add background color handling */
  
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
  box-sizing: border-box;
}



.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  
}


@media (min-width: 1200px){#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  margin: 0 !important;
  overflow: visible;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add background color handling */
  
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
  box-sizing: border-box;
}



.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  margin: 0 !important;
  overflow: visible;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add background color handling */
  
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
  box-sizing: border-box;
}



.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  margin: 0 !important;
  overflow: visible;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add background color handling */
  
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
  box-sizing: border-box;
}



.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  
}


}@media (max-width: 767px){#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  margin: 0 !important;
  overflow: visible;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-fd954af6-3bed-4c9e-a271-3c0f60d3227a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add background color handling */
  
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a .shogun-image-content {
  
    justify-content: center;
  
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd954af6-3bed-4c9e-a271-3c0f60d3227a.shogun-image {
  box-sizing: border-box;
}



.s-fd954af6-3bed-4c9e-a271-3c0f60d3227a img.shogun-image {
  
}


}
#s-9cc781fa-25d2-4d7f-b0b3-2e7e5f204852 {
  margin-left: -62%;
min-height: 50px;
}








#s-9cc781fa-25d2-4d7f-b0b3-2e7e5f204852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9cc781fa-25d2-4d7f-b0b3-2e7e5f204852.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1c6e3dc-b6b1-4123-ae1f-12f9d84fd4a4 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e1c6e3dc-b6b1-4123-ae1f-12f9d84fd4a4 .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-f0759495-30f9-49eb-bd06-710978037578 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-1b1271d6-aac4-44b2-9b9d-0d22376a3d1e {
  margin-top: 32px;
min-height: 50px;
}








#s-1b1271d6-aac4-44b2-9b9d-0d22376a3d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b1271d6-aac4-44b2-9b9d-0d22376a3d1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83e18c00-518d-4392-93cc-b699985f82f5 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-83e18c00-518d-4392-93cc-b699985f82f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-83e18c00-518d-4392-93cc-b699985f82f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-83e18c00-518d-4392-93cc-b699985f82f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-83e18c00-518d-4392-93cc-b699985f82f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  max-width: 100px;
text-align: left;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
  box-sizing: border-box;
}



.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  
}


@media (min-width: 1200px){#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
  box-sizing: border-box;
}



.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
  box-sizing: border-box;
}



.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
  box-sizing: border-box;
}



.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  
}


}@media (max-width: 767px){#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  margin: 0 !important;
  overflow: visible;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-57ba5b80-90b6-4893-8f70-8033d1dc4206 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add background color handling */
  
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
    
    
    
    max-height: 100px;
  }


.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 .shogun-image-content {
  
    justify-content: center;
  
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57ba5b80-90b6-4893-8f70-8033d1dc4206.shogun-image {
  box-sizing: border-box;
}



.s-57ba5b80-90b6-4893-8f70-8033d1dc4206 img.shogun-image {
  
}


}
#s-8d497313-530a-40b2-8bb7-47862aab2be6 {
  margin-left: -62%;
min-height: 50px;
}








#s-8d497313-530a-40b2-8bb7-47862aab2be6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d497313-530a-40b2-8bb7-47862aab2be6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5a08a47-e990-474c-9210-2a9f3a8e28a8 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f5a08a47-e990-474c-9210-2a9f3a8e28a8 .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-a7c53d57-6e5f-4422-a94f-97aac8a40ec9 {
  margin-top: 5px;
margin-left: 0%;
margin-right: 0px;
}

#s-72329a96-37f3-4a02-a295-a462c51a8f6c {
  padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(252, 252, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-72329a96-37f3-4a02-a295-a462c51a8f6c {
  padding-top: 32px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-72329a96-37f3-4a02-a295-a462c51a8f6c {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-72329a96-37f3-4a02-a295-a462c51a8f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72329a96-37f3-4a02-a295-a462c51a8f6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-829d6aac-4fa6-41e3-8fdd-a5b22bc841d4 {
  margin-left: auto;
margin-right: auto;
max-width: 1400px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-829d6aac-4fa6-41e3-8fdd-a5b22bc841d4 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-829d6aac-4fa6-41e3-8fdd-a5b22bc841d4 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-1eaad307-553b-42be-a5cd-90bb0e545f46 {
  padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(50, 71, 67, 1);
}
@media (max-width: 767px){#s-1eaad307-553b-42be-a5cd-90bb0e545f46 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-1eaad307-553b-42be-a5cd-90bb0e545f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1eaad307-553b-42be-a5cd-90bb0e545f46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fd179da-1166-43bc-8e27-13fc746abfa8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-1fd179da-1166-43bc-8e27-13fc746abfa8 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-1fd179da-1166-43bc-8e27-13fc746abfa8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1fd179da-1166-43bc-8e27-13fc746abfa8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1fd179da-1166-43bc-8e27-13fc746abfa8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1fd179da-1166-43bc-8e27-13fc746abfa8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1fd179da-1166-43bc-8e27-13fc746abfa8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1fd179da-1166-43bc-8e27-13fc746abfa8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1fd179da-1166-43bc-8e27-13fc746abfa8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

}

#s-7254ff8d-ddb6-4c42-b47e-cac65bf88f89 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7254ff8d-ddb6-4c42-b47e-cac65bf88f89 {
  margin-top: 0px;
display: none;
}
#s-7254ff8d-ddb6-4c42-b47e-cac65bf88f89, #wrap-s-7254ff8d-ddb6-4c42-b47e-cac65bf88f89, #wrap-content-s-7254ff8d-ddb6-4c42-b47e-cac65bf88f89 { display: none !important; }}
#s-7254ff8d-ddb6-4c42-b47e-cac65bf88f89 .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.3em;
  letter-spacing: 0.2px;
  
}


@media (max-width: 767px){#s-7254ff8d-ddb6-4c42-b47e-cac65bf88f89 .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.3em;
  letter-spacing: 0.2px;
  
}


}
#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f {
  display: none;
}
#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f, #wrap-s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f, #wrap-content-s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f {
  display: none;
}
#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f, #wrap-s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f, #wrap-content-s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f {
  display: none;
}
#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f, #wrap-s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f, #wrap-content-s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f { display: none !important; }}@media (max-width: 767px){#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f {
  margin-top: 0px;
}
}
#s-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f .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-fe4ac8db-a123-40bd-a6dc-27c975ba9e5f .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.3em;
  letter-spacing: 0.2px;
  
}


}
#s-520ff810-86a0-461a-85ee-13b21d533053 {
  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-520ff810-86a0-461a-85ee-13b21d533053:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-520ff810-86a0-461a-85ee-13b21d533053: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-520ff810-86a0-461a-85ee-13b21d533053 {
  margin-top: 10px;
margin-bottom: 10px;
}
}

  #s-520ff810-86a0-461a-85ee-13b21d533053-root {
    text-align: center;
  }


#s-520ff810-86a0-461a-85ee-13b21d533053.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-520ff810-86a0-461a-85ee-13b21d533053-root {
    text-align: center;
  }


#s-520ff810-86a0-461a-85ee-13b21d533053.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-520ff810-86a0-461a-85ee-13b21d533053-root {
    text-align: center;
  }


#s-520ff810-86a0-461a-85ee-13b21d533053.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-520ff810-86a0-461a-85ee-13b21d533053-root {
    text-align: center;
  }


#s-520ff810-86a0-461a-85ee-13b21d533053.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-520ff810-86a0-461a-85ee-13b21d533053-root {
    text-align: center;
  }


#s-520ff810-86a0-461a-85ee-13b21d533053.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-132ceb07-d0a6-48d2-b173-5ca08298d3d8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-132ceb07-d0a6-48d2-b173-5ca08298d3d8 {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-132ceb07-d0a6-48d2-b173-5ca08298d3d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-132ceb07-d0a6-48d2-b173-5ca08298d3d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b1b395a-8709-4dd7-8f22-42fd6a1ce6ff {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-9b1b395a-8709-4dd7-8f22-42fd6a1ce6ff {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-9b1b395a-8709-4dd7-8f22-42fd6a1ce6ff .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-9b1b395a-8709-4dd7-8f22-42fd6a1ce6ff .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-9b1b395a-8709-4dd7-8f22-42fd6a1ce6ff .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-6b0acdb9-109d-4b56-948e-76b52aca47bf {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (max-width: 767px){#s-6b0acdb9-109d-4b56-948e-76b52aca47bf {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-2cd93b63-6f85-40d7-b809-83b181ba2216 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(205, 228, 224, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2cd93b63-6f85-40d7-b809-83b181ba2216 {
  padding-top: 32px;
padding-left: 5%;
padding-bottom: 32px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-2cd93b63-6f85-40d7-b809-83b181ba2216 {
  padding-top: 32px;
padding-left: 3%;
padding-bottom: 32px;
padding-right: 3%;
}
}







#s-2cd93b63-6f85-40d7-b809-83b181ba2216 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2cd93b63-6f85-40d7-b809-83b181ba2216.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7263939a-230d-4476-923a-88f793dec901 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-7263939a-230d-4476-923a-88f793dec901 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-7263939a-230d-4476-923a-88f793dec901 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7263939a-230d-4476-923a-88f793dec901 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-7263939a-230d-4476-923a-88f793dec901 .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-176e98e1-8281-4a28-b898-03f286901ae4 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1000px;
text-align: center;
}

#s-176e98e1-8281-4a28-b898-03f286901ae4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-176e98e1-8281-4a28-b898-03f286901ae4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 0.2px;
  
}


}@media (max-width: 767px){#s-176e98e1-8281-4a28-b898-03f286901ae4 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


}
#s-c95408bc-785b-4cd4-9fe8-492f9a505b35 {
  border-style: solid;
margin-top: 20px;
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-c95408bc-785b-4cd4-9fe8-492f9a505b35:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c95408bc-785b-4cd4-9fe8-492f9a505b35:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c95408bc-785b-4cd4-9fe8-492f9a505b35-root {
    text-align: center;
  }


#s-c95408bc-785b-4cd4-9fe8-492f9a505b35.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c95408bc-785b-4cd4-9fe8-492f9a505b35-root {
    text-align: center;
  }


#s-c95408bc-785b-4cd4-9fe8-492f9a505b35.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c95408bc-785b-4cd4-9fe8-492f9a505b35-root {
    text-align: center;
  }


#s-c95408bc-785b-4cd4-9fe8-492f9a505b35.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c95408bc-785b-4cd4-9fe8-492f9a505b35-root {
    text-align: center;
  }


#s-c95408bc-785b-4cd4-9fe8-492f9a505b35.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c95408bc-785b-4cd4-9fe8-492f9a505b35-root {
    text-align: center;
  }


#s-c95408bc-785b-4cd4-9fe8-492f9a505b35.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}
#s-39df78be-91a4-4526-a125-562d229d1bfb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 64px;
padding-bottom: 64px;
min-height: 50px;
background-color: rgba(246, 246, 241, 1);
}
@media (max-width: 767px){#s-39df78be-91a4-4526-a125-562d229d1bfb {
  padding-top: 32px;
padding-bottom: 50px;
}
}







#s-39df78be-91a4-4526-a125-562d229d1bfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39df78be-91a4-4526-a125-562d229d1bfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83b78466-d221-48d5-8003-7f7704ff8e66 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-83b78466-d221-48d5-8003-7f7704ff8e66 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-83b78466-d221-48d5-8003-7f7704ff8e66 .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-83b78466-d221-48d5-8003-7f7704ff8e66 .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-83b78466-d221-48d5-8003-7f7704ff8e66 .shogun-heading-component h1 {
  color: rgba(55, 74, 77, 1);
  font-weight:  normal ;
  font-family: "GalanoGrotesque-ExtraBold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-62afbd39-819b-497e-901e-aacbe8ba91fa {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62afbd39-819b-497e-901e-aacbe8ba91fa {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-62afbd39-819b-497e-901e-aacbe8ba91fa {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-62afbd39-819b-497e-901e-aacbe8ba91fa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-62afbd39-819b-497e-901e-aacbe8ba91fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 254, 254, 1);
  padding: 10px;
}

#s-62afbd39-819b-497e-901e-aacbe8ba91fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(55, 74, 77, 1);
}

#s-62afbd39-819b-497e-901e-aacbe8ba91fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-62afbd39-819b-497e-901e-aacbe8ba91fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(55, 74, 77, 1);
  text-align: left;
  font-family: GalanoGrotesque-SemiBold;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-62afbd39-819b-497e-901e-aacbe8ba91fa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-93b1059b-4204-4011-8fe8-46978975c08c {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-e8ec7dd8-0515-4296-8e9e-ca2c5192f93a {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-85c97573-b44f-4c78-abfb-b7d6de60511e {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-25fc0167-33c3-4802-a49e-821dd4f21dfb {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-aa97370c-8972-4b27-a1d3-90042aa4ad81 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-5f330982-a02a-4d60-b2f8-aa13105175d4 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-acbbcd19-ff7a-4aa8-868c-91ebbca6a566 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-11671dcf-9fbf-4e11-acd8-4eea6f21ed1a {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-58fc76e5-781e-4f24-bce9-897a4a918dd5 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-6633df02-9841-44c7-b14e-db7de4f0ecc0 {
  margin-top: 5px;
margin-left: 1%;
margin-right: 1%;
}

#s-5d6f8263-16ff-4fbc-b974-8fffceba498f {
  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-5d6f8263-16ff-4fbc-b974-8fffceba498f:hover {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5d6f8263-16ff-4fbc-b974-8fffceba498f:active {background-color: rgba(180, 54, 10, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5d6f8263-16ff-4fbc-b974-8fffceba498f-root {
    text-align: center;
  }


#s-5d6f8263-16ff-4fbc-b974-8fffceba498f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d6f8263-16ff-4fbc-b974-8fffceba498f-root {
    text-align: center;
  }


#s-5d6f8263-16ff-4fbc-b974-8fffceba498f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d6f8263-16ff-4fbc-b974-8fffceba498f-root {
    text-align: center;
  }


#s-5d6f8263-16ff-4fbc-b974-8fffceba498f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d6f8263-16ff-4fbc-b974-8fffceba498f-root {
    text-align: center;
  }


#s-5d6f8263-16ff-4fbc-b974-8fffceba498f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: GalanoGrotesque-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d6f8263-16ff-4fbc-b974-8fffceba498f-root {
    text-align: center;
  }


#s-5d6f8263-16ff-4fbc-b974-8fffceba498f.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;
}
