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

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

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

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

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

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

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

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

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

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

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

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

#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (max-width: 767px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}







#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  cursor: pointer;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

@media (min-width: 0px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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 {
  
  
  
}

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

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

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

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

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

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

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-5dff77d7-167d-4817-950a-626366b84f21 {
  margin-top: 22px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-165bb6dc-82da-47fe-aeb8-59f2fceb8c48 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

.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 {
  
  
}

.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-d6769910-3838-4e32-80c8-1707e5fa2517 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d6769910-3838-4e32-80c8-1707e5fa2517:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6769910-3838-4e32-80c8-1707e5fa2517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  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;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

.shogun-image-content>div {
  width: 100%;
}

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 11px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




}@media (max-width: 767px){

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




}
#s-37c373c4-b1bd-4fb3-a63f-8528ef2b4105 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-37c373c4-b1bd-4fb3-a63f-8528ef2b4105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-37c373c4-b1bd-4fb3-a63f-8528ef2b4105 {
  cursor: pointer;
}#s-37c373c4-b1bd-4fb3-a63f-8528ef2b4105.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  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-e210c1ea-b275-4138-a15d-0fd7fe2b356f {
  background-image: url(https://i.shgcdn.com/6f5ea7bd-00c9-4c79-9a12-9b69d4b88a81/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(127, 14, 125, 1);
background-position: center center;
}

#s-e210c1ea-b275-4138-a15d-0fd7fe2b356f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e210c1ea-b275-4138-a15d-0fd7fe2b356f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-e210c1ea-b275-4138-a15d-0fd7fe2b356f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Assistant";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  background-image: url(https://i.shgcdn.com/9f09d092-0f92-45f3-97e5-e48d032ae23b/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a {
  cursor: pointer;
}#s-6b7b8d4a-140d-44f1-b72f-57ada95b640a.shg-box.shg-c {
  justify-content: center;
}

#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin-top: 15px;
margin-left: 39%;
margin-right: 39%;
max-width: 1000px;
aspect-ratio: 850/436;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin-left: 36%;
margin-right: 36%;
}
}@media (max-width: 767px){#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin-top: 8px;
margin-left: 27%;
margin-right: 27%;
}
}


.shg-image-margin-container-s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin-left: 39%;
  margin-right: 39%;
  margin-top: 15px;
  
}

#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      aspect-ratio: 850/436;
      width: 100%;
      height: 100%;
    }

    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-link {
      aspect-ratio: 850/436;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
    
    
  }


.s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f06555b8-5361-4596-b996-1f024cb473d5 {
      --shg-aspect-ratio: calc(850/436); 
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
      position: relative;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f06555b8-5361-4596-b996-1f024cb473d5 {
  
  
  
  
}

#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      aspect-ratio: 850/436;
      width: 100%;
      height: 100%;
    }

    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-link {
      aspect-ratio: 850/436;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
    
    
  }


.s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f06555b8-5361-4596-b996-1f024cb473d5 {
      --shg-aspect-ratio: calc(850/436); 
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
      position: relative;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-f06555b8-5361-4596-b996-1f024cb473d5 {
  
  
  
  
}

#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      aspect-ratio: 850/436;
      width: 100%;
      height: 100%;
    }

    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-link {
      aspect-ratio: 850/436;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
    
    
  }


.s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f06555b8-5361-4596-b996-1f024cb473d5 {
      --shg-aspect-ratio: calc(850/436); 
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
      position: relative;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin-left: 36%;
  margin-right: 36%;
  
  
}

#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      aspect-ratio: 850/436;
      width: 100%;
      height: 100%;
    }

    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-link {
      aspect-ratio: 850/436;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
    
    
  }


.s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f06555b8-5361-4596-b996-1f024cb473d5 {
      --shg-aspect-ratio: calc(850/436); 
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
      position: relative;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin-left: 27%;
  margin-right: 27%;
  margin-top: 8px;
  
}

#s-f06555b8-5361-4596-b996-1f024cb473d5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      aspect-ratio: 850/436;
      width: 100%;
      height: 100%;
    }

    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-link {
      aspect-ratio: 850/436;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f06555b8-5361-4596-b996-1f024cb473d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
    
    
  }


.s-f06555b8-5361-4596-b996-1f024cb473d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f06555b8-5361-4596-b996-1f024cb473d5 {
      --shg-aspect-ratio: calc(850/436); 
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container {
      position: relative;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f06555b8-5361-4596-b996-1f024cb473d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f94f45b1-60e2-480c-821c-216dc05d9306 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 0px;
text-align: center;
}

#s-f94f45b1-60e2-480c-821c-216dc05d9306 .shogun-heading-component h1 {
  color: rgba(189, 133, 20, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-f94f45b1-60e2-480c-821c-216dc05d9306 .shogun-heading-component h1 {
  color: rgba(189, 133, 20, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-3788fd62-c5b8-48fc-806b-61c5c9806224 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 7px;
text-align: center;
}
@media (max-width: 767px){#s-3788fd62-c5b8-48fc-806b-61c5c9806224 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-3788fd62-c5b8-48fc-806b-61c5c9806224 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-4a3f2dd3-00bc-49c8-aceb-1aad9db3c476 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a3f2dd3-00bc-49c8-aceb-1aad9db3c476 .shogun-heading-component h1 {
  color: rgba(23, 23, 23, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  
  
}



#s-54cee921-91a0-4b96-8abb-79a0b44fd195 {
  background-image: url(https://i.shgcdn.com/1e728fd6-3dc8-455b-b2ad-524048e5159e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 11px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: image;
color: rgba(127, 14, 125, 1);
}
#s-54cee921-91a0-4b96-8abb-79a0b44fd195:hover {background-image: url(https://i.shgcdn.com/1e728fd6-3dc8-455b-b2ad-524048e5159e/-/format/auto/-/preview/3000x3000/-/quality/lighter/) !important;
background-repeat: no-repeat !important;
background-size: cover !important;
text-decoration: none !important;
hover-type: image !important;
color: rgba(127, 14, 125, 1) !important;}#s-54cee921-91a0-4b96-8abb-79a0b44fd195:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-54cee921-91a0-4b96-8abb-79a0b44fd195 {
  margin-bottom: 38px;
}
}

  #s-54cee921-91a0-4b96-8abb-79a0b44fd195-root {
    text-align: center;
  }


#s-54cee921-91a0-4b96-8abb-79a0b44fd195.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-54cee921-91a0-4b96-8abb-79a0b44fd195-root {
    text-align: center;
  }


#s-54cee921-91a0-4b96-8abb-79a0b44fd195.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-54cee921-91a0-4b96-8abb-79a0b44fd195-root {
    text-align: center;
  }


#s-54cee921-91a0-4b96-8abb-79a0b44fd195.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-54cee921-91a0-4b96-8abb-79a0b44fd195-root {
    text-align: center;
  }


#s-54cee921-91a0-4b96-8abb-79a0b44fd195.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-54cee921-91a0-4b96-8abb-79a0b44fd195-root {
    text-align: center;
  }


#s-54cee921-91a0-4b96-8abb-79a0b44fd195.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f8eaf060-b414-4804-b104-e7596a2ef91b {
  background-repeat: no-repeat;
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}

#s-f8eaf060-b414-4804-b104-e7596a2ef91b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGI5OWFlOTUtYjNkMS00Nzg4LWFjMjItZTk5ZWEyNTdlYTQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMTUxNTE1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjc4MTgxODE4MTgxODE4MTkiIHN0eWxlPSJzdG9wLWNvbG9yOiMyNTI1MjU7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhiOTlhZTk1LWIzZDEtNDc4OC1hYzIyLWU5OWVhMjU3ZWE0NCkiLz48L3N2Zz4=);
}








#s-f8eaf060-b414-4804-b104-e7596a2ef91b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f8eaf060-b414-4804-b104-e7596a2ef91b {
  cursor: pointer;
}#s-f8eaf060-b414-4804-b104-e7596a2ef91b.shg-box.shg-c {
  justify-content: center;
}

