.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-76985951-66e5-4edd-8784-1f709f8844d9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-76985951-66e5-4edd-8784-1f709f8844d9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-76985951-66e5-4edd-8784-1f709f8844d9 .shg-sld-nav-button.shg-sld-left,
#s-76985951-66e5-4edd-8784-1f709f8844d9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-d6675f05-787b-49f7-9ccb-4b051f59027a {
  min-height: 50px;
}








#s-d6675f05-787b-49f7-9ccb-4b051f59027a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6675f05-787b-49f7-9ccb-4b051f59027a.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;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af585bc2-9db9-415d-a8da-f7bc95abac4c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82e83608-0777-428a-a9c5-f25c48a28344 {
  margin-top: 30px;
}

#s-82e83608-0777-428a-a9c5-f25c48a28344 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 {
  text-align: left;
}


.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 {
  max-width: 100%;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom,
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 {
  max-width: 100%;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom,
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 {
  max-width: 100%;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom,
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 {
  max-width: 100%;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom,
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 {
  max-width: 100%;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom,
.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2b09228-0ffc-49e2-95e6-4049019f02e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-32eb6a08-e58b-48e1-81cc-aab4daf1bc44 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-32eb6a08-e58b-48e1-81cc-aab4daf1bc44 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-32eb6a08-e58b-48e1-81cc-aab4daf1bc44 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e5848e8-084a-4cb0-be83-9cc2580ee3b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-d5347596-440f-4a2f-b08b-ad9e76bbac2c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-d5347596-440f-4a2f-b08b-ad9e76bbac2c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c36d92ca-1e28-4b2f-9132-c2dceeac229a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-c36d92ca-1e28-4b2f-9132-c2dceeac229a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0f61d31-fd37-4b6e-8761-b48027301d87 {
  margin-top: 30px;
}

#s-e0f61d31-fd37-4b6e-8761-b48027301d87 {
  display: none;
}
#s-e6c30608-fb82-4c92-9462-826d4b20d5bf {
  display: none;
}
#s-b7520f47-7613-4a23-8d08-ab7d314ec78c {
  text-align: left;
}


.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c {
  max-width: 100%;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom,
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c {
  max-width: 100%;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom,
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c {
  max-width: 100%;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom,
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c {
  max-width: 100%;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom,
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c {
  max-width: 100%;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom,
.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b7520f47-7613-4a23-8d08-ab7d314ec78c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6ccbd212-1868-499a-a08f-3cdb3a1abaa0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6ccbd212-1868-499a-a08f-3cdb3a1abaa0 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-6ccbd212-1868-499a-a08f-3cdb3a1abaa0 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-80931198-d101-4973-b754-f3c8a8047078"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-28ec11e7-e612-441d-a466-2a10fe83f99a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-28ec11e7-e612-441d-a466-2a10fe83f99a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-20e3e894-a19f-4e79-be21-b7e0e44959c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f7d2c6a2-9042-4b56-ac83-38c2d6be489a {
  margin-top: 30px;
}

#s-f7d2c6a2-9042-4b56-ac83-38c2d6be489a {
  display: none;
}
#s-23bd350b-1250-4884-80a6-ad613e092d8a {
  display: none;
}
#s-de309b81-7d6e-4069-bdc9-139ded026e30 {
  text-align: left;
}


.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 {
  max-width: 100%;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom,
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 {
  max-width: 100%;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom,
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 {
  max-width: 100%;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom,
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 {
  max-width: 100%;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom,
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 {
  max-width: 100%;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom,
.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de309b81-7d6e-4069-bdc9-139ded026e30 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ac064890-805b-4f85-9c2c-2142133c8a80 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-ac064890-805b-4f85-9c2c-2142133c8a80 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-ac064890-805b-4f85-9c2c-2142133c8a80 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d76c16a-2dd6-4894-aafb-08109d7507de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-926af9f8-9814-4a18-8e01-9f87c4e321f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-926af9f8-9814-4a18-8e01-9f87c4e321f0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1fa0b973-494b-4940-8272-e97f18e2d1cf {
  margin-top: 30px;
}

#s-1fa0b973-494b-4940-8272-e97f18e2d1cf {
  display: none;
}
#s-4d609ab0-c04e-4957-a76b-e92fd4edb182 {
  display: none;
}
#s-ae0fb2d9-f671-4038-93a8-49811b65803f {
  text-align: left;
}


.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f {
  max-width: 100%;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom,
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f {
  max-width: 100%;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom,
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f {
  max-width: 100%;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom,
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f {
  max-width: 100%;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom,
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f {
  max-width: 100%;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom,
.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ae0fb2d9-f671-4038-93a8-49811b65803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0c3ca0b0-928c-41b9-990f-b60d42495319 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0c3ca0b0-928c-41b9-990f-b60d42495319 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-0c3ca0b0-928c-41b9-990f-b60d42495319 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9266b03-af63-4c45-8ee5-84332becc441"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ead714ab-387c-4c17-a5d6-472f7619bf8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-ead714ab-387c-4c17-a5d6-472f7619bf8b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2eac104-efff-4321-b6c7-a82593dd218a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-086ba288-45b9-4a6b-8359-5557ab8f6e69 {
  margin-top: 30px;
}

#s-086ba288-45b9-4a6b-8359-5557ab8f6e69 {
  display: none;
}
#s-fdb2bfa2-dab4-42c5-b7fb-5fabb62b4459 {
  display: none;
}
#s-fd15b96c-fd14-4443-a7d5-975cc691182e {
  text-align: left;
}


.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e {
  max-width: 100%;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom,
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e {
  max-width: 100%;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom,
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e {
  max-width: 100%;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom,
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e {
  max-width: 100%;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom,
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e {
  max-width: 100%;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom,
.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd15b96c-fd14-4443-a7d5-975cc691182e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0f9f6339-0d22-41f3-b32f-e1c11ed01e3f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0f9f6339-0d22-41f3-b32f-e1c11ed01e3f .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-0f9f6339-0d22-41f3-b32f-e1c11ed01e3f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c2a304e-e775-43d4-90d4-6c8e51ae82a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-50d991aa-d634-42ce-a3b7-c19c7ec83737 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-50d991aa-d634-42ce-a3b7-c19c7ec83737 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7fa7e8f4-a7ea-469e-9318-5a136b64abd4 {
  margin-top: 30px;
}

#s-7fa7e8f4-a7ea-469e-9318-5a136b64abd4 {
  display: none;
}
#s-5cc802c5-1e26-4626-aa65-70f3cc377c3c {
  display: none;
}
#s-a7cde97c-0dfe-42db-a71b-c350a7895ade {
  text-align: left;
}


.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade {
  max-width: 100%;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom,
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade {
  max-width: 100%;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom,
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade {
  max-width: 100%;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom,
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade {
  max-width: 100%;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom,
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade {
  max-width: 100%;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom,
.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7cde97c-0dfe-42db-a71b-c350a7895ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d5ca7230-8cd0-495f-8acb-0987cd114352 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-d5ca7230-8cd0-495f-8acb-0987cd114352 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-d5ca7230-8cd0-495f-8acb-0987cd114352 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-09678fd7-cec2-4ceb-967d-be81240a7bb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ac6392c5-7182-478a-a019-c2ed48b23596 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-ac6392c5-7182-478a-a019-c2ed48b23596 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4e7fb57-bc82-4422-8eb6-1ed17f49a8ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fa654288-6ff3-49e0-ad24-8a24b6b1c7d0 {
  margin-top: 30px;
}

#s-fa654288-6ff3-49e0-ad24-8a24b6b1c7d0 {
  display: none;
}
#s-44e10e0d-3bb5-437c-becb-f02c38010405 {
  display: none;
}
#s-d54388f2-d92a-4455-9779-a210a1da1d1e {
  text-align: left;
}


.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e {
  max-width: 100%;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom,
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e {
  max-width: 100%;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom,
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e {
  max-width: 100%;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom,
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e {
  max-width: 100%;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom,
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e {
  max-width: 100%;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom,
.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d54388f2-d92a-4455-9779-a210a1da1d1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-752f652b-58da-496d-8e49-7dbadf626ad7 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-752f652b-58da-496d-8e49-7dbadf626ad7 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-752f652b-58da-496d-8e49-7dbadf626ad7 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-670ae64e-fb68-43d1-af3b-b427345fd572"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9afabf71-1aab-4ee6-9f99-30dc802413da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-9afabf71-1aab-4ee6-9f99-30dc802413da .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c2f7980-1aff-4c9d-a1a3-e545cffb4d4a {
  margin-top: 30px;
}

#s-2c2f7980-1aff-4c9d-a1a3-e545cffb4d4a {
  display: none;
}
#s-568a904d-cc2a-410e-8eef-df5748afaa4e {
  display: none;
}
#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 {
  text-align: left;
}


.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 {
  max-width: 100%;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom,
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 {
  max-width: 100%;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom,
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 {
  max-width: 100%;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom,
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 {
  max-width: 100%;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom,
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 {
  max-width: 100%;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom,
.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6550bb45-4b7f-4dac-ad54-d9a08cfaf1a9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6a62c1ff-550d-43b1-bde6-431b26c3159c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-6a62c1ff-550d-43b1-bde6-431b26c3159c .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-6a62c1ff-550d-43b1-bde6-431b26c3159c .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7ae99942-3516-471f-9062-f28f1faf969a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d616b44-a45f-4cfa-871c-03dab30aad1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-3d616b44-a45f-4cfa-871c-03dab30aad1a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc3770bc-e4b7-435b-964d-6fc6a4f6a619"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ed0888aa-e1ac-4bba-bad9-d226d6e5e815 {
  margin-top: 30px;
}

#s-ed0888aa-e1ac-4bba-bad9-d226d6e5e815 {
  display: none;
}
#s-caf17a5c-06cf-4ace-b97c-ea2cfd511b3e {
  display: none;
}
#s-07353604-57f6-416a-a3ef-5ef24f025f63 {
  text-align: left;
}


.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 {
  max-width: 100%;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom,
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 {
  max-width: 100%;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom,
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 {
  max-width: 100%;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom,
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 {
  max-width: 100%;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom,
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 {
  max-width: 100%;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom,
.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-07353604-57f6-416a-a3ef-5ef24f025f63 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f63e0a6-a1f2-4f04-94ff-3dbd348832e6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9f63e0a6-a1f2-4f04-94ff-3dbd348832e6 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9f63e0a6-a1f2-4f04-94ff-3dbd348832e6 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22004796-85e3-4194-a83b-c7177eebe7de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-36e04c96-d9d4-4e3b-b706-77797f44a892 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-36e04c96-d9d4-4e3b-b706-77797f44a892 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-339dd042-43be-40c1-b42c-9f4d3639cf42 {
  margin-top: 30px;
}

#s-339dd042-43be-40c1-b42c-9f4d3639cf42 {
  display: none;
}
#s-84aed9de-a5a4-4bc7-b7c2-49af0d96a34c {
  display: none;
}
#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e {
  text-align: left;
}


.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e {
  max-width: 100%;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom,
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e {
  max-width: 100%;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom,
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e {
  max-width: 100%;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom,
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e {
  max-width: 100%;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom,
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e {
  max-width: 100%;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom,
.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6446e1ee-3c0f-4384-ae82-cbf43dc2fb3e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-027ecfe4-ed74-4c8a-9105-61aefa9563e6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-027ecfe4-ed74-4c8a-9105-61aefa9563e6 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-027ecfe4-ed74-4c8a-9105-61aefa9563e6 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b75380d1-c657-4df1-abd1-f17cf65ee760"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c07cca6e-f87b-444d-ae20-0414ddfa0531 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-c07cca6e-f87b-444d-ae20-0414ddfa0531 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d9990da8-34d8-4a57-b9e7-dc51f3ff2bd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-24b3ad23-3556-4e5f-941c-0041f1700396 {
  margin-top: 30px;
}

#s-24b3ad23-3556-4e5f-941c-0041f1700396 {
  display: none;
}
#s-e4f8854d-d69a-4218-82ec-01ac283c0e05 {
  display: none;
}
#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 {
  text-align: left;
}


.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 {
  max-width: 100%;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom,
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 {
  max-width: 100%;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom,
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 {
  max-width: 100%;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom,
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 {
  max-width: 100%;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom,
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 {
  max-width: 100%;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom,
.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-77ad8b1f-f1cd-49f7-ad84-08ab0151d244 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3b7aff39-5a05-4b02-ac65-a9baac7a2b0e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3b7aff39-5a05-4b02-ac65-a9baac7a2b0e .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-3b7aff39-5a05-4b02-ac65-a9baac7a2b0e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bbacc0f9-4321-4398-aa95-f12074e136cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-19c255a3-6aac-41c7-9541-77dbfdee8aaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-19c255a3-6aac-41c7-9541-77dbfdee8aaa .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d5bbcba-ba4d-4e6a-bd50-17fe988fd58a {
  margin-top: 30px;
}

#s-3d5bbcba-ba4d-4e6a-bd50-17fe988fd58a {
  display: none;
}
#s-c8e43c0d-71ff-4c0a-a511-88b3e0ac8cee {
  display: none;
}
#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 {
  text-align: left;
}


.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 {
  max-width: 100%;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom,
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 {
  max-width: 100%;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom,
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 {
  max-width: 100%;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom,
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 {
  max-width: 100%;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom,
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 {
  max-width: 100%;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom,
.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7caf5649-3371-4927-8cea-b7ec6673b8f3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cb173c7a-c8e1-409e-8a55-c621ff5a05d3 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-cb173c7a-c8e1-409e-8a55-c621ff5a05d3 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-cb173c7a-c8e1-409e-8a55-c621ff5a05d3 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c63d17c-a2b9-482a-9412-7027de5f56cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a8f5e917-d7eb-4406-985b-112c0b9397aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-a8f5e917-d7eb-4406-985b-112c0b9397aa .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-77641c83-2426-4d88-be61-a81aca1ec77e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-008aaa09-fda3-49b2-a149-945ebbe0b1ea {
  margin-top: 30px;
}

#s-008aaa09-fda3-49b2-a149-945ebbe0b1ea {
  display: none;
}
#s-79524a76-2636-4428-8ea2-7adb2b40140d {
  display: none;
}
#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa {
  text-align: left;
}


.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa {
  max-width: 100%;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom,
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa {
  max-width: 100%;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom,
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa {
  max-width: 100%;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom,
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa {
  max-width: 100%;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom,
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa {
  max-width: 100%;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom,
.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4f19e6dc-e278-41b9-8d59-cd741346ebfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b2ecf541-4ce3-4c3f-aa0a-d88e2bed4527 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-b2ecf541-4ce3-4c3f-aa0a-d88e2bed4527 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-b2ecf541-4ce3-4c3f-aa0a-d88e2bed4527 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9c6992a-df35-44c3-8fa0-26d667edaa02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eba6fb12-7442-4045-a66e-bf0548379dc0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-eba6fb12-7442-4045-a66e-bf0548379dc0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-89a8f42e-8273-4e3c-8495-a5174c9154ef {
  margin-top: 30px;
}

#s-89a8f42e-8273-4e3c-8495-a5174c9154ef {
  display: none;
}
#s-c1abd0cb-6aac-4c3f-a86b-9546ba4b304a {
  display: none;
}
#s-286c18d4-6043-4224-8b27-d54e28dc6d91 {
  text-align: left;
}


.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 {
  max-width: 100%;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom,
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 {
  max-width: 100%;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom,
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 {
  max-width: 100%;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom,
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 {
  max-width: 100%;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom,
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 {
  max-width: 100%;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom,
.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-286c18d4-6043-4224-8b27-d54e28dc6d91 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9a711753-24b0-4252-b03b-9e62c5a24baf {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9a711753-24b0-4252-b03b-9e62c5a24baf .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9a711753-24b0-4252-b03b-9e62c5a24baf .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ea0daad-f3ac-4b0d-ac61-0c26d46ad0b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8fddd7a4-f630-4e60-ae9a-a06f22c9e363 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-8fddd7a4-f630-4e60-ae9a-a06f22c9e363 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bb576d28-b0af-449e-8d5a-652d88a70692"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5941a418-af00-4df9-bd55-590fe76ff3e3 {
  margin-top: 30px;
}

#s-5941a418-af00-4df9-bd55-590fe76ff3e3 {
  display: none;
}
#s-50652cc3-9a81-432c-9941-b563d1c14347 {
  display: none;
}
#s-ac42e8e7-4460-4888-863d-e78840bc823e {
  text-align: left;
}


.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e {
  max-width: 100%;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom,
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e {
  max-width: 100%;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom,
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e {
  max-width: 100%;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom,
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e {
  max-width: 100%;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom,
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e {
  max-width: 100%;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom,
.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ac42e8e7-4460-4888-863d-e78840bc823e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9a5d232b-7b4e-4dd1-8375-e8b71eb07c84 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9a5d232b-7b4e-4dd1-8375-e8b71eb07c84 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9a5d232b-7b4e-4dd1-8375-e8b71eb07c84 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3dcf1772-57cc-4067-9f1d-404fb1a62e9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-26197e71-ee7c-44b9-8e3d-59d9ed76c90c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-26197e71-ee7c-44b9-8e3d-59d9ed76c90c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-792c8a60-fe67-46ba-8520-1a6c476ca12d {
  margin-top: 30px;
}

#s-792c8a60-fe67-46ba-8520-1a6c476ca12d {
  display: none;
}
#s-c2f3de52-0041-4aa6-a3f9-7ea3c1c82905 {
  display: none;
}
#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b {
  text-align: left;
}


.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b {
  max-width: 100%;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom,
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b {
  max-width: 100%;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom,
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b {
  max-width: 100%;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom,
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b {
  max-width: 100%;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom,
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b {
  max-width: 100%;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom,
.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-24b9230f-3cb0-4131-8442-1e4d1a30f67b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-86b9850b-8f6f-4908-941f-4947322ea7cc {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-86b9850b-8f6f-4908-941f-4947322ea7cc .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-86b9850b-8f6f-4908-941f-4947322ea7cc .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3116cdb-f3c1-476b-9db3-5ab69c9ada21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-95749142-fa82-4b0b-a38a-475ac8e0845f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-95749142-fa82-4b0b-a38a-475ac8e0845f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3c0cc349-689e-4bdb-be80-0408f69c405a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c5fc15ac-2d35-400f-ba5a-7c87f293a306 {
  margin-top: 30px;
}

#s-c5fc15ac-2d35-400f-ba5a-7c87f293a306 {
  display: none;
}
#s-5948fb4a-e8c1-4ff9-bf10-c4be3900d6f0 {
  display: none;
}
#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 {
  text-align: left;
}


.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 {
  max-width: 100%;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom,
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 {
  max-width: 100%;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom,
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 {
  max-width: 100%;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom,
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 {
  max-width: 100%;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom,
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 {
  max-width: 100%;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom,
.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c4e442a-3faa-48d7-aad7-42dbcb3486a1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-db6c77a5-452b-4a53-8172-fbf72c7106ad {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-db6c77a5-452b-4a53-8172-fbf72c7106ad .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-db6c77a5-452b-4a53-8172-fbf72c7106ad .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b6d9d8-6231-4f45-a362-bc6545a0d46d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b83f3ff1-0214-40da-8ea2-43fd89718f97 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-b83f3ff1-0214-40da-8ea2-43fd89718f97 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-76251453-4d87-4c40-b23c-e25d8f54bc32 {
  margin-top: 30px;
}

#s-76251453-4d87-4c40-b23c-e25d8f54bc32 {
  display: none;
}
#s-5da1ec94-422a-431b-b5fe-da89e918c6d0 {
  display: none;
}
#s-839db022-256a-4c17-8a2f-804438bc79df {
  text-align: left;
}


.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df {
  max-width: 100%;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom,
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df {
  max-width: 100%;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom,
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df {
  max-width: 100%;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom,
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df {
  max-width: 100%;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom,
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df {
  max-width: 100%;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom,
.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-839db022-256a-4c17-8a2f-804438bc79df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5aeebc16-5f9c-4687-be78-1b51daba15f0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-5aeebc16-5f9c-4687-be78-1b51daba15f0 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-5aeebc16-5f9c-4687-be78-1b51daba15f0 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5024be70-c354-4571-acc9-5b06d9f1d3f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1772b040-9254-4e07-86db-ba24b823ad9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-1772b040-9254-4e07-86db-ba24b823ad9e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b7321a6f-1316-407d-94c2-e0de344af885"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34b19e48-b7eb-42f2-9a0a-f3e979ddd289 {
  margin-top: 30px;
}

#s-34b19e48-b7eb-42f2-9a0a-f3e979ddd289 {
  display: none;
}
#s-564ae5aa-925d-4034-a01f-25ca008fe64f {
  display: none;
}
#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 {
  text-align: left;
}


.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 {
  max-width: 100%;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom,
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 {
  max-width: 100%;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom,
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 {
  max-width: 100%;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom,
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 {
  max-width: 100%;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom,
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 {
  max-width: 100%;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom,
.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-30d6489f-eebc-4977-a7f5-bb8b4d917c73 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-92e3b4a1-34bf-408c-8e32-3c6ba4fa3d62 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-92e3b4a1-34bf-408c-8e32-3c6ba4fa3d62 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-92e3b4a1-34bf-408c-8e32-3c6ba4fa3d62 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c15a1733-8494-41a0-a8b8-a20d0a354a2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4042b01e-a8bc-4c2b-b702-16c30694da66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-4042b01e-a8bc-4c2b-b702-16c30694da66 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b5d0871d-7889-4a50-8752-5a0e8ed314ad {
  margin-top: 30px;
}

#s-b5d0871d-7889-4a50-8752-5a0e8ed314ad {
  display: none;
}
#s-941957fc-9a55-4ebc-8e81-0ecd7895e21f {
  display: none;
}
#s-57216538-4f7a-4165-92d1-b30146f9bf61 {
  text-align: left;
}


.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 {
  max-width: 100%;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom,
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 {
  max-width: 100%;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom,
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 {
  max-width: 100%;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom,
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 {
  max-width: 100%;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom,
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 {
  max-width: 100%;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom,
.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-57216538-4f7a-4165-92d1-b30146f9bf61 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf3df7d2-d663-46e8-9326-eac27030710d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-cf3df7d2-d663-46e8-9326-eac27030710d .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-cf3df7d2-d663-46e8-9326-eac27030710d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4a23ba9d-c3f9-4db9-9a02-0dd12ee33509"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c9b3818f-6116-44a6-819a-e2a882637385 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-c9b3818f-6116-44a6-819a-e2a882637385 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a945476e-a477-4c54-81bb-cdf4dcf93ecd {
  min-height: 50px;
}








#s-a945476e-a477-4c54-81bb-cdf4dcf93ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a945476e-a477-4c54-81bb-cdf4dcf93ecd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-64511963-91e1-4a01-b5c1-cde195848bf1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3545cbfa-62f1-4ec4-b820-8290d97bfa45 {
  margin-top: 30px;
}

#s-3545cbfa-62f1-4ec4-b820-8290d97bfa45 {
  display: none;
}
#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 {
  text-align: left;
}


.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 {
  max-width: 100%;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom,
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 {
  max-width: 100%;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom,
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 {
  max-width: 100%;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom,
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 {
  max-width: 100%;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom,
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 {
  max-width: 100%;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom,
.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f229f91d-f5d0-4746-b87d-084d05d1ff03 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-85ead7c9-b803-4d8e-a48f-2cd3dc0b22dc {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-85ead7c9-b803-4d8e-a48f-2cd3dc0b22dc .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-85ead7c9-b803-4d8e-a48f-2cd3dc0b22dc .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-720e61f6-2208-4d4f-9adb-86efb7dca6e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ade17efa-ba50-4416-a5ee-4027ea9a54a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-ade17efa-ba50-4416-a5ee-4027ea9a54a1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b7018db-5ef7-4811-b166-1ef22f2321a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-6b7018db-5ef7-4811-b166-1ef22f2321a6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc2fff40-ad60-4eb0-8deb-d0792ac915eb {
  margin-top: 30px;
}

#s-fc2fff40-ad60-4eb0-8deb-d0792ac915eb {
  display: none;
}
#s-64c091a9-084d-4e88-be28-dd2b4ad900ae {
  display: none;
}
#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 {
  text-align: left;
}


.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 {
  max-width: 100%;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom,
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 {
  max-width: 100%;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom,
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 {
  max-width: 100%;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom,
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 {
  max-width: 100%;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom,
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 {
  max-width: 100%;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom,
.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b2c92afe-288d-43fb-bbda-fb10f2404fb5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0080a7e0-1474-4547-9c8c-5e14cf08f959 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0080a7e0-1474-4547-9c8c-5e14cf08f959 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-0080a7e0-1474-4547-9c8c-5e14cf08f959 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c39afdd7-9375-4ad6-ac3b-f89f36296fc0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-48d93141-e8c2-4ee4-b390-462d67c7b3ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-48d93141-e8c2-4ee4-b390-462d67c7b3ed .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-588d8b6b-3042-4480-bf35-01e9acc686b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-588d8b6b-3042-4480-bf35-01e9acc686b3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bc1b5d3-7679-49ee-9629-02f102d2e272"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7d1c94f5-ee2a-44a4-b0cc-91b45a30fa80 {
  margin-top: 30px;
}

#s-7d1c94f5-ee2a-44a4-b0cc-91b45a30fa80 {
  display: none;
}
#s-f24719e0-06c7-43e6-94c2-913ac4b34687 {
  display: none;
}
#s-d1db32c1-3968-4054-9fd4-e25585720851 {
  text-align: left;
}


.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 {
  max-width: 100%;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom,
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 {
  max-width: 100%;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom,
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 {
  max-width: 100%;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom,
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 {
  max-width: 100%;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom,
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 {
  max-width: 100%;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom,
.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d1db32c1-3968-4054-9fd4-e25585720851 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3578ab35-c21f-4f36-a293-aebc3e38bd19 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-3578ab35-c21f-4f36-a293-aebc3e38bd19 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-3578ab35-c21f-4f36-a293-aebc3e38bd19 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3d35dc94-b004-46f2-a717-723b5599bdcc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c7fece5d-7b9d-4ec7-8dc3-8bf8661a9acb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-c7fece5d-7b9d-4ec7-8dc3-8bf8661a9acb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dfd273d3-cae4-470d-93ac-e1972f22046b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-dfd273d3-cae4-470d-93ac-e1972f22046b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef693b94-72f8-473e-b6ec-8c19a1af3841 {
  margin-top: 30px;
}

#s-ef693b94-72f8-473e-b6ec-8c19a1af3841 {
  display: none;
}
#s-a072fe11-f0b2-4bd2-8bf1-fe2f7cf2c792 {
  display: none;
}
#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 {
  text-align: left;
}


.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 {
  max-width: 100%;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom,
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 {
  max-width: 100%;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom,
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 {
  max-width: 100%;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom,
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 {
  max-width: 100%;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom,
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 {
  max-width: 100%;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom,
.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7d7635ee-6c25-45ea-956b-7cf698dcc6b7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-446f0a4b-bb94-4749-a27a-3154db3317af {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-446f0a4b-bb94-4749-a27a-3154db3317af .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-446f0a4b-bb94-4749-a27a-3154db3317af .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-55cbd4b4-1b22-428d-97c1-a12ce536283c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75d99b52-ab24-4bc1-b593-e6bfe29206a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-75d99b52-ab24-4bc1-b593-e6bfe29206a1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fd90c27c-09c0-4272-a86b-97a61405ced3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-fd90c27c-09c0-4272-a86b-97a61405ced3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dcb4561-d426-4d2c-bd6d-0fe054b63136"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6182d56c-40fb-43fe-a3f2-2f8ec4f0fdaa {
  margin-top: 30px;
}

#s-6182d56c-40fb-43fe-a3f2-2f8ec4f0fdaa {
  display: none;
}
#s-1f90bde9-ca29-4a34-b903-0e61f8f4b293 {
  display: none;
}
#s-139140d8-548b-4232-84c7-26f83b904de7 {
  text-align: left;
}


.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 {
  max-width: 100%;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom,
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 {
  max-width: 100%;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom,
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 {
  max-width: 100%;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom,
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 {
  max-width: 100%;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom,
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 {
  max-width: 100%;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom,
.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-139140d8-548b-4232-84c7-26f83b904de7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9eb9fe55-06fe-49ee-ac35-2226edd7e6ee {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9eb9fe55-06fe-49ee-ac35-2226edd7e6ee .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9eb9fe55-06fe-49ee-ac35-2226edd7e6ee .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e36564ad-849a-4ccf-98d7-24d86f6c6fd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e641744-6cac-47b0-9307-59cdc5e9c886 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-6e641744-6cac-47b0-9307-59cdc5e9c886 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e8ebcd9-ad2a-449f-8bf8-c20d4dc0a101 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-0e8ebcd9-ad2a-449f-8bf8-c20d4dc0a101 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-18041a1d-381f-42fc-81d6-9b9c16d60b9a {
  margin-top: 30px;
}

#s-18041a1d-381f-42fc-81d6-9b9c16d60b9a {
  display: none;
}
#s-f124b6a1-a6fd-451e-8501-6fcf06599fbe {
  display: none;
}
#s-af05f458-011f-4329-8c42-0359f0154931 {
  text-align: left;
}


.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 {
  max-width: 100%;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom,
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 {
  max-width: 100%;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom,
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 {
  max-width: 100%;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom,
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 {
  max-width: 100%;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom,
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 {
  max-width: 100%;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom,
.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af05f458-011f-4329-8c42-0359f0154931 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9fe584a6-4c73-445a-9741-2126a0613975 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9fe584a6-4c73-445a-9741-2126a0613975 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9fe584a6-4c73-445a-9741-2126a0613975 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f2a87a9-8f65-4ccd-b0ec-aca7fe802ab2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-814f700b-cb7f-4ca0-80a7-331793048ee8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-814f700b-cb7f-4ca0-80a7-331793048ee8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-523cd46b-98bb-499c-8ecf-5e4b8d9e525c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-523cd46b-98bb-499c-8ecf-5e4b8d9e525c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-da768aba-8349-4ac8-90f7-c2f821acb550"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-58963618-0c40-40ed-9207-f3a711cacb0d {
  margin-top: 30px;
}

#s-58963618-0c40-40ed-9207-f3a711cacb0d {
  display: none;
}
#s-1517be01-ac00-47d3-9090-4706a43b0ba7 {
  display: none;
}
#s-accecc76-6cf1-492c-acd4-12999d26dd0c {
  text-align: left;
}


.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c {
  max-width: 100%;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom,
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c {
  max-width: 100%;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom,
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c {
  max-width: 100%;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom,
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c {
  max-width: 100%;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom,
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c {
  max-width: 100%;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom,
.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-accecc76-6cf1-492c-acd4-12999d26dd0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1fb4bd8b-d52a-4fbd-8426-32511f4f61e8 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-1fb4bd8b-d52a-4fbd-8426-32511f4f61e8 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-1fb4bd8b-d52a-4fbd-8426-32511f4f61e8 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-24525c09-7ee1-4f1d-a3af-5fe7aa7850db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73fbbf48-fc84-4915-9473-042318f5423f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-73fbbf48-fc84-4915-9473-042318f5423f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7e62d206-9290-47c0-826e-033fb05c51f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-7e62d206-9290-47c0-826e-033fb05c51f2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1ddddbd6-5547-45a0-b0fa-6c09ca9e8369 {
  margin-top: 30px;
}

#s-1ddddbd6-5547-45a0-b0fa-6c09ca9e8369 {
  display: none;
}
#s-9e3a0a15-f225-458d-96c7-e2dd262372e8 {
  display: none;
}
#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 {
  text-align: left;
}


.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 {
  max-width: 100%;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom,
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 {
  max-width: 100%;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom,
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 {
  max-width: 100%;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom,
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 {
  max-width: 100%;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom,
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 {
  max-width: 100%;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom,
.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ebf9bc19-af5a-4a2a-a5d3-f1a4930e0cd5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f40b42c3-3fd0-42bf-885d-419282c2f673 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f40b42c3-3fd0-42bf-885d-419282c2f673 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-f40b42c3-3fd0-42bf-885d-419282c2f673 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2fcff448-8616-4cd1-96bd-6214cea0de86"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-75b0403e-b495-40c6-93f2-c4b9f2b2ba0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-75b0403e-b495-40c6-93f2-c4b9f2b2ba0b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc56e04e-87dd-4fcb-a41f-95adf55af6ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-fc56e04e-87dd-4fcb-a41f-95adf55af6ef .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2652e617-f4b7-4015-a6fc-214765afb840"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3f6c3f3b-3e29-4658-94bb-030640eb4a8b {
  margin-top: 30px;
}

#s-3f6c3f3b-3e29-4658-94bb-030640eb4a8b {
  display: none;
}
#s-545a757d-4753-4541-9874-4e7048823cc6 {
  display: none;
}
#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 {
  text-align: left;
}


.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 {
  max-width: 100%;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom,
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 {
  max-width: 100%;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom,
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 {
  max-width: 100%;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom,
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 {
  max-width: 100%;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom,
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 {
  max-width: 100%;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom,
.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e23160dc-a4a6-43fa-ac33-ea90552f4041 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-76084185-413a-4ada-8abd-fe8661e26c89 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-76084185-413a-4ada-8abd-fe8661e26c89 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-76084185-413a-4ada-8abd-fe8661e26c89 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac1b228d-f8e2-4042-9ca8-0c30e9fcee77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c9f018d3-3a57-4d4c-9ffc-3d63b6792baf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-c9f018d3-3a57-4d4c-9ffc-3d63b6792baf .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-041f1e12-6bb0-4b3f-b5ea-e3c44cffa29a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-041f1e12-6bb0-4b3f-b5ea-e3c44cffa29a .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6d334798-c2fd-41fa-84bc-741e29caff9d {
  margin-top: 30px;
}

#s-6d334798-c2fd-41fa-84bc-741e29caff9d {
  display: none;
}
#s-7b1b3c6e-ca0e-444a-8627-9a58ef3a6025 {
  display: none;
}
#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 {
  text-align: left;
}


.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 {
  max-width: 100%;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom,
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 {
  max-width: 100%;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom,
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 {
  max-width: 100%;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom,
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 {
  max-width: 100%;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom,
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 {
  max-width: 100%;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom,
.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5c2b378-c2aa-46da-b954-bbebc6bcfeb9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-afc607cb-f9ff-40cd-bcde-35f1db550e67 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-afc607cb-f9ff-40cd-bcde-35f1db550e67 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-afc607cb-f9ff-40cd-bcde-35f1db550e67 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-954820da-cce4-438c-9109-24b7ec7484f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8d97eaad-6485-4b63-84f9-0f517426063e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-8d97eaad-6485-4b63-84f9-0f517426063e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-26c2fb84-3398-446b-a36a-b0996223c8ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-26c2fb84-3398-446b-a36a-b0996223c8ac .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-091f4c02-6f8d-4edd-a7b8-923c772f8de5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fb46b3b1-3d1c-447a-8a2b-23c0e7ccdb85 {
  margin-top: 30px;
}

#s-fb46b3b1-3d1c-447a-8a2b-23c0e7ccdb85 {
  display: none;
}
#s-b9e8e4d4-b507-4124-83f7-99238eb864c8 {
  display: none;
}
#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 {
  text-align: left;
}


.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 {
  max-width: 100%;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom,
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 {
  max-width: 100%;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom,
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 {
  max-width: 100%;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom,
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 {
  max-width: 100%;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom,
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 {
  max-width: 100%;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom,
.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e16b190d-14a1-40bf-bfa5-fd1c10be2068 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-460ef8cc-fbf9-4be0-b8e0-8e0e97767407 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-460ef8cc-fbf9-4be0-b8e0-8e0e97767407 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-460ef8cc-fbf9-4be0-b8e0-8e0e97767407 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cbb8bf5-602f-4d43-9356-557690cae367"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5932001a-6304-4169-be6b-7e554c7ec6ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-5932001a-6304-4169-be6b-7e554c7ec6ec .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1e6b7ef4-8991-432e-becd-71ff4c063517 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-1e6b7ef4-8991-432e-becd-71ff4c063517 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-44c7f0cf-231c-4ea5-bbd0-da0efffbdc8e {
  margin-top: 30px;
}

#s-44c7f0cf-231c-4ea5-bbd0-da0efffbdc8e {
  display: none;
}
#s-623e2af6-af05-48a8-bacf-90340c302d96 {
  display: none;
}
#s-d2db2cca-1867-4c42-9cb9-020d217b506b {
  text-align: left;
}


.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b {
  max-width: 100%;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom,
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b {
  max-width: 100%;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom,
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b {
  max-width: 100%;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom,
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b {
  max-width: 100%;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom,
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b {
  max-width: 100%;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom,
.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d2db2cca-1867-4c42-9cb9-020d217b506b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-02bf6430-ab25-4782-8e36-2faf40fb169b {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-02bf6430-ab25-4782-8e36-2faf40fb169b .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-02bf6430-ab25-4782-8e36-2faf40fb169b .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f0779c33-7a66-4e1d-bf5e-518c6bc7896a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f39ae644-95f1-4d59-baf1-3909b719c29d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-f39ae644-95f1-4d59-baf1-3909b719c29d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5bd007d8-952f-43bb-8bf1-1ab8c4339322 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-5bd007d8-952f-43bb-8bf1-1ab8c4339322 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a103570b-bf62-4718-b9c4-3ca6be8023bc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f141769e-13bc-4680-ba6e-251fb7d41e08 {
  margin-top: 30px;
}

#s-f141769e-13bc-4680-ba6e-251fb7d41e08 {
  display: none;
}
#s-1f802a7e-d899-48bb-be5f-2dcc4b8df77c {
  display: none;
}
#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 {
  text-align: left;
}


.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 {
  max-width: 100%;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom,
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 {
  max-width: 100%;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom,
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 {
  max-width: 100%;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom,
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 {
  max-width: 100%;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom,
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 {
  max-width: 100%;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom,
.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a1b8a074-d210-4704-bfb3-dff58ff01c20 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-32aa06dc-ff03-43ee-8d67-2e1440088251 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-32aa06dc-ff03-43ee-8d67-2e1440088251 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-32aa06dc-ff03-43ee-8d67-2e1440088251 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b99ce3-bec4-49c2-a213-87e7b74f0ae1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a6ddf279-caa5-41ad-a8bb-a67487d79655 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-a6ddf279-caa5-41ad-a8bb-a67487d79655 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-132b8ad6-bf40-47c5-9894-4c5a4ca0b21e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-132b8ad6-bf40-47c5-9894-4c5a4ca0b21e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5ab08f17-a2f2-4b15-b078-738e4e5ec518 {
  margin-top: 30px;
}

#s-5ab08f17-a2f2-4b15-b078-738e4e5ec518 {
  display: none;
}
#s-3b6e1629-8e59-4ca5-8e8b-fab543225da6 {
  display: none;
}
#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 {
  text-align: left;
}


.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 {
  max-width: 100%;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom,
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 {
  max-width: 100%;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom,
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 {
  max-width: 100%;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom,
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 {
  max-width: 100%;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom,
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 {
  max-width: 100%;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom,
.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b0d62eea-ad0a-4aff-9f9f-9821c85f8ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-72b6226a-35be-4c09-89af-328254824e3f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-72b6226a-35be-4c09-89af-328254824e3f .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-72b6226a-35be-4c09-89af-328254824e3f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfc0b30-67f5-4eae-9d69-09bc1d8fbe3b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-89d78e45-c843-4727-aa84-b03f0c467d6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-89d78e45-c843-4727-aa84-b03f0c467d6a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c5e7f658-26b5-4ae4-bf47-a93e6e929982 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-c5e7f658-26b5-4ae4-bf47-a93e6e929982 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6efca22f-02d4-468b-8573-ac2443e71228"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7cee6732-0bf2-4745-b0f1-615dfb9b23df {
  margin-top: 30px;
}

#s-7cee6732-0bf2-4745-b0f1-615dfb9b23df {
  display: none;
}
#s-0cc59e0d-1876-4ddf-896d-0b01bbdabd5c {
  display: none;
}
#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 {
  text-align: left;
}


.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 {
  max-width: 100%;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom,
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 {
  max-width: 100%;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom,
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 {
  max-width: 100%;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom,
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 {
  max-width: 100%;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom,
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 {
  max-width: 100%;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom,
.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f6c96c64-1dc5-44f0-aec0-0c009dd8a179 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2724ea6f-4bf9-432f-970c-54d146b01a73 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-2724ea6f-4bf9-432f-970c-54d146b01a73 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-2724ea6f-4bf9-432f-970c-54d146b01a73 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b8c03170-66d4-4e80-be47-c3213660f27c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-650888b7-7908-4418-b417-93d049f37e87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-650888b7-7908-4418-b417-93d049f37e87 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ec70c94f-5bd8-4802-8a11-1141f56ba037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-ec70c94f-5bd8-4802-8a11-1141f56ba037 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5142cf71-2775-4626-9d69-ce0f648d0377 {
  margin-top: 30px;
}

#s-5142cf71-2775-4626-9d69-ce0f648d0377 {
  display: none;
}
#s-38708988-76e2-4fa6-b811-267e9c914bd8 {
  display: none;
}
#s-4c32a121-f963-455f-ad73-7ba27f0c9916 {
  text-align: left;
}


.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 {
  max-width: 100%;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom,
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 {
  max-width: 100%;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom,
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 {
  max-width: 100%;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom,
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 {
  max-width: 100%;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom,
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 {
  max-width: 100%;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom,
.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4c32a121-f963-455f-ad73-7ba27f0c9916 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bc4faad7-a315-4852-831e-31eb220914bf {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-bc4faad7-a315-4852-831e-31eb220914bf .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-bc4faad7-a315-4852-831e-31eb220914bf .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7aec8887-8863-41e0-ac27-aa4cb4445568"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9227089b-5df5-4acd-9194-cb3b90879395 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-9227089b-5df5-4acd-9194-cb3b90879395 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-77267d06-6c28-4b21-87c7-3535a5781f72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-77267d06-6c28-4b21-87c7-3535a5781f72 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5eb5a4af-13d6-4cbb-b20c-71317644e744"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3076293b-99de-4e40-a3f9-e0efa8454872 {
  margin-top: 30px;
}

#s-3076293b-99de-4e40-a3f9-e0efa8454872 {
  display: none;
}
#s-7315cc4c-ce89-492c-8513-21ff86548fd6 {
  display: none;
}
#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f {
  text-align: left;
}


.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f {
  max-width: 100%;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom,
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f {
  max-width: 100%;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom,
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f {
  max-width: 100%;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom,
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f {
  max-width: 100%;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom,
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f {
  max-width: 100%;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom,
.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b9336b3-06e0-4ad2-b2bc-4588bf886c2f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-46123267-1549-4e64-afc1-a633aedd610e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-46123267-1549-4e64-afc1-a633aedd610e .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-46123267-1549-4e64-afc1-a633aedd610e .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75355618-9a27-4d95-9e6f-1f829e50f542"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-873b608c-1b9e-4bb3-b800-e35e6cc0fce7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-873b608c-1b9e-4bb3-b800-e35e6cc0fce7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55fe8346-0668-4c8f-a42d-f68ef11ae79c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-55fe8346-0668-4c8f-a42d-f68ef11ae79c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1513b628-b432-4dc4-9346-38c2c2b4c48c {
  margin-top: 30px;
}

#s-1513b628-b432-4dc4-9346-38c2c2b4c48c {
  display: none;
}
#s-4d975017-3fa7-458d-845a-cf8eeb83cbc4 {
  display: none;
}
#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e {
  text-align: left;
}


.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e {
  max-width: 100%;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom,
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e {
  max-width: 100%;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom,
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e {
  max-width: 100%;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom,
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e {
  max-width: 100%;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom,
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e {
  max-width: 100%;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom,
.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec01faff-d25e-4c0d-9d19-aca3ea16a14e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-284c02cb-35ca-4ef1-a404-ecec1ccc3b27 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-284c02cb-35ca-4ef1-a404-ecec1ccc3b27 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-284c02cb-35ca-4ef1-a404-ecec1ccc3b27 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cfdf46c2-8d16-4b43-b07a-0e0008d8bac0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2213bc23-c913-4dc2-b538-482a8b29899e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-2213bc23-c913-4dc2-b538-482a8b29899e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f0768fa-85be-4c19-870f-d1b95fe936e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-9f0768fa-85be-4c19-870f-d1b95fe936e3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bcb7bae7-46e6-4b4a-b811-12f5d013c2dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9f4c305b-51e6-40d6-8875-03af4f0034ae {
  margin-top: 30px;
}

#s-9f4c305b-51e6-40d6-8875-03af4f0034ae {
  display: none;
}
#s-00f25b3f-5d6f-4ba9-ace4-c852be8629b1 {
  display: none;
}
#s-8dd70768-c635-4781-80d2-df7a82e06aa5 {
  text-align: left;
}


.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 {
  max-width: 100%;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom,
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 {
  max-width: 100%;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom,
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 {
  max-width: 100%;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom,
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 {
  max-width: 100%;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom,
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 {
  max-width: 100%;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom,
.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8dd70768-c635-4781-80d2-df7a82e06aa5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7384c946-6ffb-420e-81bf-bc77f060b416 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-7384c946-6ffb-420e-81bf-bc77f060b416 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-7384c946-6ffb-420e-81bf-bc77f060b416 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c5118fb-4793-4572-89d9-747483ce6135"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-481386e1-b70b-43ed-aea2-c8bf1aa02a89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-481386e1-b70b-43ed-aea2-c8bf1aa02a89 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-daf8dc6f-121c-4ef1-a5d4-ba423f9d481c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-daf8dc6f-121c-4ef1-a5d4-ba423f9d481c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-191c3e9f-148e-493a-9318-aec961ffd141 {
  margin-top: 30px;
}

#s-191c3e9f-148e-493a-9318-aec961ffd141 {
  display: none;
}
#s-17b0a900-da50-4a99-a350-2d20cb186970 {
  display: none;
}
#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade {
  text-align: left;
}


.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade {
  max-width: 100%;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom,
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade {
  max-width: 100%;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom,
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade {
  max-width: 100%;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom,
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade {
  max-width: 100%;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom,
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade {
  max-width: 100%;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom,
.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5b7a1ca0-1bfd-42f5-8f3e-baa6c27d6ade .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0c552551-899b-4bd1-aff2-1c99a6ed897f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-0c552551-899b-4bd1-aff2-1c99a6ed897f .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-0c552551-899b-4bd1-aff2-1c99a6ed897f .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

@media (min-width: 0px) {
[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-323c77f0-0431-43cb-ac2f-9388e90cb685"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-46d7fb82-5ac8-4a58-9456-52489447f6f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 221, 0, 1);
}

#s-46d7fb82-5ac8-4a58-9456-52489447f6f7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d7eccab2-4f72-4430-a00b-39deeb5a4dc1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(180, 0, 0, 1);
}

#s-d7eccab2-4f72-4430-a00b-39deeb5a4dc1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@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;
      -ms-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 {
  display: inline-block;
}