#s-9829cd50-809e-4171-9c81-4bee360bedaa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9829cd50-809e-4171-9c81-4bee360bedaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9829cd50-809e-4171-9c81-4bee360bedaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9829cd50-809e-4171-9c81-4bee360bedaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9829cd50-809e-4171-9c81-4bee360bedaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fce331a6-3aa3-41a9-8cd7-63bed33140f6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-fce331a6-3aa3-41a9-8cd7-63bed33140f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fce331a6-3aa3-41a9-8cd7-63bed33140f6 {
  
}
}@media (max-width: 767px){#s-fce331a6-3aa3-41a9-8cd7-63bed33140f6 {
  
}
}







#s-fce331a6-3aa3-41a9-8cd7-63bed33140f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fce331a6-3aa3-41a9-8cd7-63bed33140f6.shg-box.shg-c {
  justify-content: center;
}

#s-44d29d42-48de-4076-b413-ae69d5c1a4e2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 4px;
padding-bottom: 4px;
text-align: center;
}
@media (max-width: 767px){#s-44d29d42-48de-4076-b413-ae69d5c1a4e2 {
  margin-top: 7px;
margin-bottom: 7px;
}
}
#s-44d29d42-48de-4076-b413-ae69d5c1a4e2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-44d29d42-48de-4076-b413-ae69d5c1a4e2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-44d29d42-48de-4076-b413-ae69d5c1a4e2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  
}


}
#s-8f1c201f-8510-4e26-bb22-8b645772600a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 2px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f1c201f-8510-4e26-bb22-8b645772600a {
  display: none;
}
#s-8f1c201f-8510-4e26-bb22-8b645772600a, #wrap-s-8f1c201f-8510-4e26-bb22-8b645772600a { display: none !important; }}
#s-8f1c201f-8510-4e26-bb22-8b645772600a .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 127px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-8f1c201f-8510-4e26-bb22-8b645772600a .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 119px;
  line-height: 1em;
  
  
}


}
#s-581e1689-545e-4b7f-bdc8-1929bcc1548d {
  margin-top: 6px;
margin-left: auto;
margin-bottom: 6px;
margin-right: auto;
padding-top: 2px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-581e1689-545e-4b7f-bdc8-1929bcc1548d {
  display: none;
}
#s-581e1689-545e-4b7f-bdc8-1929bcc1548d, #wrap-s-581e1689-545e-4b7f-bdc8-1929bcc1548d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-581e1689-545e-4b7f-bdc8-1929bcc1548d {
  display: none;
}
#s-581e1689-545e-4b7f-bdc8-1929bcc1548d, #wrap-s-581e1689-545e-4b7f-bdc8-1929bcc1548d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-581e1689-545e-4b7f-bdc8-1929bcc1548d {
  
}
}@media (max-width: 767px){#s-581e1689-545e-4b7f-bdc8-1929bcc1548d {
  display: none;
}
#s-581e1689-545e-4b7f-bdc8-1929bcc1548d, #wrap-s-581e1689-545e-4b7f-bdc8-1929bcc1548d { display: none !important; }}
#s-581e1689-545e-4b7f-bdc8-1929bcc1548d .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  800 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 87px;
  line-height: 1em;
  
  
}



#s-026514f4-1e13-4d3c-ba90-5799257bdbac {
  margin-left: 8%;
margin-right: 8%;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-026514f4-1e13-4d3c-ba90-5799257bdbac {
  display: none;
}
#s-026514f4-1e13-4d3c-ba90-5799257bdbac, #wrap-s-026514f4-1e13-4d3c-ba90-5799257bdbac { display: none !important; }}@media (max-width: 767px){#s-026514f4-1e13-4d3c-ba90-5799257bdbac {
  margin-left: 1%;
margin-right: 1%;
}
}
#s-026514f4-1e13-4d3c-ba90-5799257bdbac .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-026514f4-1e13-4d3c-ba90-5799257bdbac .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-deaf1406-671c-4c32-9b31-85b60e610d50 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-deaf1406-671c-4c32-9b31-85b60e610d50 {
  display: none;
}
#s-deaf1406-671c-4c32-9b31-85b60e610d50, #wrap-s-deaf1406-671c-4c32-9b31-85b60e610d50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-deaf1406-671c-4c32-9b31-85b60e610d50 {
  display: none;
}
#s-deaf1406-671c-4c32-9b31-85b60e610d50, #wrap-s-deaf1406-671c-4c32-9b31-85b60e610d50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-deaf1406-671c-4c32-9b31-85b60e610d50 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-deaf1406-671c-4c32-9b31-85b60e610d50 {
  display: none;
}
#s-deaf1406-671c-4c32-9b31-85b60e610d50, #wrap-s-deaf1406-671c-4c32-9b31-85b60e610d50 { display: none !important; }}
#s-deaf1406-671c-4c32-9b31-85b60e610d50 .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  
}



#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjQ3YjQyYTItNDgzNi00Y2RmLWFlOWMtNGVhNDZmNjkwNzRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmQ4OTFmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjU3MjcyNzI3MjcyNzI3MjgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmOWJmNDk7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Y0N2I0MmEyLTQ4MzYtNGNkZi1hZTljLTRlYTQ2ZjY5MDc0ZCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 7px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#bd891f"}, {"id"=>2, "pos"=>0.5727272727272728, "color"=>"#f9bf49"}];
hover-type: gradient;
color: rgba(24, 24, 24, 1);
}
#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b:hover {background-color: rgba(219, 162, 239, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b-root {
    text-align: center;
  }


#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b.shg-btn {
  color: rgba(24, 24, 24, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b-root {
    text-align: center;
  }


#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b.shg-btn {
  color: rgba(24, 24, 24, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b-root {
    text-align: center;
  }


#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b.shg-btn {
  color: rgba(24, 24, 24, 1);
  font-size: 18px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b-root {
    text-align: center;
  }


#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b.shg-btn {
  color: rgba(24, 24, 24, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b-root {
    text-align: center;
  }


#s-3c9a9156-050e-43f0-aaf1-e6ae8ec5837b.shg-btn {
  color: rgba(24, 24, 24, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1500/1483;
text-align: center;
}
@media (max-width: 767px){#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin-top: 8px;
}
}


.shg-image-margin-container-s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      aspect-ratio: 1500/1483;
      width: 100%;
      height: 100%;
    }

    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-link {
      aspect-ratio: 1500/1483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
    
    
  }


.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
      --shg-aspect-ratio: calc(1500/1483); 
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
      position: relative;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  
  
  
  
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      aspect-ratio: 1500/1483;
      width: 100%;
      height: 100%;
    }

    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-link {
      aspect-ratio: 1500/1483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
    
    
  }


.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
      --shg-aspect-ratio: calc(1500/1483); 
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
      position: relative;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  
  
  
  
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      aspect-ratio: 1500/1483;
      width: 100%;
      height: 100%;
    }

    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-link {
      aspect-ratio: 1500/1483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
    
    
  }


.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
      --shg-aspect-ratio: calc(1500/1483); 
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
      position: relative;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  
  
  
  
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      aspect-ratio: 1500/1483;
      width: 100%;
      height: 100%;
    }

    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-link {
      aspect-ratio: 1500/1483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
    
    
  }


.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
      --shg-aspect-ratio: calc(1500/1483); 
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
      position: relative;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  
  
  margin-top: 8px;
  
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      aspect-ratio: 1500/1483;
      width: 100%;
      height: 100%;
    }

    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-link {
      aspect-ratio: 1500/1483;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
    
    
  }


.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e {
      --shg-aspect-ratio: calc(1500/1483); 
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container {
      position: relative;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b2294fb0-c1ea-4993-8838-ab0caf4c483e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e9545721-7d66-4383-bdbe-a08f6075fa80 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-e9545721-7d66-4383-bdbe-a08f6075fa80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9545721-7d66-4383-bdbe-a08f6075fa80 {
  cursor: pointer;
}#s-e9545721-7d66-4383-bdbe-a08f6075fa80.shg-box.shg-c {
  justify-content: center;
}

#s-80a4dfbe-f6bc-4587-9693-b386767ef2eb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-80a4dfbe-f6bc-4587-9693-b386767ef2eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80a4dfbe-f6bc-4587-9693-b386767ef2eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-80a4dfbe-f6bc-4587-9693-b386767ef2eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-80a4dfbe-f6bc-4587-9693-b386767ef2eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5b4fed4d-7666-4c2b-b2bb-06a8d532e431 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-5b4fed4d-7666-4c2b-b2bb-06a8d532e431 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b4fed4d-7666-4c2b-b2bb-06a8d532e431 {
  
}
}@media (max-width: 767px){#s-5b4fed4d-7666-4c2b-b2bb-06a8d532e431 {
  
}
}







#s-5b4fed4d-7666-4c2b-b2bb-06a8d532e431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b4fed4d-7666-4c2b-b2bb-06a8d532e431.shg-box.shg-c {
  justify-content: center;
}

#s-af994aa8-cbc2-44d4-95bd-928917699291 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-af994aa8-cbc2-44d4-95bd-928917699291 {
  
}
}
#s-af994aa8-cbc2-44d4-95bd-928917699291 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-af994aa8-cbc2-44d4-95bd-928917699291 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-af994aa8-cbc2-44d4-95bd-928917699291 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-81e2c99a-5872-4f0d-828d-5d2c4cd9ed65 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-81e2c99a-5872-4f0d-828d-5d2c4cd9ed65 {
  display: none;
}
#s-81e2c99a-5872-4f0d-828d-5d2c4cd9ed65, #wrap-s-81e2c99a-5872-4f0d-828d-5d2c4cd9ed65 { display: none !important; }}
#s-81e2c99a-5872-4f0d-828d-5d2c4cd9ed65 .shogun-heading-component h1 {
  color: rgba(237, 191, 96, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-81e2c99a-5872-4f0d-828d-5d2c4cd9ed65 .shogun-heading-component h1 {
  color: rgba(237, 191, 96, 1);
  font-weight:  normal ;
  font-family: "Satisfy";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-c0b60c73-c0fc-4725-b435-81f118ce3091 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c0b60c73-c0fc-4725-b435-81f118ce3091 {
  display: none;
}
#s-c0b60c73-c0fc-4725-b435-81f118ce3091, #wrap-s-c0b60c73-c0fc-4725-b435-81f118ce3091 { display: none !important; }}
#s-c0b60c73-c0fc-4725-b435-81f118ce3091 .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-c0b60c73-c0fc-4725-b435-81f118ce3091 .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb {
  display: none;
}
#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb, #wrap-s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb {
  display: none;
}
#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb, #wrap-s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb {
  
}
}@media (max-width: 767px){#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb {
  display: none;
}
#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb, #wrap-s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb { display: none !important; }}
#s-649cef7b-e54c-4eff-aeaf-c3a99921b2eb .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-cf34896f-0a5e-498d-a889-0d42481ffb48 {
  margin-top: -1px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf34896f-0a5e-498d-a889-0d42481ffb48 {
  
}
}
#s-cf34896f-0a5e-498d-a889-0d42481ffb48 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cf34896f-0a5e-498d-a889-0d42481ffb48 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-cf34896f-0a5e-498d-a889-0d42481ffb48 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-bd7d5a72-d39b-49ff-a068-f43e62fbc7ce {
  margin-top: -1px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd7d5a72-d39b-49ff-a068-f43e62fbc7ce {
  display: none;
}
#s-bd7d5a72-d39b-49ff-a068-f43e62fbc7ce, #wrap-s-bd7d5a72-d39b-49ff-a068-f43e62fbc7ce { display: none !important; }}
#s-bd7d5a72-d39b-49ff-a068-f43e62fbc7ce .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


@media (max-width: 767px){#s-bd7d5a72-d39b-49ff-a068-f43e62fbc7ce .shogun-heading-component h1 {
  color: rgba(219, 162, 239, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  letter-spacing: 0px;
  
}


}
#s-c221fa92-673e-43d9-a08f-739e78e2a275 {
  margin-top: 17px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c221fa92-673e-43d9-a08f-739e78e2a275 {
  
}
}
#s-c221fa92-673e-43d9-a08f-739e78e2a275 .shogun-heading-component h1 {
  color: rgba(31, 31, 31, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c221fa92-673e-43d9-a08f-739e78e2a275 .shogun-heading-component h1 {
  color: rgba(31, 31, 31, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-c221fa92-673e-43d9-a08f-739e78e2a275 .shogun-heading-component h1 {
  color: rgba(31, 31, 31, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-3bac303c-7de2-45d0-b52f-24537ffd08d8 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-3bac303c-7de2-45d0-b52f-24537ffd08d8:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3bac303c-7de2-45d0-b52f-24537ffd08d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3bac303c-7de2-45d0-b52f-24537ffd08d8-root {
    text-align: center;
  }


#s-3bac303c-7de2-45d0-b52f-24537ffd08d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3bac303c-7de2-45d0-b52f-24537ffd08d8-root {
    text-align: center;
  }


#s-3bac303c-7de2-45d0-b52f-24537ffd08d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3bac303c-7de2-45d0-b52f-24537ffd08d8-root {
    text-align: center;
  }


#s-3bac303c-7de2-45d0-b52f-24537ffd08d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3bac303c-7de2-45d0-b52f-24537ffd08d8-root {
    text-align: center;
  }


#s-3bac303c-7de2-45d0-b52f-24537ffd08d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3bac303c-7de2-45d0-b52f-24537ffd08d8-root {
    text-align: center;
  }


#s-3bac303c-7de2-45d0-b52f-24537ffd08d8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-17b543c9-ebb9-4256-8b32-0ca4d7f05f6e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-17b543c9-ebb9-4256-8b32-0ca4d7f05f6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17b543c9-ebb9-4256-8b32-0ca4d7f05f6e.shg-box.shg-c {
  justify-content: center;
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1500/1215;
text-align: center;
}
@media (max-width: 767px){#s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin-top: 8px;
}
}


.shg-image-margin-container-s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      aspect-ratio: 1500/1215;
      width: 100%;
      height: 100%;
    }

    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-link {
      aspect-ratio: 1500/1215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
    
    
  }


.s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
      --shg-aspect-ratio: calc(1500/1215); 
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
      position: relative;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  
  
  
  
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      aspect-ratio: 1500/1215;
      width: 100%;
      height: 100%;
    }

    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-link {
      aspect-ratio: 1500/1215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
    
    
  }


.s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
      --shg-aspect-ratio: calc(1500/1215); 
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
      position: relative;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  
  
  
  
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      aspect-ratio: 1500/1215;
      width: 100%;
      height: 100%;
    }

    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-link {
      aspect-ratio: 1500/1215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
    
    
  }


.s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
      --shg-aspect-ratio: calc(1500/1215); 
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
      position: relative;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  
  
  
  
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      aspect-ratio: 1500/1215;
      width: 100%;
      height: 100%;
    }

    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-link {
      aspect-ratio: 1500/1215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
    
    
  }


.s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
      --shg-aspect-ratio: calc(1500/1215); 
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
      position: relative;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  
  
  margin-top: 8px;
  
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      aspect-ratio: 1500/1215;
      width: 100%;
      height: 100%;
    }

    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-link {
      aspect-ratio: 1500/1215;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
    
    
  }


.s-ddeb6e85-0b45-43ff-af71-18e0683d7923 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 {
      --shg-aspect-ratio: calc(1500/1215); 
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container {
      position: relative;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ddeb6e85-0b45-43ff-af71-18e0683d7923 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-position: center center;
}

#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  background-image: url(https://i.shgcdn.com/dddd6bfd-02a2-488a-b38d-f81b132c1704/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-cc98484b-1fab-421b-ba1c-6903a1010051.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-cc98484b-1fab-421b-ba1c-6903a1010051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc98484b-1fab-421b-ba1c-6903a1010051 {
  cursor: pointer;
}#s-cc98484b-1fab-421b-ba1c-6903a1010051.shg-box.shg-c {
  justify-content: center;
}

#s-6df2b94a-3a97-4ac2-bddd-b32ce8c256c3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-6df2b94a-3a97-4ac2-bddd-b32ce8c256c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6df2b94a-3a97-4ac2-bddd-b32ce8c256c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6df2b94a-3a97-4ac2-bddd-b32ce8c256c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6df2b94a-3a97-4ac2-bddd-b32ce8c256c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-aa3d571f-88ef-475f-bfc5-b97c399df3aa {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-aa3d571f-88ef-475f-bfc5-b97c399df3aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa3d571f-88ef-475f-bfc5-b97c399df3aa {
  
}
}@media (max-width: 767px){#s-aa3d571f-88ef-475f-bfc5-b97c399df3aa {
  
}
}







#s-aa3d571f-88ef-475f-bfc5-b97c399df3aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa3d571f-88ef-475f-bfc5-b97c399df3aa.shg-box.shg-c {
  justify-content: center;
}

#s-5a47e4af-e957-4435-b210-22db4d21a07d {
  margin-top: 17px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a47e4af-e957-4435-b210-22db4d21a07d {
  
}
}
#s-5a47e4af-e957-4435-b210-22db4d21a07d .shogun-heading-component h1 {
  color: rgba(245, 190, 77, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5a47e4af-e957-4435-b210-22db4d21a07d .shogun-heading-component h1 {
  color: rgba(245, 190, 77, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-5a47e4af-e957-4435-b210-22db4d21a07d .shogun-heading-component h1 {
  color: rgba(245, 190, 77, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


}
#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin-left: 18%;
margin-right: 18%;
max-width: 858px;
aspect-ratio: 858/265;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin-left: 12%;
margin-right: 12%;
}
}


.shg-image-margin-container-s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin-left: 18%;
  margin-right: 18%;
  
  
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      aspect-ratio: 858/265;
      width: 100%;
      height: 100%;
    }

    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-link {
      aspect-ratio: 858/265;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
    
    
  }


.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-content {
  
    align-items: center;
  
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
      --shg-aspect-ratio: calc(858/265); 
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
      position: relative;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  
  
  
  
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      aspect-ratio: 858/265;
      width: 100%;
      height: 100%;
    }

    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-link {
      aspect-ratio: 858/265;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
    
    
  }


.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-content {
  
    align-items: center;
  
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
      --shg-aspect-ratio: calc(858/265); 
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
      position: relative;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  
  
  
  
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      aspect-ratio: 858/265;
      width: 100%;
      height: 100%;
    }

    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-link {
      aspect-ratio: 858/265;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
    
    
  }


.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-content {
  
    align-items: center;
  
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
      --shg-aspect-ratio: calc(858/265); 
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
      position: relative;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin-left: 12%;
  margin-right: 12%;
  
  
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      aspect-ratio: 858/265;
      width: 100%;
      height: 100%;
    }

    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-link {
      aspect-ratio: 858/265;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
    
    
  }


.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-content {
  
    align-items: center;
  
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
      --shg-aspect-ratio: calc(858/265); 
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
      position: relative;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  
  
  
  
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      aspect-ratio: 858/265;
      width: 100%;
      height: 100%;
    }

    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-link {
      aspect-ratio: 858/265;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
    
    
  }


.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea .shogun-image-content {
  
    align-items: center;
  
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea {
      --shg-aspect-ratio: calc(858/265); 
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container {
      position: relative;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-23514b34-b4d4-4170-9b4a-2b1c8afa14ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0bb5ae39-9b71-40d2-99fb-4e9a191a47be {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bb5ae39-9b71-40d2-99fb-4e9a191a47be {
  
}
}
#s-0bb5ae39-9b71-40d2-99fb-4e9a191a47be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0bb5ae39-9b71-40d2-99fb-4e9a191a47be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-0bb5ae39-9b71-40d2-99fb-4e9a191a47be .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.4em;
  
  
}


}
#s-7a5b41d8-4407-48b9-b1aa-590474390cc8 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTA4MjA0ODUtOWE2NC00NzYxLWJjYjYtZTAyNDJkOGM4YjcyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjViZTRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA5NzI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MDgyMDQ4NS05YTY0LTQ3NjEtYmNiNi1lMDI0MmQ4YzhiNzIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 7px;
margin-left: auto;
margin-bottom: 29px;
margin-right: auto;
padding-top: 5px;
padding-left: 29px;
padding-bottom: 5px;
padding-right: 29px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5be4d"}, {"id"=>2, "pos"=>1, "color"=>"#d09729"}];
hover-type: gradient;
color: rgba(42, 42, 42, 1);
}
#s-7a5b41d8-4407-48b9-b1aa-590474390cc8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2E3N2Y4ZmUtMTMwMS00YTQwLTgyYmMtYzdhYThjYjg0YmZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjViZTRkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA5NzI5O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YTc3ZjhmZS0xMzAxLTRhNDAtODJiYy1jN2FhOGNiODRiZmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5be4d"}, {"id"=>2, "pos"=>1, "color"=>"#d09729"}] !important;
hover-type: gradient !important;
color: rgba(42, 42, 42, 1) !important;}#s-7a5b41d8-4407-48b9-b1aa-590474390cc8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a5b41d8-4407-48b9-b1aa-590474390cc8-root {
    text-align: center;
  }


#s-7a5b41d8-4407-48b9-b1aa-590474390cc8.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a5b41d8-4407-48b9-b1aa-590474390cc8-root {
    text-align: center;
  }


#s-7a5b41d8-4407-48b9-b1aa-590474390cc8.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a5b41d8-4407-48b9-b1aa-590474390cc8-root {
    text-align: center;
  }


#s-7a5b41d8-4407-48b9-b1aa-590474390cc8.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a5b41d8-4407-48b9-b1aa-590474390cc8-root {
    text-align: center;
  }


#s-7a5b41d8-4407-48b9-b1aa-590474390cc8.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a5b41d8-4407-48b9-b1aa-590474390cc8-root {
    text-align: center;
  }


#s-7a5b41d8-4407-48b9-b1aa-590474390cc8.shg-btn {
  color: rgba(42, 42, 42, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin-top: 8px;
}
}


.shg-image-margin-container-s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
    
    
  }


.s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e0e6ef-7751-4571-83b8-562bb977d873 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
      position: relative;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  
  
  
  
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
    
    
  }


.s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e0e6ef-7751-4571-83b8-562bb977d873 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
      position: relative;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  
  
  
  
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
    
    
  }


.s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e0e6ef-7751-4571-83b8-562bb977d873 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
      position: relative;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  
  
  
  
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
    
    
  }


.s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e0e6ef-7751-4571-83b8-562bb977d873 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
      position: relative;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  
  
  margin-top: 8px;
  
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e0e6ef-7751-4571-83b8-562bb977d873 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
    
    
  }


.s-80e0e6ef-7751-4571-83b8-562bb977d873 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e0e6ef-7751-4571-83b8-562bb977d873 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container {
      position: relative;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e0e6ef-7751-4571-83b8-562bb977d873 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjFkOGIxZWUtNDhhZS00YjdhLWE1MTMtM2ExZjcxYjAxNTlmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjQ3ZDBkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2ZhNjU3O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMWQ4YjFlZS00OGFlLTRiN2EtYTUxMy0zYTFmNzFiMDE1OWYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#b47d0d"}, {"id"=>2, "pos"=>1, "color"=>"#cfa657"}];
hover-type: gradient;
}
#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf:hover {background-color: rgba(180, 125, 13, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-acdebc62-960b-4470-ae6a-ff5fb6b679bf-root {
    text-align: center;
  }


#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acdebc62-960b-4470-ae6a-ff5fb6b679bf-root {
    text-align: center;
  }


#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acdebc62-960b-4470-ae6a-ff5fb6b679bf-root {
    text-align: center;
  }


#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acdebc62-960b-4470-ae6a-ff5fb6b679bf-root {
    text-align: center;
  }


#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acdebc62-960b-4470-ae6a-ff5fb6b679bf-root {
    text-align: center;
  }


#s-acdebc62-960b-4470-ae6a-ff5fb6b679bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-c8a2ff9c-8ec2-4edb-b520-9f4bcae132d1 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-c8a2ff9c-8ec2-4edb-b520-9f4bcae132d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8a2ff9c-8ec2-4edb-b520-9f4bcae132d1 {
  cursor: pointer;
}#s-c8a2ff9c-8ec2-4edb-b520-9f4bcae132d1.shg-box.shg-c {
  justify-content: center;
}

#s-723ed36c-f869-48d7-b6fe-7e649051932a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-723ed36c-f869-48d7-b6fe-7e649051932a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-723ed36c-f869-48d7-b6fe-7e649051932a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-723ed36c-f869-48d7-b6fe-7e649051932a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-723ed36c-f869-48d7-b6fe-7e649051932a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ef3a7712-1440-413d-bbc9-051abf5b775b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ef3a7712-1440-413d-bbc9-051abf5b775b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef3a7712-1440-413d-bbc9-051abf5b775b {
  
}
}@media (max-width: 767px){#s-ef3a7712-1440-413d-bbc9-051abf5b775b {
  
}
}







#s-ef3a7712-1440-413d-bbc9-051abf5b775b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef3a7712-1440-413d-bbc9-051abf5b775b.shg-box.shg-c {
  justify-content: center;
}

#s-4c76106a-23bb-4068-9159-debd83d09096 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 184/146;
text-align: right;
}



.shg-image-margin-container-s-4c76106a-23bb-4068-9159-debd83d09096 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4c76106a-23bb-4068-9159-debd83d09096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
    
    
  }


.s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c76106a-23bb-4068-9159-debd83d09096 {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
      position: relative;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4c76106a-23bb-4068-9159-debd83d09096 {
  
  
  
  
}

#s-4c76106a-23bb-4068-9159-debd83d09096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
    
    
  }


.s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c76106a-23bb-4068-9159-debd83d09096 {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
      position: relative;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-4c76106a-23bb-4068-9159-debd83d09096 {
  
  
  
  
}

#s-4c76106a-23bb-4068-9159-debd83d09096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
    
    
  }


.s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c76106a-23bb-4068-9159-debd83d09096 {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
      position: relative;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-4c76106a-23bb-4068-9159-debd83d09096 {
  
  
  
  
}

#s-4c76106a-23bb-4068-9159-debd83d09096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
    
    
  }


.s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c76106a-23bb-4068-9159-debd83d09096 {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
      position: relative;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-4c76106a-23bb-4068-9159-debd83d09096 {
  
  
  
  
}

#s-4c76106a-23bb-4068-9159-debd83d09096 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4c76106a-23bb-4068-9159-debd83d09096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
    
    
  }


.s-4c76106a-23bb-4068-9159-debd83d09096 .shogun-image-content {
  
    align-items: center;
  
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4c76106a-23bb-4068-9159-debd83d09096 {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container {
      position: relative;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4c76106a-23bb-4068-9159-debd83d09096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1128b767-f1ea-43bb-ad40-96ff0a70965c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1128b767-f1ea-43bb-ad40-96ff0a70965c .shogun-heading-component h1 {
  color: rgba(255, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}



#s-42df3827-55e1-45dd-90c2-f5a0eb936189 {
  margin-top: 5px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
text-align: center;
}

#s-42df3827-55e1-45dd-90c2-f5a0eb936189 .shogun-heading-component h1 {
  color: rgba(32, 75, 58, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  letter-spacing: 0px;
  
}



#s-6bcf03f2-0472-43f9-aa6c-9ee27b5397c0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-6bcf03f2-0472-43f9-aa6c-9ee27b5397c0 .shogun-heading-component h1 {
  color: rgba(32, 75, 58, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 31px;
  line-height: 1.2em;
  letter-spacing: 0px;
  
}



#s-1c82d1a0-2523-4b3a-8f4e-1c4e19d5add5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c82d1a0-2523-4b3a-8f4e-1c4e19d5add5 .shogun-heading-component h1 {
  color: rgba(31, 31, 31, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (max-width: 767px){#s-1c82d1a0-2523-4b3a-8f4e-1c4e19d5add5 .shogun-heading-component h1 {
  color: rgba(31, 31, 31, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}
#s-4fced943-6cbe-4616-b1a3-0537fdd92356 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 51, 51, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
hover-type: color;
}
#s-4fced943-6cbe-4616-b1a3-0537fdd92356:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4fced943-6cbe-4616-b1a3-0537fdd92356:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4fced943-6cbe-4616-b1a3-0537fdd92356-root {
    text-align: center;
  }


#s-4fced943-6cbe-4616-b1a3-0537fdd92356.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4fced943-6cbe-4616-b1a3-0537fdd92356-root {
    text-align: center;
  }


#s-4fced943-6cbe-4616-b1a3-0537fdd92356.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4fced943-6cbe-4616-b1a3-0537fdd92356-root {
    text-align: center;
  }


#s-4fced943-6cbe-4616-b1a3-0537fdd92356.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4fced943-6cbe-4616-b1a3-0537fdd92356-root {
    text-align: center;
  }


#s-4fced943-6cbe-4616-b1a3-0537fdd92356.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4fced943-6cbe-4616-b1a3-0537fdd92356-root {
    text-align: center;
  }


#s-4fced943-6cbe-4616-b1a3-0537fdd92356.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ee7211c7-231d-4700-87f7-03232df8705f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
aspect-ratio: 184/146;
text-align: left;
}



.shg-image-margin-container-s-ee7211c7-231d-4700-87f7-03232df8705f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ee7211c7-231d-4700-87f7-03232df8705f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
    
    
  }


.s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7211c7-231d-4700-87f7-03232df8705f {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
      position: relative;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ee7211c7-231d-4700-87f7-03232df8705f {
  
  
  
  
}

#s-ee7211c7-231d-4700-87f7-03232df8705f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
    
    
  }


.s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7211c7-231d-4700-87f7-03232df8705f {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
      position: relative;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ee7211c7-231d-4700-87f7-03232df8705f {
  
  
  
  
}

#s-ee7211c7-231d-4700-87f7-03232df8705f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
    
    
  }


.s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7211c7-231d-4700-87f7-03232df8705f {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
      position: relative;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ee7211c7-231d-4700-87f7-03232df8705f {
  
  
  
  
}

#s-ee7211c7-231d-4700-87f7-03232df8705f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
    
    
  }


.s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7211c7-231d-4700-87f7-03232df8705f {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
      position: relative;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ee7211c7-231d-4700-87f7-03232df8705f {
  
  
  
  
}

#s-ee7211c7-231d-4700-87f7-03232df8705f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      aspect-ratio: 184/146;
      width: 100%;
      height: 100%;
    }

    #s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-link {
      aspect-ratio: 184/146;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee7211c7-231d-4700-87f7-03232df8705f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
    
    
  }


.s-ee7211c7-231d-4700-87f7-03232df8705f .shogun-image-content {
  
    align-items: center;
  
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee7211c7-231d-4700-87f7-03232df8705f {
      --shg-aspect-ratio: calc(184/146); 
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container {
      position: relative;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee7211c7-231d-4700-87f7-03232df8705f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1227/996;
text-align: center;
}
@media (max-width: 767px){#s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin-top: 8px;
}
}


.shg-image-margin-container-s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      aspect-ratio: 1227/996;
      width: 100%;
      height: 100%;
    }

    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-link {
      aspect-ratio: 1227/996;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
    
    
  }


.s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bec2c1a2-0066-4261-aa41-7097687d724c {
      --shg-aspect-ratio: calc(1227/996); 
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
      position: relative;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-bec2c1a2-0066-4261-aa41-7097687d724c {
  
  
  
  
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      aspect-ratio: 1227/996;
      width: 100%;
      height: 100%;
    }

    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-link {
      aspect-ratio: 1227/996;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
    
    
  }


.s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bec2c1a2-0066-4261-aa41-7097687d724c {
      --shg-aspect-ratio: calc(1227/996); 
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
      position: relative;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-bec2c1a2-0066-4261-aa41-7097687d724c {
  
  
  
  
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      aspect-ratio: 1227/996;
      width: 100%;
      height: 100%;
    }

    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-link {
      aspect-ratio: 1227/996;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
    
    
  }


.s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bec2c1a2-0066-4261-aa41-7097687d724c {
      --shg-aspect-ratio: calc(1227/996); 
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
      position: relative;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-bec2c1a2-0066-4261-aa41-7097687d724c {
  
  
  
  
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      aspect-ratio: 1227/996;
      width: 100%;
      height: 100%;
    }

    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-link {
      aspect-ratio: 1227/996;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
    
    
  }


.s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bec2c1a2-0066-4261-aa41-7097687d724c {
      --shg-aspect-ratio: calc(1227/996); 
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
      position: relative;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-bec2c1a2-0066-4261-aa41-7097687d724c {
  
  
  margin-top: 8px;
  
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      aspect-ratio: 1227/996;
      width: 100%;
      height: 100%;
    }

    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-link {
      aspect-ratio: 1227/996;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bec2c1a2-0066-4261-aa41-7097687d724c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
    
    
  }


.s-bec2c1a2-0066-4261-aa41-7097687d724c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bec2c1a2-0066-4261-aa41-7097687d724c {
      --shg-aspect-ratio: calc(1227/996); 
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container {
      position: relative;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bec2c1a2-0066-4261-aa41-7097687d724c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-58ef8002-fe3f-4b78-ba45-702eaea5985b {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-58ef8002-fe3f-4b78-ba45-702eaea5985b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58ef8002-fe3f-4b78-ba45-702eaea5985b {
  cursor: pointer;
}#s-58ef8002-fe3f-4b78-ba45-702eaea5985b.shg-box.shg-c {
  justify-content: center;
}

#s-c1f7eae3-16fb-4734-a780-382ebc140e4e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c1f7eae3-16fb-4734-a780-382ebc140e4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1f7eae3-16fb-4734-a780-382ebc140e4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c1f7eae3-16fb-4734-a780-382ebc140e4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1f7eae3-16fb-4734-a780-382ebc140e4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a24f3c5c-7bdf-46f3-ac33-620ed081df69 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-a24f3c5c-7bdf-46f3-ac33-620ed081df69 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a24f3c5c-7bdf-46f3-ac33-620ed081df69 {
  
}
}@media (max-width: 767px){#s-a24f3c5c-7bdf-46f3-ac33-620ed081df69 {
  
}
}







#s-a24f3c5c-7bdf-46f3-ac33-620ed081df69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a24f3c5c-7bdf-46f3-ac33-620ed081df69.shg-box.shg-c {
  justify-content: center;
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin-top: 8px;
}
}


.shg-image-margin-container-s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
    
    
  }


.s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
      position: relative;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  
  
  
  
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
    
    
  }


.s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
      position: relative;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  
  
  
  
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
    
    
  }


.s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
      position: relative;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  
  
  
  
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
    
    
  }


.s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
      position: relative;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  
  
  margin-top: 8px;
  
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
    
    
  }


.s-ac51a2d1-81be-4b05-bfb9-f73712415c85 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container {
      position: relative;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ac51a2d1-81be-4b05-bfb9-f73712415c85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-16d757df-ba13-4e70-bc53-d426d2a46677 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-16d757df-ba13-4e70-bc53-d426d2a46677 {
  
}
}
#s-16d757df-ba13-4e70-bc53-d426d2a46677 .shogun-heading-component h1 {
  color: rgba(180, 125, 13, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.4em;
  
  
}



#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  margin-left: 15%;
margin-right: 15%;
max-width: 1000px;
aspect-ratio: 1000/391;
text-align: center;
}



.shg-image-margin-container-s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  margin-left: 15%;
  margin-right: 15%;
  
  
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      aspect-ratio: 1000/391;
      width: 100%;
      height: 100%;
    }

    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-link {
      aspect-ratio: 1000/391;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
    
    
  }


.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
      --shg-aspect-ratio: calc(1000/391); 
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
      position: relative;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  
  
  
  
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      aspect-ratio: 1000/391;
      width: 100%;
      height: 100%;
    }

    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-link {
      aspect-ratio: 1000/391;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
    
    
  }


.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
      --shg-aspect-ratio: calc(1000/391); 
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
      position: relative;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  
  
  
  
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      aspect-ratio: 1000/391;
      width: 100%;
      height: 100%;
    }

    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-link {
      aspect-ratio: 1000/391;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
    
    
  }


.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
      --shg-aspect-ratio: calc(1000/391); 
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
      position: relative;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  
  
  
  
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      aspect-ratio: 1000/391;
      width: 100%;
      height: 100%;
    }

    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-link {
      aspect-ratio: 1000/391;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
    
    
  }


.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
      --shg-aspect-ratio: calc(1000/391); 
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
      position: relative;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  
  
  
  
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      aspect-ratio: 1000/391;
      width: 100%;
      height: 100%;
    }

    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-link {
      aspect-ratio: 1000/391;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
    
    
  }


.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 {
      --shg-aspect-ratio: calc(1000/391); 
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container {
      position: relative;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c56deac-9d4f-4dd6-a8f5-4c2a14102d81 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b391af75-bf8c-4f6b-8f7c-5831213e45d4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b391af75-bf8c-4f6b-8f7c-5831213e45d4 {
  
}
}
#s-b391af75-bf8c-4f6b-8f7c-5831213e45d4 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b391af75-bf8c-4f6b-8f7c-5831213e45d4 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-b391af75-bf8c-4f6b-8f7c-5831213e45d4 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a-root {
    text-align: center;
  }


#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a-root {
    text-align: center;
  }


#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a-root {
    text-align: center;
  }


#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a-root {
    text-align: center;
  }


#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a-root {
    text-align: center;
  }


#s-40d5d5f3-110c-437b-a8c6-f8d3eb2a2c8a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-12dfb6c2-a73e-4380-b1bc-4afcb2c24092 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-12dfb6c2-a73e-4380-b1bc-4afcb2c24092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12dfb6c2-a73e-4380-b1bc-4afcb2c24092 {
  cursor: pointer;
}#s-12dfb6c2-a73e-4380-b1bc-4afcb2c24092.shg-box.shg-c {
  justify-content: center;
}

#s-5d75cdba-f666-4a90-a401-16a2064e672a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5d75cdba-f666-4a90-a401-16a2064e672a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d75cdba-f666-4a90-a401-16a2064e672a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d75cdba-f666-4a90-a401-16a2064e672a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d75cdba-f666-4a90-a401-16a2064e672a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5d75cdba-f666-4a90-a401-16a2064e672a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
    
    
  }


.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
      position: relative;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  
  
  
  
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
    
    
  }


.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
      position: relative;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  
  
  
  
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
    
    
  }


.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
      position: relative;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  
  
  
  
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
    
    
  }


.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
      position: relative;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  
  
  
  
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
    
    
  }


.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container {
      position: relative;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dcd53c9b-d6d5-4793-8d39-042f804f80e8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin-top: 8px;
}
}


.shg-image-margin-container-s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
    
    
  }


.s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e85b57-ceb0-4633-9e23-cde251904386 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
      position: relative;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-80e85b57-ceb0-4633-9e23-cde251904386 {
  
  
  
  
}

#s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
    
    
  }


.s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e85b57-ceb0-4633-9e23-cde251904386 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
      position: relative;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-80e85b57-ceb0-4633-9e23-cde251904386 {
  
  
  
  
}

#s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
    
    
  }


.s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e85b57-ceb0-4633-9e23-cde251904386 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
      position: relative;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-80e85b57-ceb0-4633-9e23-cde251904386 {
  
  
  
  
}

#s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
    
    
  }


.s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e85b57-ceb0-4633-9e23-cde251904386 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
      position: relative;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-80e85b57-ceb0-4633-9e23-cde251904386 {
  
  
  margin-top: 8px;
  
}

#s-80e85b57-ceb0-4633-9e23-cde251904386 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      width: 100%;
      height: 100%;
    }

    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80e85b57-ceb0-4633-9e23-cde251904386 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
    
    
  }


.s-80e85b57-ceb0-4633-9e23-cde251904386 .shogun-image-content {
  
    align-items: center;
  
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80e85b57-ceb0-4633-9e23-cde251904386 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container {
      position: relative;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80e85b57-ceb0-4633-9e23-cde251904386 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dbb4ee8a-8676-4c48-8eec-de9ce4de0fca {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbb4ee8a-8676-4c48-8eec-de9ce4de0fca {
  
}
}
#s-dbb4ee8a-8676-4c48-8eec-de9ce4de0fca .shogun-heading-component h1 {
  color: rgba(180, 125, 13, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dbb4ee8a-8676-4c48-8eec-de9ce4de0fca .shogun-heading-component h1 {
  color: rgba(180, 125, 13, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}
#s-4a933074-0cd4-42ba-bb99-21f8b8784c5a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a933074-0cd4-42ba-bb99-21f8b8784c5a {
  
}
}
#s-4a933074-0cd4-42ba-bb99-21f8b8784c5a .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 142px;
  line-height: 0.75em;
  letter-spacing: 1px;
  
}


@media (max-width: 767px){#s-4a933074-0cd4-42ba-bb99-21f8b8784c5a .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 109px;
  line-height: 0.75em;
  letter-spacing: 1px;
  
}


}
#s-d519807b-e081-494e-ad0a-ed566adb1e80 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d519807b-e081-494e-ad0a-ed566adb1e80 {
  
}
}
#s-d519807b-e081-494e-ad0a-ed566adb1e80 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d519807b-e081-494e-ad0a-ed566adb1e80 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-d519807b-e081-494e-ad0a-ed566adb1e80 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}
#s-5c06f049-24a5-43b0-ae85-f56dffc07bed {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5c06f049-24a5-43b0-ae85-f56dffc07bed {
  
}
}
#s-5c06f049-24a5-43b0-ae85-f56dffc07bed .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5c06f049-24a5-43b0-ae85-f56dffc07bed .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-5c06f049-24a5-43b0-ae85-f56dffc07bed .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}
#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e115b34a-3cba-42d3-aa5b-88b3169edbd9-root {
    text-align: center;
  }


#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e115b34a-3cba-42d3-aa5b-88b3169edbd9-root {
    text-align: center;
  }


#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e115b34a-3cba-42d3-aa5b-88b3169edbd9-root {
    text-align: center;
  }


#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e115b34a-3cba-42d3-aa5b-88b3169edbd9-root {
    text-align: center;
  }


#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e115b34a-3cba-42d3-aa5b-88b3169edbd9-root {
    text-align: center;
  }


#s-e115b34a-3cba-42d3-aa5b-88b3169edbd9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
background-position: center bottom;
}

#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  background-image: url(https://i.shgcdn.com/932b7bad-7bf9-42d7-a776-f47da66d6033/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9b4cb3a-80ff-488c-9846-b470d11ee701 {
  cursor: pointer;
}#s-f9b4cb3a-80ff-488c-9846-b470d11ee701.shg-box.shg-c {
  justify-content: center;
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  margin-left: auto;
margin-right: auto;
max-width: 5000px;
aspect-ratio: 3000/750;
text-align: center;
}
@media (max-width: 767px){#s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  display: none;
}
#s-5c048844-8b7e-4544-9928-ca87fe7104c6, #wrap-s-5c048844-8b7e-4544-9928-ca87fe7104c6 { display: none !important; }}


.shg-image-margin-container-s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      aspect-ratio: 3000/750;
      width: 100%;
      height: 100%;
    }

    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-link {
      aspect-ratio: 3000/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
    
    
  }


.s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
      --shg-aspect-ratio: calc(3000/750); 
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
      position: relative;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  
  
  
  
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      aspect-ratio: 3000/750;
      width: 100%;
      height: 100%;
    }

    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-link {
      aspect-ratio: 3000/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
    
    
  }


.s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
      --shg-aspect-ratio: calc(3000/750); 
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
      position: relative;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  
  
  
  
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      aspect-ratio: 3000/750;
      width: 100%;
      height: 100%;
    }

    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-link {
      aspect-ratio: 3000/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
    
    
  }


.s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
      --shg-aspect-ratio: calc(3000/750); 
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
      position: relative;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  
  
  
  
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      aspect-ratio: 3000/750;
      width: 100%;
      height: 100%;
    }

    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-link {
      aspect-ratio: 3000/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
    
    
  }


.s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
      --shg-aspect-ratio: calc(3000/750); 
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
      position: relative;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  
  
  
  
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      aspect-ratio: 3000/750;
      width: 100%;
      height: 100%;
    }

    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-link {
      aspect-ratio: 3000/750;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
    
    
  }


.s-5c048844-8b7e-4544-9928-ca87fe7104c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 {
      --shg-aspect-ratio: calc(3000/750); 
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container {
      position: relative;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5c048844-8b7e-4544-9928-ca87fe7104c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d2759d8e-3621-4e1a-bae5-1ac653d1fc15 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2759d8e-3621-4e1a-bae5-1ac653d1fc15 {
  
}
}@media (max-width: 767px){#s-d2759d8e-3621-4e1a-bae5-1ac653d1fc15 {
  margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}
}
#s-d2759d8e-3621-4e1a-bae5-1ac653d1fc15 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 100px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-d2759d8e-3621-4e1a-bae5-1ac653d1fc15 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 94px;
  line-height: 1em;
  
  
}


}
#s-7968b10c-2b6a-4b5d-9f0c-ae6a201ad6cd {
  margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 1px;
text-align: center;
}

#s-7968b10c-2b6a-4b5d-9f0c-ae6a201ad6cd .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-7968b10c-2b6a-4b5d-9f0c-ae6a201ad6cd .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Zilla Slab";
  font-style:  normal ;
  font-size: 29px;
  line-height: 1em;
  
  
}


}
#s-91177f83-f18b-4b19-9946-d2682118d90f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91177f83-f18b-4b19-9946-d2682118d90f .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


@media (max-width: 767px){#s-91177f83-f18b-4b19-9946-d2682118d90f .shogun-heading-component h1 {
  color: rgba(49, 49, 49, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-0364473f-d083-4782-abf6-e70d2c19f6bf {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-0364473f-d083-4782-abf6-e70d2c19f6bf:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0364473f-d083-4782-abf6-e70d2c19f6bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0364473f-d083-4782-abf6-e70d2c19f6bf-root {
    text-align: center;
  }


#s-0364473f-d083-4782-abf6-e70d2c19f6bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0364473f-d083-4782-abf6-e70d2c19f6bf-root {
    text-align: center;
  }


#s-0364473f-d083-4782-abf6-e70d2c19f6bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0364473f-d083-4782-abf6-e70d2c19f6bf-root {
    text-align: center;
  }


#s-0364473f-d083-4782-abf6-e70d2c19f6bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0364473f-d083-4782-abf6-e70d2c19f6bf-root {
    text-align: center;
  }


#s-0364473f-d083-4782-abf6-e70d2c19f6bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0364473f-d083-4782-abf6-e70d2c19f6bf-root {
    text-align: center;
  }


#s-0364473f-d083-4782-abf6-e70d2c19f6bf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-992df463-1efd-46bd-98e9-b42515c186fc {
  margin-left: auto;
margin-right: auto;
max-width: 5000px;
aspect-ratio: 1000/505;
text-align: center;
}
@media (min-width: 1200px){#s-992df463-1efd-46bd-98e9-b42515c186fc {
  display: none;
}
#s-992df463-1efd-46bd-98e9-b42515c186fc, #wrap-s-992df463-1efd-46bd-98e9-b42515c186fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-992df463-1efd-46bd-98e9-b42515c186fc {
  display: none;
}
#s-992df463-1efd-46bd-98e9-b42515c186fc, #wrap-s-992df463-1efd-46bd-98e9-b42515c186fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-992df463-1efd-46bd-98e9-b42515c186fc {
  display: none;
}
#s-992df463-1efd-46bd-98e9-b42515c186fc, #wrap-s-992df463-1efd-46bd-98e9-b42515c186fc { display: none !important; }}


.shg-image-margin-container-s-992df463-1efd-46bd-98e9-b42515c186fc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-992df463-1efd-46bd-98e9-b42515c186fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      aspect-ratio: 1000/505;
      width: 100%;
      height: 100%;
    }

    #s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-link {
      aspect-ratio: 1000/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
    
    
  }


.s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-content {
  
    align-items: center;
  
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992df463-1efd-46bd-98e9-b42515c186fc {
      --shg-aspect-ratio: calc(1000/505); 
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
      position: relative;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-992df463-1efd-46bd-98e9-b42515c186fc {
  
  
  
  
}

#s-992df463-1efd-46bd-98e9-b42515c186fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      aspect-ratio: 1000/505;
      width: 100%;
      height: 100%;
    }

    #s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-link {
      aspect-ratio: 1000/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
    
    
  }


.s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-content {
  
    align-items: center;
  
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992df463-1efd-46bd-98e9-b42515c186fc {
      --shg-aspect-ratio: calc(1000/505); 
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
      position: relative;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-992df463-1efd-46bd-98e9-b42515c186fc {
  
  
  
  
}

#s-992df463-1efd-46bd-98e9-b42515c186fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      aspect-ratio: 1000/505;
      width: 100%;
      height: 100%;
    }

    #s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-link {
      aspect-ratio: 1000/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
    
    
  }


.s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-content {
  
    align-items: center;
  
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992df463-1efd-46bd-98e9-b42515c186fc {
      --shg-aspect-ratio: calc(1000/505); 
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
      position: relative;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-992df463-1efd-46bd-98e9-b42515c186fc {
  
  
  
  
}

#s-992df463-1efd-46bd-98e9-b42515c186fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      aspect-ratio: 1000/505;
      width: 100%;
      height: 100%;
    }

    #s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-link {
      aspect-ratio: 1000/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
    
    
  }


.s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-content {
  
    align-items: center;
  
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992df463-1efd-46bd-98e9-b42515c186fc {
      --shg-aspect-ratio: calc(1000/505); 
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
      position: relative;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-992df463-1efd-46bd-98e9-b42515c186fc {
  
  
  
  
}

#s-992df463-1efd-46bd-98e9-b42515c186fc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      aspect-ratio: 1000/505;
      width: 100%;
      height: 100%;
    }

    #s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-link {
      aspect-ratio: 1000/505;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-992df463-1efd-46bd-98e9-b42515c186fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
    
    
  }


.s-992df463-1efd-46bd-98e9-b42515c186fc .shogun-image-content {
  
    align-items: center;
  
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-992df463-1efd-46bd-98e9-b42515c186fc {
      --shg-aspect-ratio: calc(1000/505); 
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container {
      position: relative;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-992df463-1efd-46bd-98e9-b42515c186fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-07caaf92-179f-4469-84ef-cf1194554016 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}








#s-07caaf92-179f-4469-84ef-cf1194554016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07caaf92-179f-4469-84ef-cf1194554016 {
  cursor: pointer;
}#s-07caaf92-179f-4469-84ef-cf1194554016.shg-box.shg-c {
  justify-content: center;
}

#s-5c0701b4-8444-4b58-aee0-68fdfeb19d34 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5c0701b4-8444-4b58-aee0-68fdfeb19d34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c0701b4-8444-4b58-aee0-68fdfeb19d34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5c0701b4-8444-4b58-aee0-68fdfeb19d34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c0701b4-8444-4b58-aee0-68fdfeb19d34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5c0701b4-8444-4b58-aee0-68fdfeb19d34"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
    
    
  }


.s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
      position: relative;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  
  
  
  
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
    
    
  }


.s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
      position: relative;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  
  
  
  
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
    
    
  }


.s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
      position: relative;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  
  
  
  
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
    
    
  }


.s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
      position: relative;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  
  
  
  
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
    
    
  }


.s-cb1aacec-8034-4e16-8d2f-01a9286fd915 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container {
      position: relative;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cb1aacec-8034-4e16-8d2f-01a9286fd915 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin-top: 8px;
}
}


.shg-image-margin-container-s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
    
    
  }


.s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
      position: relative;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  
  
  
  
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
    
    
  }


.s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
      position: relative;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  
  
  
  
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
    
    
  }


.s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
      position: relative;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  
  
  
  
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
    
    
  }


.s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
      position: relative;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  
  
  margin-top: 8px;
  
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
    
    
  }


.s-32943308-f1d5-4216-bde4-b6dad87c80c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container {
      position: relative;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32943308-f1d5-4216-bde4-b6dad87c80c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-35603412-3ade-4e53-a87d-6bf23ce75344 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-35603412-3ade-4e53-a87d-6bf23ce75344 {
  
}
}
#s-35603412-3ade-4e53-a87d-6bf23ce75344 .shogun-heading-component h1 {
  color: rgba(180, 125, 13, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-35603412-3ade-4e53-a87d-6bf23ce75344 .shogun-heading-component h1 {
  color: rgba(180, 125, 13, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}
#s-dd906dd9-04f1-485a-986a-6615143557de {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd906dd9-04f1-485a-986a-6615143557de {
  
}
}
#s-dd906dd9-04f1-485a-986a-6615143557de .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 150px;
  line-height: 0.75em;
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-dd906dd9-04f1-485a-986a-6615143557de .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 140px;
  line-height: 0.75em;
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dd906dd9-04f1-485a-986a-6615143557de .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 80px;
  line-height: 0.75em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-dd906dd9-04f1-485a-986a-6615143557de .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 100px;
  line-height: 0.75em;
  letter-spacing: 1px;
  
}


}
#s-ee086c86-6de1-409a-af55-1d2784f30530 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee086c86-6de1-409a-af55-1d2784f30530 {
  
}
}
#s-ee086c86-6de1-409a-af55-1d2784f30530 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ee086c86-6de1-409a-af55-1d2784f30530 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ee086c86-6de1-409a-af55-1d2784f30530 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-ee086c86-6de1-409a-af55-1d2784f30530 .shogun-heading-component h1 {
  color: rgba(127, 14, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.3em;
  letter-spacing: 1px;
  
}


}
#s-af9137da-952f-4c24-829a-7554d4d758ee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-af9137da-952f-4c24-829a-7554d4d758ee {
  
}
}
#s-af9137da-952f-4c24-829a-7554d4d758ee .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.4em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-af9137da-952f-4c24-829a-7554d4d758ee .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}@media (max-width: 767px){#s-af9137da-952f-4c24-829a-7554d4d758ee .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.4em;
  
  
}


}
#s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  margin-left: 25%;
margin-bottom: 8px;
margin-right: 25%;
max-width: 612px;
aspect-ratio: 612/186;
text-align: center;
}



.shg-image-margin-container-s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  margin-left: 25%;
  margin-right: 25%;
  
  margin-bottom: 8px;
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      aspect-ratio: 612/186;
      width: 100%;
      height: 100%;
    }

    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-link {
      aspect-ratio: 612/186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
    
    
  }


.s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
      --shg-aspect-ratio: calc(612/186); 
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
      position: relative;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  
  
  
  
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      aspect-ratio: 612/186;
      width: 100%;
      height: 100%;
    }

    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-link {
      aspect-ratio: 612/186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
    
    
  }


.s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
      --shg-aspect-ratio: calc(612/186); 
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
      position: relative;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  
  
  
  
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      aspect-ratio: 612/186;
      width: 100%;
      height: 100%;
    }

    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-link {
      aspect-ratio: 612/186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
    
    
  }


.s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
      --shg-aspect-ratio: calc(612/186); 
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
      position: relative;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  
  
  
  
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      aspect-ratio: 612/186;
      width: 100%;
      height: 100%;
    }

    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-link {
      aspect-ratio: 612/186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
    
    
  }


.s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
      --shg-aspect-ratio: calc(612/186); 
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
      position: relative;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  
  
  
  
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      aspect-ratio: 612/186;
      width: 100%;
      height: 100%;
    }

    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-link {
      aspect-ratio: 612/186;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
    
    
  }


.s-b8ec41c0-7910-4cd8-bbad-e810986e7329 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 {
      --shg-aspect-ratio: calc(612/186); 
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container {
      position: relative;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8ec41c0-7910-4cd8-bbad-e810986e7329 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-472a04ef-25df-463d-8256-a928b2a144f1 {
  margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-image: none;
hover-type: color;
}
#s-472a04ef-25df-463d-8256-a928b2a144f1:hover {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-472a04ef-25df-463d-8256-a928b2a144f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-472a04ef-25df-463d-8256-a928b2a144f1-root {
    text-align: center;
  }


#s-472a04ef-25df-463d-8256-a928b2a144f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-472a04ef-25df-463d-8256-a928b2a144f1-root {
    text-align: center;
  }


#s-472a04ef-25df-463d-8256-a928b2a144f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-472a04ef-25df-463d-8256-a928b2a144f1-root {
    text-align: center;
  }


#s-472a04ef-25df-463d-8256-a928b2a144f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-472a04ef-25df-463d-8256-a928b2a144f1-root {
    text-align: center;
  }


#s-472a04ef-25df-463d-8256-a928b2a144f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-472a04ef-25df-463d-8256-a928b2a144f1-root {
    text-align: center;
  }


#s-472a04ef-25df-463d-8256-a928b2a144f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
