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

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

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

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

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

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

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

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

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

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

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

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

#s-6599d11b-d91d-41d3-8d5c-a153136d86dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6599d11b-d91d-41d3-8d5c-a153136d86dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6599d11b-d91d-41d3-8d5c-a153136d86dc.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

#s-06830f33-c376-4b9b-a0e9-7acd8547e037 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
}

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

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 {
  --swiper-pagination-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(152, 53, 150, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev svg,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next svg {
  fill: rgba(109, 7, 90, 1) !important;
  stroke: rgba(109, 7, 90, 1) !important;
  
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 5px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet-active {
  background-color: rgba(152, 53, 150, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (min-width: 1200px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 {
  --swiper-pagination-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(152, 53, 150, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev svg,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next svg {
  fill: rgba(109, 7, 90, 1) !important;
  stroke: rgba(109, 7, 90, 1) !important;
  
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 5px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet-active {
  background-color: rgba(152, 53, 150, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 992px) and (max-width: 1199px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 {
  --swiper-pagination-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(152, 53, 150, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev svg,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next svg {
  fill: rgba(109, 7, 90, 1) !important;
  stroke: rgba(109, 7, 90, 1) !important;
  
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 5px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet-active {
  background-color: rgba(152, 53, 150, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (min-width: 768px) and (max-width: 991px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 {
  --swiper-pagination-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(152, 53, 150, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev svg,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next svg {
  fill: rgba(109, 7, 90, 1) !important;
  stroke: rgba(109, 7, 90, 1) !important;
  
    background-color: rgba(255, 255, 255, 1) !important;
    padding: 5px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet-active {
  background-color: rgba(152, 53, 150, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 {
  --swiper-pagination-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(189, 141, 189, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(152, 53, 150, 1) !important;
  --arrow-button-size: 29px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev svg,
#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next svg {
  fill: rgba(109, 7, 90, 1) !important;
  stroke: rgba(109, 7, 90, 1) !important;
  
    background-color: rgba(255, 255, 255, 0.8) !important;
    padding: 5px !important;
    border-radius:  50% !important;
                   
  
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination-bullet-active {
  background-color: rgba(152, 53, 150, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-06830f33-c376-4b9b-a0e9-7acd8547e037 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-8e61f326-ebf0-4613-8e29-696581fbb26c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(109, 7, 90, 1);
}








#s-8e61f326-ebf0-4613-8e29-696581fbb26c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e61f326-ebf0-4613-8e29-696581fbb26c {
  cursor: pointer;
}#s-8e61f326-ebf0-4613-8e29-696581fbb26c.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px){






#s-8e61f326-ebf0-4613-8e29-696581fbb26c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e61f326-ebf0-4613-8e29-696581fbb26c {
  cursor: pointer;
}#s-8e61f326-ebf0-4613-8e29-696581fbb26c.shg-box.shg-c {
  justify-content: flex-end;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  display: none;
}
#s-8682cbc4-9426-4a31-9408-abe51cadf554, #wrap-s-8682cbc4-9426-4a31-9408-abe51cadf554, #wrap-content-s-8682cbc4-9426-4a31-9408-abe51cadf554 { display: none !important; }}
#s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8682cbc4-9426-4a31-9408-abe51cadf554 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8682cbc4-9426-4a31-9408-abe51cadf554 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8682cbc4-9426-4a31-9408-abe51cadf554 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8682cbc4-9426-4a31-9408-abe51cadf554 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-8682cbc4-9426-4a31-9408-abe51cadf554 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-8682cbc4-9426-4a31-9408-abe51cadf554 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8682cbc4-9426-4a31-9408-abe51cadf554.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f57bd591-32b6-4e68-8f7c-a59f18fa45ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-f57bd591-32b6-4e68-8f7c-a59f18fa45ff {
  
}
}







#s-f57bd591-32b6-4e68-8f7c-a59f18fa45ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f57bd591-32b6-4e68-8f7c-a59f18fa45ff.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-62712d9c-afa4-4c4f-a276-d1ad389bf345 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzI3MTdjMjAtMjBkMC00YzM0LWJhYWQtMDBmYzY2NDZjMDE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MjcxN2MyMC0yMGQwLTRjMzQtYmFhZC0wMGZjNjY0NmMwMTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(85, 1, 84, 1);
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
hover-type: gradient;
color: rgba(110, 13, 91, 1);
}
#s-62712d9c-afa4-4c4f-a276-d1ad389bf345:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-62712d9c-afa4-4c4f-a276-d1ad389bf345:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-62712d9c-afa4-4c4f-a276-d1ad389bf345 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmY4YzU2NjUtYTNmMC00MWMxLTlkZjYtODE2ZjhlNjRiNDdkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZjhjNTY2NS1hM2YwLTQxYzEtOWRmNi04MTZmOGU2NGI0N2QpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 25px;
margin-bottom: 35px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62712d9c-afa4-4c4f-a276-d1ad389bf345 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDAyYmZmNmItNjM4Ny00OTA0LTk5MDItMTc4M2ZjNzk3ZTUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMDJiZmY2Yi02Mzg3LTQ5MDQtOTkwMi0xNzgzZmM3OTdlNTApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 25px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-62712d9c-afa4-4c4f-a276-d1ad389bf345 {
  margin-bottom: 25px;
}
#s-62712d9c-afa4-4c4f-a276-d1ad389bf345:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDgxZTg3ODMtZTc0Ni00NTA0LTgyNDAtODU5MjIzMjZmZDU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwODFlODc4My1lNzQ2LTQ1MDQtODI0MC04NTkyMjMyNmZkNTgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}}

  #s-62712d9c-afa4-4c4f-a276-d1ad389bf345-root {
    text-align: center;
  }


#s-62712d9c-afa4-4c4f-a276-d1ad389bf345.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-62712d9c-afa4-4c4f-a276-d1ad389bf345-root {
    text-align: center;
  }


#s-62712d9c-afa4-4c4f-a276-d1ad389bf345.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-62712d9c-afa4-4c4f-a276-d1ad389bf345-root {
    text-align: center;
  }


#s-62712d9c-afa4-4c4f-a276-d1ad389bf345.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-62712d9c-afa4-4c4f-a276-d1ad389bf345-root {
    text-align: center;
  }


#s-62712d9c-afa4-4c4f-a276-d1ad389bf345.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-62712d9c-afa4-4c4f-a276-d1ad389bf345-root {
    text-align: center;
  }


#s-62712d9c-afa4-4c4f-a276-d1ad389bf345.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  margin-left: auto;
margin-right: auto;
max-width: 914px;
text-align: center;
}
@media (min-width: 1200px){#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  display: none;
}
#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b, #wrap-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b, #wrap-content-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  display: none;
}
#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b, #wrap-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b, #wrap-content-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  display: none;
}
#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b, #wrap-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b, #wrap-content-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b { display: none !important; }}
#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5cf5612-e2db-438f-aa1a-b0ad5bcbaa8b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-d4f1f28b-0b27-402f-959a-bce3302fd690 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d4f1f28b-0b27-402f-959a-bce3302fd690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4f1f28b-0b27-402f-959a-bce3302fd690.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d4f1f28b-0b27-402f-959a-bce3302fd690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4f1f28b-0b27-402f-959a-bce3302fd690.shg-box.shg-c {
  justify-content: center;
}
}
#s-c28805fe-829f-4272-9b36-fd51299acb12 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzk5OGE3MDgtYTFiOC00MGU3LThkOWItMjhmMmRmM2JkN2E0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTk4YTcwOC1hMWI4LTQwZTctOGQ5Yi0yOGYyZGYzYmQ3YTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(85, 1, 84, 1);
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
hover-type: gradient;
color: rgba(110, 13, 91, 1);
}
#s-c28805fe-829f-4272-9b36-fd51299acb12:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-c28805fe-829f-4272-9b36-fd51299acb12:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-c28805fe-829f-4272-9b36-fd51299acb12 {
  
}
#s-c28805fe-829f-4272-9b36-fd51299acb12:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTc4YzNhNWUtNDM1MC00ODJjLWI0YzgtODI3OWZmYjlmNTQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNzhjM2E1ZS00MzUwLTQ4MmMtYjRjOC04Mjc5ZmZiOWY1NDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-c28805fe-829f-4272-9b36-fd51299acb12 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTg5MTQyZjctNzM4MS00OGYzLWI3YTgtZTZiMjU4YzcxYjY2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhODkxNDJmNy03MzgxLTQ4ZjMtYjdhOC1lNmIyNThjNzFiNjYpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
}
}

  #s-c28805fe-829f-4272-9b36-fd51299acb12-root {
    text-align: center;
  }


#s-c28805fe-829f-4272-9b36-fd51299acb12.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c28805fe-829f-4272-9b36-fd51299acb12-root {
    text-align: center;
  }


#s-c28805fe-829f-4272-9b36-fd51299acb12.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c28805fe-829f-4272-9b36-fd51299acb12-root {
    text-align: center;
  }


#s-c28805fe-829f-4272-9b36-fd51299acb12.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c28805fe-829f-4272-9b36-fd51299acb12-root {
    text-align: center;
  }


#s-c28805fe-829f-4272-9b36-fd51299acb12.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c28805fe-829f-4272-9b36-fd51299acb12-root {
    text-align: center;
  }


#s-c28805fe-829f-4272-9b36-fd51299acb12.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a4727915-fdc9-4a0a-bb04-e0512031c19b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(109, 7, 90, 1);
}








#s-a4727915-fdc9-4a0a-bb04-e0512031c19b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4727915-fdc9-4a0a-bb04-e0512031c19b {
  cursor: pointer;
}#s-a4727915-fdc9-4a0a-bb04-e0512031c19b.shg-box.shg-c {
  justify-content: center;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  display: none;
}
#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d, #wrap-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d, #wrap-content-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d { display: none !important; }}
#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d6f70aec-baf0-4fbc-b852-85b75c1db79d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6f70aec-baf0-4fbc-b852-85b75c1db79d.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-476e653d-5e76-4dfe-8767-7299bd93a3f3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-476e653d-5e76-4dfe-8767-7299bd93a3f3 {
  
}
}







#s-476e653d-5e76-4dfe-8767-7299bd93a3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-476e653d-5e76-4dfe-8767-7299bd93a3f3.shg-box.shg-c {
  justify-content: center;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  margin-top: 3px;
margin-left: 22%;
margin-right: 22%;
max-width: 1302px;
text-align: center;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a36a6a-d3a8-4641-969b-bc31326ef186 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-44a36a6a-d3a8-4641-969b-bc31326ef186 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a36a6a-d3a8-4641-969b-bc31326ef186.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGU0Nzg5ZGUtYzkyNS00ZmRlLWJiZjktYjUwNDQ4MTBlMjhhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZTQ3ODlkZS1jOTI1LTRmZGUtYmJmOS1iNTA0NDgxMGUyOGEpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(85, 1, 84, 1);
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
hover-type: gradient;
color: rgba(110, 13, 91, 1);
}
#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M1YWI1YTQtZDg3OS00ZGJkLWI1YjUtMWU0YjdhODMzOWNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzVhYjVhNC1kODc5LTRkYmQtYjViNS0xZTRiN2E4MzM5Y2MpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWQyNGFhZTQtYzA3Ny00NDQ1LWE5NzItNjhmMjJlZjNkNjUzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZDI0YWFlNC1jMDc3LTQ0NDUtYTk3Mi02OGYyMmVmM2Q2NTMpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d {
  
}
#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTc4YzNhNWUtNDM1MC00ODJjLWI0YzgtODI3OWZmYjlmNTQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNzhjM2E1ZS00MzUwLTQ4MmMtYjRjOC04Mjc5ZmZiOWY1NDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}}

  #s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d-root {
    text-align: center;
  }


#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d-root {
    text-align: center;
  }


#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d-root {
    text-align: center;
  }


#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d-root {
    text-align: center;
  }


#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d-root {
    text-align: center;
  }


#s-b4b2436f-cc4f-4495-9ed3-83024e6c2b5d.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  margin-left: auto;
margin-right: auto;
max-width: 914px;
text-align: center;
}
@media (min-width: 1200px){#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  display: none;
}
#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77, #wrap-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77, #wrap-content-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  display: none;
}
#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77, #wrap-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77, #wrap-content-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  display: none;
}
#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77, #wrap-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77, #wrap-content-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 { display: none !important; }}
#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77 .shogun-image-content-v3 {
  
    justify-content: center;
  
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ee158b9-ca9d-40e5-8444-15a3b5ddee77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-5d560489-5a49-48bb-8b6d-7790c7997a26 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5d560489-5a49-48bb-8b6d-7790c7997a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d560489-5a49-48bb-8b6d-7790c7997a26.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5d560489-5a49-48bb-8b6d-7790c7997a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d560489-5a49-48bb-8b6d-7790c7997a26.shg-box.shg-c {
  justify-content: center;
}
}
#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  margin-top: 3px;
margin-left: 22%;
margin-right: 22%;
max-width: 1302px;
text-align: center;
}
@media (max-width: 767px){#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  margin-left: 6%;
margin-bottom: 12px;
margin-right: 6%;
}
}
#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 6%;
  margin-right: 6%;
  
  margin-bottom: 12px;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 1302px;

      
    max-width: 1302px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8abd09b-ec82-4c4c-a167-e0e3ffd53eb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a27786cf-c995-4893-bb3a-7464a4e64504 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzk5OGE3MDgtYTFiOC00MGU3LThkOWItMjhmMmRmM2JkN2E0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTk4YTcwOC1hMWI4LTQwZTctOGQ5Yi0yOGYyZGYzYmQ3YTQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 7px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(85, 1, 84, 1);
border-style: solid;
border-radius: 2px;
text-align: center;
text-decoration: none;
letter-spacing: 0px;
line-height: 1.5em;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
hover-type: gradient;
color: rgba(110, 13, 91, 1);
}
#s-a27786cf-c995-4893-bb3a-7464a4e64504:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(127, 14, 125, 1) !important;}#s-a27786cf-c995-4893-bb3a-7464a4e64504:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-a27786cf-c995-4893-bb3a-7464a4e64504 {
  
}
#s-a27786cf-c995-4893-bb3a-7464a4e64504:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTc4YzNhNWUtNDM1MC00ODJjLWI0YzgtODI3OWZmYjlmNTQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNzhjM2E1ZS00MzUwLTQ4MmMtYjRjOC04Mjc5ZmZiOWY1NDEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-a27786cf-c995-4893-bb3a-7464a4e64504 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2E1OGQ4ZmEtNzY0YS00MzMzLWFiYTMtNGRmYzhiZGM0MTEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjVmNWY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZGFhYmQ2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjYTU4ZDhmYS03NjRhLTQzMzMtYWJhMy00ZGZjOGJkYzQxMTApIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f5f5f5"}, {"id"=>2, "pos"=>1, "color"=>"#daabd6"}];
}
}

  #s-a27786cf-c995-4893-bb3a-7464a4e64504-root {
    text-align: center;
  }


#s-a27786cf-c995-4893-bb3a-7464a4e64504.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a27786cf-c995-4893-bb3a-7464a4e64504-root {
    text-align: center;
  }


#s-a27786cf-c995-4893-bb3a-7464a4e64504.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a27786cf-c995-4893-bb3a-7464a4e64504-root {
    text-align: center;
  }


#s-a27786cf-c995-4893-bb3a-7464a4e64504.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a27786cf-c995-4893-bb3a-7464a4e64504-root {
    text-align: center;
  }


#s-a27786cf-c995-4893-bb3a-7464a4e64504.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 19px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a27786cf-c995-4893-bb3a-7464a4e64504-root {
    text-align: center;
  }


#s-a27786cf-c995-4893-bb3a-7464a4e64504.shg-btn {
  color: rgba(110, 13, 91, 1);
  font-size: 17px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-beaa1c92-f033-46b6-9cda-a42234376608 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-beaa1c92-f033-46b6-9cda-a42234376608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-beaa1c92-f033-46b6-9cda-a42234376608 {
  cursor: pointer;
}#s-beaa1c92-f033-46b6-9cda-a42234376608.shg-box.shg-c {
  justify-content: center;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  display: none;
}
#s-53a80a19-e793-4b2e-a73b-fc04271093dd, #wrap-s-53a80a19-e793-4b2e-a73b-fc04271093dd, #wrap-content-s-53a80a19-e793-4b2e-a73b-fc04271093dd { display: none !important; }}
#s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53a80a19-e793-4b2e-a73b-fc04271093dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53a80a19-e793-4b2e-a73b-fc04271093dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53a80a19-e793-4b2e-a73b-fc04271093dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53a80a19-e793-4b2e-a73b-fc04271093dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53a80a19-e793-4b2e-a73b-fc04271093dd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-53a80a19-e793-4b2e-a73b-fc04271093dd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53a80a19-e793-4b2e-a73b-fc04271093dd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c061b891-e515-48ee-8321-a50cb3353049 {
  margin-left: auto;
margin-right: auto;
max-width: 914px;
text-align: center;
}
@media (min-width: 1200px){#s-c061b891-e515-48ee-8321-a50cb3353049 {
  display: none;
}
#s-c061b891-e515-48ee-8321-a50cb3353049, #wrap-s-c061b891-e515-48ee-8321-a50cb3353049, #wrap-content-s-c061b891-e515-48ee-8321-a50cb3353049 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c061b891-e515-48ee-8321-a50cb3353049 {
  display: none;
}
#s-c061b891-e515-48ee-8321-a50cb3353049, #wrap-s-c061b891-e515-48ee-8321-a50cb3353049, #wrap-content-s-c061b891-e515-48ee-8321-a50cb3353049 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c061b891-e515-48ee-8321-a50cb3353049 {
  display: none;
}
#s-c061b891-e515-48ee-8321-a50cb3353049, #wrap-s-c061b891-e515-48ee-8321-a50cb3353049, #wrap-content-s-c061b891-e515-48ee-8321-a50cb3353049 { display: none !important; }}
#s-c061b891-e515-48ee-8321-a50cb3353049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c061b891-e515-48ee-8321-a50cb3353049-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c061b891-e515-48ee-8321-a50cb3353049 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c061b891-e515-48ee-8321-a50cb3353049 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c061b891-e515-48ee-8321-a50cb3353049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c061b891-e515-48ee-8321-a50cb3353049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c061b891-e515-48ee-8321-a50cb3353049-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c061b891-e515-48ee-8321-a50cb3353049 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c061b891-e515-48ee-8321-a50cb3353049 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c061b891-e515-48ee-8321-a50cb3353049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c061b891-e515-48ee-8321-a50cb3353049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c061b891-e515-48ee-8321-a50cb3353049-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c061b891-e515-48ee-8321-a50cb3353049 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c061b891-e515-48ee-8321-a50cb3353049 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c061b891-e515-48ee-8321-a50cb3353049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c061b891-e515-48ee-8321-a50cb3353049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c061b891-e515-48ee-8321-a50cb3353049-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c061b891-e515-48ee-8321-a50cb3353049 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c061b891-e515-48ee-8321-a50cb3353049 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c061b891-e515-48ee-8321-a50cb3353049 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c061b891-e515-48ee-8321-a50cb3353049 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c061b891-e515-48ee-8321-a50cb3353049-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c061b891-e515-48ee-8321-a50cb3353049 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c061b891-e515-48ee-8321-a50cb3353049 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c061b891-e515-48ee-8321-a50cb3353049 img.shogun-image {
  width: 100%;
  
  
  max-width: 914px;

      
    max-width: 914px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c061b891-e515-48ee-8321-a50cb3353049 .shogun-image-content-v3 {
  
    justify-content:  flex-end;
  
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c061b891-e515-48ee-8321-a50cb3353049.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36c879c4-9996-4afa-be20-41008c3e5df4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-36c879c4-9996-4afa-be20-41008c3e5df4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36c879c4-9996-4afa-be20-41008c3e5df4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-36c879c4-9996-4afa-be20-41008c3e5df4 {
  margin-bottom: 36px;
background-image: none;
background-color: rgba(127, 14, 125, 1);
hover-type: color;
}
#s-36c879c4-9996-4afa-be20-41008c3e5df4:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-36c879c4-9996-4afa-be20-41008c3e5df4-root {
    text-align: center;
  }


#s-36c879c4-9996-4afa-be20-41008c3e5df4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-36c879c4-9996-4afa-be20-41008c3e5df4-root {
    text-align: center;
  }


#s-36c879c4-9996-4afa-be20-41008c3e5df4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-36c879c4-9996-4afa-be20-41008c3e5df4-root {
    text-align: center;
  }


#s-36c879c4-9996-4afa-be20-41008c3e5df4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-36c879c4-9996-4afa-be20-41008c3e5df4-root {
    text-align: center;
  }


#s-36c879c4-9996-4afa-be20-41008c3e5df4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-36c879c4-9996-4afa-be20-41008c3e5df4-root {
    text-align: center;
  }


#s-36c879c4-9996-4afa-be20-41008c3e5df4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-642f704e-f248-47f4-8238-fd081ad3d8ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-642f704e-f248-47f4-8238-fd081ad3d8ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-642f704e-f248-47f4-8238-fd081ad3d8ea.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-aa703265-774c-4188-8a20-099b282f5470 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-aa703265-774c-4188-8a20-099b282f5470 {
  padding-bottom: 0px;
}
}
#s-aa703265-774c-4188-8a20-099b282f5470 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-aa703265-774c-4188-8a20-099b282f5470 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


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

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

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

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

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

#s-0d3aaffb-b48c-4afc-aa7f-240e6d4b87be {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0d3aaffb-b48c-4afc-aa7f-240e6d4b87be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d3aaffb-b48c-4afc-aa7f-240e6d4b87be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0d3aaffb-b48c-4afc-aa7f-240e6d4b87be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d3aaffb-b48c-4afc-aa7f-240e6d4b87be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-757d4452-07ed-48c6-80a6-1d1e5fa6c664 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 201, 255, 1);
}
@media (max-width: 767px){#s-757d4452-07ed-48c6-80a6-1d1e5fa6c664 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-757d4452-07ed-48c6-80a6-1d1e5fa6c664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-757d4452-07ed-48c6-80a6-1d1e5fa6c664 {
  cursor: pointer;
}#s-757d4452-07ed-48c6-80a6-1d1e5fa6c664.shg-box.shg-c {
  justify-content: center;
}

#s-c6a3e7ce-585a-401c-8df2-81befd0500a7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c6a3e7ce-585a-401c-8df2-81befd0500a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c6a3e7ce-585a-401c-8df2-81befd0500a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c6a3e7ce-585a-401c-8df2-81befd0500a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6a3e7ce-585a-401c-8df2-81befd0500a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-544956de-3504-4223-ad30-bb282062de60 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
max-width: 600px;
text-align: center;
}

#s-544956de-3504-4223-ad30-bb282062de60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-544956de-3504-4223-ad30-bb282062de60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-544956de-3504-4223-ad30-bb282062de60 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: 500px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-544956de-3504-4223-ad30-bb282062de60 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-544956de-3504-4223-ad30-bb282062de60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-544956de-3504-4223-ad30-bb282062de60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544956de-3504-4223-ad30-bb282062de60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544956de-3504-4223-ad30-bb282062de60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-544956de-3504-4223-ad30-bb282062de60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-544956de-3504-4223-ad30-bb282062de60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-544956de-3504-4223-ad30-bb282062de60 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-544956de-3504-4223-ad30-bb282062de60 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-544956de-3504-4223-ad30-bb282062de60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-544956de-3504-4223-ad30-bb282062de60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544956de-3504-4223-ad30-bb282062de60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544956de-3504-4223-ad30-bb282062de60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-544956de-3504-4223-ad30-bb282062de60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-544956de-3504-4223-ad30-bb282062de60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-544956de-3504-4223-ad30-bb282062de60 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-544956de-3504-4223-ad30-bb282062de60 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-544956de-3504-4223-ad30-bb282062de60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-544956de-3504-4223-ad30-bb282062de60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544956de-3504-4223-ad30-bb282062de60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544956de-3504-4223-ad30-bb282062de60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-544956de-3504-4223-ad30-bb282062de60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-544956de-3504-4223-ad30-bb282062de60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-544956de-3504-4223-ad30-bb282062de60 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-544956de-3504-4223-ad30-bb282062de60 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-544956de-3504-4223-ad30-bb282062de60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-544956de-3504-4223-ad30-bb282062de60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544956de-3504-4223-ad30-bb282062de60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544956de-3504-4223-ad30-bb282062de60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-544956de-3504-4223-ad30-bb282062de60 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-544956de-3504-4223-ad30-bb282062de60-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-544956de-3504-4223-ad30-bb282062de60 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-544956de-3504-4223-ad30-bb282062de60 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-544956de-3504-4223-ad30-bb282062de60 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-544956de-3504-4223-ad30-bb282062de60 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-544956de-3504-4223-ad30-bb282062de60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-544956de-3504-4223-ad30-bb282062de60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-544956de-3504-4223-ad30-bb282062de60.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a2600260-6b47-46eb-a6fc-054ff087a13d {
  margin-left: 4%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2600260-6b47-46eb-a6fc-054ff087a13d {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a2600260-6b47-46eb-a6fc-054ff087a13d {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-a2600260-6b47-46eb-a6fc-054ff087a13d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2600260-6b47-46eb-a6fc-054ff087a13d.shg-box.shg-c {
  justify-content: center;
}

#s-1136466e-16aa-4de9-abbe-21dabf7a5242 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-1136466e-16aa-4de9-abbe-21dabf7a5242 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1136466e-16aa-4de9-abbe-21dabf7a5242 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-1136466e-16aa-4de9-abbe-21dabf7a5242 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  
}


}
#s-6b8ed49d-611e-4c48-8f3b-daa18d114953 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-6b8ed49d-611e-4c48-8f3b-daa18d114953 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6b8ed49d-611e-4c48-8f3b-daa18d114953 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-6b8ed49d-611e-4c48-8f3b-daa18d114953 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}
#s-2108616f-de82-4d17-8a15-6617a1b81115 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 201, 255, 1);
}
@media (max-width: 767px){#s-2108616f-de82-4d17-8a15-6617a1b81115 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-2108616f-de82-4d17-8a15-6617a1b81115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2108616f-de82-4d17-8a15-6617a1b81115 {
  cursor: pointer;
}#s-2108616f-de82-4d17-8a15-6617a1b81115.shg-box.shg-c {
  justify-content: center;
}

#s-df546f82-3fde-45cf-82bc-9622f94cb83a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-df546f82-3fde-45cf-82bc-9622f94cb83a {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-df546f82-3fde-45cf-82bc-9622f94cb83a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-df546f82-3fde-45cf-82bc-9622f94cb83a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-df546f82-3fde-45cf-82bc-9622f94cb83a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-df546f82-3fde-45cf-82bc-9622f94cb83a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a383dba8-724c-4094-bb60-cec4639dd197 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
max-width: 600px;
text-align: center;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: 500px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a383dba8-724c-4094-bb60-cec4639dd197 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-a383dba8-724c-4094-bb60-cec4639dd197 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a383dba8-724c-4094-bb60-cec4639dd197 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-a383dba8-724c-4094-bb60-cec4639dd197 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a383dba8-724c-4094-bb60-cec4639dd197 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-a383dba8-724c-4094-bb60-cec4639dd197 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a383dba8-724c-4094-bb60-cec4639dd197 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-a383dba8-724c-4094-bb60-cec4639dd197 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a383dba8-724c-4094-bb60-cec4639dd197 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a383dba8-724c-4094-bb60-cec4639dd197 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a383dba8-724c-4094-bb60-cec4639dd197.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a49644ae-a7aa-44a2-949f-9419928ba8d7 {
  margin-left: 4%;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a49644ae-a7aa-44a2-949f-9419928ba8d7 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-a49644ae-a7aa-44a2-949f-9419928ba8d7 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-a49644ae-a7aa-44a2-949f-9419928ba8d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a49644ae-a7aa-44a2-949f-9419928ba8d7.shg-box.shg-c {
  justify-content: center;
}

#s-5bf9b03c-c286-49f4-9c12-f3ca2cb59fe3 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5bf9b03c-c286-49f4-9c12-f3ca2cb59fe3 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5bf9b03c-c286-49f4-9c12-f3ca2cb59fe3 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-5bf9b03c-c286-49f4-9c12-f3ca2cb59fe3 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  
}


}
#s-dd4c8e29-38ed-4585-89fc-2872c8244357 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-dd4c8e29-38ed-4585-89fc-2872c8244357 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dd4c8e29-38ed-4585-89fc-2872c8244357 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 47px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-dd4c8e29-38ed-4585-89fc-2872c8244357 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}
#s-ce73d346-df99-4000-a18c-a327def4a58f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
@media (max-width: 767px){#s-ce73d346-df99-4000-a18c-a327def4a58f {
  margin-top: 10px;
}
}
@media (min-width: 0px) {
[id="s-ce73d346-df99-4000-a18c-a327def4a58f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ce73d346-df99-4000-a18c-a327def4a58f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce73d346-df99-4000-a18c-a327def4a58f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce73d346-df99-4000-a18c-a327def4a58f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6fbc3136-d59f-4966-94d7-409715fceb6c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 201, 255, 1);
}
@media (max-width: 767px){#s-6fbc3136-d59f-4966-94d7-409715fceb6c {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-6fbc3136-d59f-4966-94d7-409715fceb6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fbc3136-d59f-4966-94d7-409715fceb6c {
  cursor: pointer;
}#s-6fbc3136-d59f-4966-94d7-409715fceb6c.shg-box.shg-c {
  justify-content: center;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
max-width: 600px;
text-align: center;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: 500px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-49fdb924-803a-4581-8998-5aadf67e99c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-49fdb924-803a-4581-8998-5aadf67e99c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-49fdb924-803a-4581-8998-5aadf67e99c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-49fdb924-803a-4581-8998-5aadf67e99c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-49fdb924-803a-4581-8998-5aadf67e99c1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-49fdb924-803a-4581-8998-5aadf67e99c1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49fdb924-803a-4581-8998-5aadf67e99c1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-46ae2ec1-5466-4a24-9bcc-3b8f550f4a85 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-46ae2ec1-5466-4a24-9bcc-3b8f550f4a85 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-46ae2ec1-5466-4a24-9bcc-3b8f550f4a85 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-46ae2ec1-5466-4a24-9bcc-3b8f550f4a85 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  
}


}
#s-6fe20eb5-ff03-46d6-a504-b54930ecab97 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 15px;
text-align: center;
}

#s-6fe20eb5-ff03-46d6-a504-b54930ecab97 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6fe20eb5-ff03-46d6-a504-b54930ecab97 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-6fe20eb5-ff03-46d6-a504-b54930ecab97 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-9bf65f4f-8bd6-4638-b5ed-af8cc657541a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 201, 255, 1);
}
@media (max-width: 767px){#s-9bf65f4f-8bd6-4638-b5ed-af8cc657541a {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-9bf65f4f-8bd6-4638-b5ed-af8cc657541a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9bf65f4f-8bd6-4638-b5ed-af8cc657541a {
  cursor: pointer;
}#s-9bf65f4f-8bd6-4638-b5ed-af8cc657541a.shg-box.shg-c {
  justify-content: center;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
max-width: 600px;
text-align: center;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: 500px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-214e504d-43b7-4f45-8392-babbdbbd0e72 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-214e504d-43b7-4f45-8392-babbdbbd0e72 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-214e504d-43b7-4f45-8392-babbdbbd0e72.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-047cc98e-7a96-49c1-85b1-2930702c48ca {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-047cc98e-7a96-49c1-85b1-2930702c48ca .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-047cc98e-7a96-49c1-85b1-2930702c48ca .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-047cc98e-7a96-49c1-85b1-2930702c48ca .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  
}


}
#s-3c0a8c6c-3425-483c-b4fa-378d060cf182 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 15px;
text-align: center;
}

#s-3c0a8c6c-3425-483c-b4fa-378d060cf182 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3c0a8c6c-3425-483c-b4fa-378d060cf182 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-3c0a8c6c-3425-483c-b4fa-378d060cf182 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-4ce184d0-69c6-4708-9a27-f80921112e77 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 201, 255, 1);
}
@media (max-width: 767px){#s-4ce184d0-69c6-4708-9a27-f80921112e77 {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-4ce184d0-69c6-4708-9a27-f80921112e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4ce184d0-69c6-4708-9a27-f80921112e77 {
  cursor: pointer;
}#s-4ce184d0-69c6-4708-9a27-f80921112e77.shg-box.shg-c {
  justify-content: center;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
max-width: 600px;
text-align: center;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: 500px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-777022f3-0e2a-452a-8d81-0063626b511c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-777022f3-0e2a-452a-8d81-0063626b511c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-777022f3-0e2a-452a-8d81-0063626b511c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-777022f3-0e2a-452a-8d81-0063626b511c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-777022f3-0e2a-452a-8d81-0063626b511c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-777022f3-0e2a-452a-8d81-0063626b511c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-777022f3-0e2a-452a-8d81-0063626b511c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-777022f3-0e2a-452a-8d81-0063626b511c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-777022f3-0e2a-452a-8d81-0063626b511c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-777022f3-0e2a-452a-8d81-0063626b511c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-777022f3-0e2a-452a-8d81-0063626b511c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-777022f3-0e2a-452a-8d81-0063626b511c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-777022f3-0e2a-452a-8d81-0063626b511c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-777022f3-0e2a-452a-8d81-0063626b511c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-777022f3-0e2a-452a-8d81-0063626b511c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-73e26da4-2eff-4b74-8855-07697bff5cf0 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-73e26da4-2eff-4b74-8855-07697bff5cf0 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-73e26da4-2eff-4b74-8855-07697bff5cf0 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-73e26da4-2eff-4b74-8855-07697bff5cf0 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  
}


}
#s-56764763-ee58-4eb9-a1d9-79378f931484 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 15px;
text-align: center;
}

#s-56764763-ee58-4eb9-a1d9-79378f931484 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-56764763-ee58-4eb9-a1d9-79378f931484 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-56764763-ee58-4eb9-a1d9-79378f931484 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-1b7f8334-74b3-4a5d-9670-9cf2249d375d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 201, 255, 1);
}
@media (max-width: 767px){#s-1b7f8334-74b3-4a5d-9670-9cf2249d375d {
  margin-top: 5px;
margin-bottom: 5px;
}
}







#s-1b7f8334-74b3-4a5d-9670-9cf2249d375d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b7f8334-74b3-4a5d-9670-9cf2249d375d {
  cursor: pointer;
}#s-1b7f8334-74b3-4a5d-9670-9cf2249d375d.shg-box.shg-c {
  justify-content: center;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
max-width: 600px;
text-align: center;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf305033-396a-47fe-bde7-c29229f67969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 9%;
  margin-right: 9%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: 500px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cf305033-396a-47fe-bde7-c29229f67969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cf305033-396a-47fe-bde7-c29229f67969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf305033-396a-47fe-bde7-c29229f67969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf305033-396a-47fe-bde7-c29229f67969 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cf305033-396a-47fe-bde7-c29229f67969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cf305033-396a-47fe-bde7-c29229f67969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf305033-396a-47fe-bde7-c29229f67969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf305033-396a-47fe-bde7-c29229f67969 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cf305033-396a-47fe-bde7-c29229f67969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cf305033-396a-47fe-bde7-c29229f67969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf305033-396a-47fe-bde7-c29229f67969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf305033-396a-47fe-bde7-c29229f67969 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cf305033-396a-47fe-bde7-c29229f67969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cf305033-396a-47fe-bde7-c29229f67969 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cf305033-396a-47fe-bde7-c29229f67969-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cf305033-396a-47fe-bde7-c29229f67969 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cf305033-396a-47fe-bde7-c29229f67969 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cf305033-396a-47fe-bde7-c29229f67969 img.shogun-image {
  width: 100%;
  
  
  max-width: 600px;

      
    max-width: 600px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-cf305033-396a-47fe-bde7-c29229f67969 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf305033-396a-47fe-bde7-c29229f67969.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-631b2aba-c381-46a5-b7ea-baeaabdf62e2 {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-631b2aba-c381-46a5-b7ea-baeaabdf62e2 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-631b2aba-c381-46a5-b7ea-baeaabdf62e2 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-631b2aba-c381-46a5-b7ea-baeaabdf62e2 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  
}


}
#s-5388b420-f213-4ed6-b983-1005458455b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 15px;
text-align: center;
}

#s-5388b420-f213-4ed6-b983-1005458455b3 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5388b420-f213-4ed6-b983-1005458455b3 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-5388b420-f213-4ed6-b983-1005458455b3 .shogun-heading-component h1 {
  color: rgba(109, 7, 90, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-c5856714-9305-4089-b405-081cf2d4c9dc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c5856714-9305-4089-b405-081cf2d4c9dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5856714-9305-4089-b405-081cf2d4c9dc.shg-box.shg-c {
  justify-content: center;
}

#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f {
  margin-left: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f {
  padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f {
  margin-left: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 1200px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}@media (max-width: 767px){#s-2fa95715-b7f5-4b0c-a9b2-ec4decbc1d8f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}


}
#s-26796697-d72d-4345-bbfe-407119c1432b {
  margin-top: -30px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (max-width: 767px){#s-26796697-d72d-4345-bbfe-407119c1432b {
  margin-top: -10px;
}
}
#s-6b4a47d6-65a4-45ae-b065-daea4a28aaf0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6b4a47d6-65a4-45ae-b065-daea4a28aaf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b4a47d6-65a4-45ae-b065-daea4a28aaf0.shg-box.shg-c {
  justify-content: center;
}

#s-edacc5fd-9795-4a06-a616-bb7463580147 {
  margin-left: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-edacc5fd-9795-4a06-a616-bb7463580147 {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edacc5fd-9795-4a06-a616-bb7463580147 {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edacc5fd-9795-4a06-a616-bb7463580147 {
  padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-edacc5fd-9795-4a06-a616-bb7463580147 {
  margin-left: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
}
#s-edacc5fd-9795-4a06-a616-bb7463580147 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 1200px){#s-edacc5fd-9795-4a06-a616-bb7463580147 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-edacc5fd-9795-4a06-a616-bb7463580147 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-edacc5fd-9795-4a06-a616-bb7463580147 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}@media (max-width: 767px){#s-edacc5fd-9795-4a06-a616-bb7463580147 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}


}
#s-1ffd0972-7006-4889-9017-3d2d29a4e3ec {
  margin-top: -30px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}
@media (max-width: 767px){#s-1ffd0972-7006-4889-9017-3d2d29a4e3ec {
  margin-top: -10px;
}
}
#s-40606826-9d19-4c53-b2a5-ffb55c7d181b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40606826-9d19-4c53-b2a5-ffb55c7d181b {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-40606826-9d19-4c53-b2a5-ffb55c7d181b {
  margin-top: 0px;
margin-bottom: 20px;
}
}







#s-40606826-9d19-4c53-b2a5-ffb55c7d181b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-40606826-9d19-4c53-b2a5-ffb55c7d181b.shg-box.shg-c {
  justify-content: center;
}

#s-40010b50-b8cc-4903-8e4b-842950c20af4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-40010b50-b8cc-4903-8e4b-842950c20af4 {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40010b50-b8cc-4903-8e4b-842950c20af4 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-40010b50-b8cc-4903-8e4b-842950c20af4 {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}
}
#s-40010b50-b8cc-4903-8e4b-842950c20af4 .shogun-heading-component h1 {
  color: rgba(20, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 1200px){#s-40010b50-b8cc-4903-8e4b-842950c20af4 .shogun-heading-component h1 {
  color: rgba(20, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-40010b50-b8cc-4903-8e4b-842950c20af4 .shogun-heading-component h1 {
  color: rgba(20, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 29px;
  
  
  
}


}@media (max-width: 767px){#s-40010b50-b8cc-4903-8e4b-842950c20af4 .shogun-heading-component h1 {
  color: rgba(20, 44, 78, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.2em;
  
  
}


}
#s-c9626e7b-c7df-472c-ade7-0299e2446f6f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c9626e7b-c7df-472c-ade7-0299e2446f6f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9626e7b-c7df-472c-ade7-0299e2446f6f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c9626e7b-c7df-472c-ade7-0299e2446f6f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9626e7b-c7df-472c-ade7-0299e2446f6f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5d42d551-f20a-4013-aa4f-0d36c3cc5949 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5d42d551-f20a-4013-aa4f-0d36c3cc5949"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-5d42d551-f20a-4013-aa4f-0d36c3cc5949"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5d42d551-f20a-4013-aa4f-0d36c3cc5949"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d42d551-f20a-4013-aa4f-0d36c3cc5949"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-0ec7f00b-3b26-4731-ba4e-4ca449235bf7 {
  min-height: 50px;
}








#s-0ec7f00b-3b26-4731-ba4e-4ca449235bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ec7f00b-3b26-4731-ba4e-4ca449235bf7 {
  cursor: pointer;
}#s-0ec7f00b-3b26-4731-ba4e-4ca449235bf7.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  margin: 0 !important;
  overflow: visible;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add background color handling */
  
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image {
  box-sizing: border-box;
}



.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  
}


@media (min-width: 1200px){#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  margin: 0 !important;
  overflow: visible;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add background color handling */
  
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image {
  box-sizing: border-box;
}



.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  margin: 0 !important;
  overflow: visible;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add background color handling */
  
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image {
  box-sizing: border-box;
}



.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  margin: 0 !important;
  overflow: visible;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add background color handling */
  
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image {
  box-sizing: border-box;
}



.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  
}


}@media (max-width: 767px){#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  margin: 0 !important;
  overflow: visible;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add background color handling */
  
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf .shogun-image-content {
  
    justify-content: center;
  
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf.shogun-image {
  box-sizing: border-box;
}



.s-85e4ed0b-78b4-487f-864b-62ac7a9a5fdf img.shogun-image {
  
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-2971a796-1963-44f2-8cfc-268d996a8784 {
  margin-left: auto;
margin-right: auto;
}

#s-2971a796-1963-44f2-8cfc-268d996a8784 .shg-proportional-font-size,
#s-2971a796-1963-44f2-8cfc-268d996a8784 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-2971a796-1963-44f2-8cfc-268d996a8784 .shg-proportional-font-size,
#s-2971a796-1963-44f2-8cfc-268d996a8784 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-2971a796-1963-44f2-8cfc-268d996a8784 .shg-proportional-font-size,
#s-2971a796-1963-44f2-8cfc-268d996a8784 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-b5d0c772-11bd-46d7-8613-6f884749b288 {
  min-height: 50px;
}








#s-b5d0c772-11bd-46d7-8613-6f884749b288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b5d0c772-11bd-46d7-8613-6f884749b288 {
  cursor: pointer;
}#s-b5d0c772-11bd-46d7-8613-6f884749b288.shg-box.shg-c {
  justify-content: center;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 {
  margin: 0 !important;
  overflow: visible;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add background color handling */
  
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-9391b4e2-8096-4f10-a197-43490af3b578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image {
  box-sizing: border-box;
}



.s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9391b4e2-8096-4f10-a197-43490af3b578 {
  margin: 0 !important;
  overflow: visible;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add background color handling */
  
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9391b4e2-8096-4f10-a197-43490af3b578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image {
  box-sizing: border-box;
}



.s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9391b4e2-8096-4f10-a197-43490af3b578 {
  margin: 0 !important;
  overflow: visible;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add background color handling */
  
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9391b4e2-8096-4f10-a197-43490af3b578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image {
  box-sizing: border-box;
}



.s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9391b4e2-8096-4f10-a197-43490af3b578 {
  margin: 0 !important;
  overflow: visible;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add background color handling */
  
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9391b4e2-8096-4f10-a197-43490af3b578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image {
  box-sizing: border-box;
}



.s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9391b4e2-8096-4f10-a197-43490af3b578 {
  margin: 0 !important;
  overflow: visible;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9391b4e2-8096-4f10-a197-43490af3b578 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add background color handling */
  
}

#s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9391b4e2-8096-4f10-a197-43490af3b578 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9391b4e2-8096-4f10-a197-43490af3b578.shogun-image {
  box-sizing: border-box;
}



.s-9391b4e2-8096-4f10-a197-43490af3b578 img.shogun-image {
  
}


}
#s-da510601-52ff-4cd0-9cdb-ddb05fb3f6d1 {
  margin-left: auto;
margin-right: auto;
}

#s-da510601-52ff-4cd0-9cdb-ddb05fb3f6d1 .shg-proportional-font-size,
#s-da510601-52ff-4cd0-9cdb-ddb05fb3f6d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-da510601-52ff-4cd0-9cdb-ddb05fb3f6d1 .shg-proportional-font-size,
#s-da510601-52ff-4cd0-9cdb-ddb05fb3f6d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-da510601-52ff-4cd0-9cdb-ddb05fb3f6d1 .shg-proportional-font-size,
#s-da510601-52ff-4cd0-9cdb-ddb05fb3f6d1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-aff2ede9-9456-4ff1-be0a-7e690ab036cd {
  min-height: 50px;
}








#s-aff2ede9-9456-4ff1-be0a-7e690ab036cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aff2ede9-9456-4ff1-be0a-7e690ab036cd {
  cursor: pointer;
}#s-aff2ede9-9456-4ff1-be0a-7e690ab036cd.shg-box.shg-c {
  justify-content: center;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1471px;
text-align: center;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image {
  box-sizing: border-box;
}



.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image {
  box-sizing: border-box;
}



.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image {
  box-sizing: border-box;
}



.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image {
  box-sizing: border-box;
}



.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  margin: 0 !important;
  overflow: visible;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add background color handling */
  
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4da6f91-dd9a-482d-a9ca-e7ff91961135.shogun-image {
  box-sizing: border-box;
}



.s-b4da6f91-dd9a-482d-a9ca-e7ff91961135 img.shogun-image {
  
}


}
#s-aa7f8014-ea81-4692-bfa2-c1f2145b7a5e {
  margin-left: auto;
margin-right: auto;
}

#s-aa7f8014-ea81-4692-bfa2-c1f2145b7a5e .shg-proportional-font-size,
#s-aa7f8014-ea81-4692-bfa2-c1f2145b7a5e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-aa7f8014-ea81-4692-bfa2-c1f2145b7a5e .shg-proportional-font-size,
#s-aa7f8014-ea81-4692-bfa2-c1f2145b7a5e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-aa7f8014-ea81-4692-bfa2-c1f2145b7a5e .shg-proportional-font-size,
#s-aa7f8014-ea81-4692-bfa2-c1f2145b7a5e .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-ab605115-5018-4877-a0e0-4890e30ca8ef {
  min-height: 50px;
}








#s-ab605115-5018-4877-a0e0-4890e30ca8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab605115-5018-4877-a0e0-4890e30ca8ef {
  cursor: pointer;
}#s-ab605115-5018-4877-a0e0-4890e30ca8ef.shg-box.shg-c {
  justify-content: center;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1946px;
text-align: center;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  margin: 0 !important;
  overflow: visible;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add background color handling */
  
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-2fe700cc-73e7-4211-8716-cddba402dd08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image {
  box-sizing: border-box;
}



.s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  margin: 0 !important;
  overflow: visible;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add background color handling */
  
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2fe700cc-73e7-4211-8716-cddba402dd08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image {
  box-sizing: border-box;
}



.s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  margin: 0 !important;
  overflow: visible;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add background color handling */
  
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2fe700cc-73e7-4211-8716-cddba402dd08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image {
  box-sizing: border-box;
}



.s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  margin: 0 !important;
  overflow: visible;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add background color handling */
  
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2fe700cc-73e7-4211-8716-cddba402dd08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image {
  box-sizing: border-box;
}



.s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  margin: 0 !important;
  overflow: visible;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2fe700cc-73e7-4211-8716-cddba402dd08 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add background color handling */
  
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2fe700cc-73e7-4211-8716-cddba402dd08 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2fe700cc-73e7-4211-8716-cddba402dd08.shogun-image {
  box-sizing: border-box;
}



.s-2fe700cc-73e7-4211-8716-cddba402dd08 img.shogun-image {
  
}


}
#s-bd89dc4c-199d-4620-b051-6ff51828098f {
  margin-left: auto;
margin-right: auto;
}

#s-bd89dc4c-199d-4620-b051-6ff51828098f .shg-proportional-font-size,
#s-bd89dc4c-199d-4620-b051-6ff51828098f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-bd89dc4c-199d-4620-b051-6ff51828098f .shg-proportional-font-size,
#s-bd89dc4c-199d-4620-b051-6ff51828098f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-bd89dc4c-199d-4620-b051-6ff51828098f .shg-proportional-font-size,
#s-bd89dc4c-199d-4620-b051-6ff51828098f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-724efe40-7324-4007-9b9f-91f38a5499f5 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-724efe40-7324-4007-9b9f-91f38a5499f5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-724efe40-7324-4007-9b9f-91f38a5499f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-724efe40-7324-4007-9b9f-91f38a5499f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-724efe40-7324-4007-9b9f-91f38a5499f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-e4ab59fd-2225-4b11-8f2f-4ec88c0823ce {
  min-height: 50px;
}








#s-e4ab59fd-2225-4b11-8f2f-4ec88c0823ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4ab59fd-2225-4b11-8f2f-4ec88c0823ce {
  cursor: pointer;
}#s-e4ab59fd-2225-4b11-8f2f-4ec88c0823ce.shg-box.shg-c {
  justify-content: center;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  margin-top: 6px;
max-width: 1426px;
text-align: center;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-d5fc611b-92fc-4030-924e-aad54c332e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image {
  box-sizing: border-box;
}



.s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  
}


@media (min-width: 1200px){#s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5fc611b-92fc-4030-924e-aad54c332e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image {
  box-sizing: border-box;
}



.s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5fc611b-92fc-4030-924e-aad54c332e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image {
  box-sizing: border-box;
}



.s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5fc611b-92fc-4030-924e-aad54c332e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image {
  box-sizing: border-box;
}



.s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  
}


}@media (max-width: 767px){#s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  margin: 0 !important;
  overflow: visible;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d5fc611b-92fc-4030-924e-aad54c332e4d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add background color handling */
  
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d5fc611b-92fc-4030-924e-aad54c332e4d .shogun-image-content {
  
    justify-content: center;
  
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5fc611b-92fc-4030-924e-aad54c332e4d.shogun-image {
  box-sizing: border-box;
}



.s-d5fc611b-92fc-4030-924e-aad54c332e4d img.shogun-image {
  
}


}
#s-15d0b7ce-50b1-4438-9d7b-3691a55635ec {
  margin-left: auto;
margin-right: auto;
}

#s-15d0b7ce-50b1-4438-9d7b-3691a55635ec .shg-proportional-font-size,
#s-15d0b7ce-50b1-4438-9d7b-3691a55635ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-15d0b7ce-50b1-4438-9d7b-3691a55635ec .shg-proportional-font-size,
#s-15d0b7ce-50b1-4438-9d7b-3691a55635ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-15d0b7ce-50b1-4438-9d7b-3691a55635ec .shg-proportional-font-size,
#s-15d0b7ce-50b1-4438-9d7b-3691a55635ec .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-c97f203d-3172-4edb-8807-120c88414d8c {
  min-height: 50px;
}








#s-c97f203d-3172-4edb-8807-120c88414d8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c97f203d-3172-4edb-8807-120c88414d8c {
  cursor: pointer;
}#s-c97f203d-3172-4edb-8807-120c88414d8c.shg-box.shg-c {
  justify-content: center;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 1426px;
text-align: center;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  margin: 0 !important;
  overflow: visible;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add background color handling */
  
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image {
  box-sizing: border-box;
}



.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  
}


@media (min-width: 1200px){#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  margin: 0 !important;
  overflow: visible;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add background color handling */
  
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image {
  box-sizing: border-box;
}



.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  margin: 0 !important;
  overflow: visible;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add background color handling */
  
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image {
  box-sizing: border-box;
}



.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  margin: 0 !important;
  overflow: visible;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add background color handling */
  
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image {
  box-sizing: border-box;
}



.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  
}


}@media (max-width: 767px){#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  margin: 0 !important;
  overflow: visible;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8a702ea8-2517-473b-b72d-4f3882b7c1fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add background color handling */
  
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a702ea8-2517-473b-b72d-4f3882b7c1fb.shogun-image {
  box-sizing: border-box;
}



.s-8a702ea8-2517-473b-b72d-4f3882b7c1fb img.shogun-image {
  
}


}
#s-b47e6626-ceec-408b-a3e2-5e690fc4e290 {
  margin-left: auto;
margin-right: auto;
}

#s-b47e6626-ceec-408b-a3e2-5e690fc4e290 .shg-proportional-font-size,
#s-b47e6626-ceec-408b-a3e2-5e690fc4e290 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-b47e6626-ceec-408b-a3e2-5e690fc4e290 .shg-proportional-font-size,
#s-b47e6626-ceec-408b-a3e2-5e690fc4e290 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-b47e6626-ceec-408b-a3e2-5e690fc4e290 .shg-proportional-font-size,
#s-b47e6626-ceec-408b-a3e2-5e690fc4e290 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-c5a7a6a0-9996-456e-9658-6a4455bdbebc {
  min-height: 50px;
}








#s-c5a7a6a0-9996-456e-9658-6a4455bdbebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5a7a6a0-9996-456e-9658-6a4455bdbebc {
  cursor: pointer;
}#s-c5a7a6a0-9996-456e-9658-6a4455bdbebc.shg-box.shg-c {
  justify-content: center;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  margin-top: 6px;
margin-bottom: 0px;
max-width: 600px;
text-align: center;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-27eb257f-0f14-4460-bb36-90d4f4678d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image {
  box-sizing: border-box;
}



.s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  
}


@media (min-width: 1200px){#s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27eb257f-0f14-4460-bb36-90d4f4678d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image {
  box-sizing: border-box;
}



.s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27eb257f-0f14-4460-bb36-90d4f4678d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image {
  box-sizing: border-box;
}



.s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27eb257f-0f14-4460-bb36-90d4f4678d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image {
  box-sizing: border-box;
}



.s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  
}


}@media (max-width: 767px){#s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  margin: 0 !important;
  overflow: visible;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-27eb257f-0f14-4460-bb36-90d4f4678d04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add background color handling */
  
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-27eb257f-0f14-4460-bb36-90d4f4678d04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27eb257f-0f14-4460-bb36-90d4f4678d04.shogun-image {
  box-sizing: border-box;
}



.s-27eb257f-0f14-4460-bb36-90d4f4678d04 img.shogun-image {
  
}


}
#s-12be82d0-aef1-430e-8725-513e3aa6ebc2 {
  margin-left: auto;
margin-right: auto;
}

#s-12be82d0-aef1-430e-8725-513e3aa6ebc2 .shg-proportional-font-size,
#s-12be82d0-aef1-430e-8725-513e3aa6ebc2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-12be82d0-aef1-430e-8725-513e3aa6ebc2 .shg-proportional-font-size,
#s-12be82d0-aef1-430e-8725-513e3aa6ebc2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-12be82d0-aef1-430e-8725-513e3aa6ebc2 .shg-proportional-font-size,
#s-12be82d0-aef1-430e-8725-513e3aa6ebc2 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-4f368a33-6b19-4fca-8fb9-265fd6968426 {
  min-height: 50px;
}








#s-4f368a33-6b19-4fca-8fb9-265fd6968426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f368a33-6b19-4fca-8fb9-265fd6968426 {
  cursor: pointer;
}#s-4f368a33-6b19-4fca-8fb9-265fd6968426.shg-box.shg-c {
  justify-content: center;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  margin-top: 6px;
max-width: 600px;
text-align: center;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  margin: 0 !important;
  overflow: visible;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add background color handling */
  
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 500px;

}






.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df .shogun-image-content {
  
    justify-content: center;
  
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image {
  box-sizing: border-box;
}



.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  
}


@media (min-width: 1200px){#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  margin: 0 !important;
  overflow: visible;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add background color handling */
  
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df .shogun-image-content {
  
    justify-content: center;
  
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image {
  box-sizing: border-box;
}



.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  margin: 0 !important;
  overflow: visible;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add background color handling */
  
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df .shogun-image-content {
  
    justify-content: center;
  
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image {
  box-sizing: border-box;
}



.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  margin: 0 !important;
  overflow: visible;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add background color handling */
  
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df .shogun-image-content {
  
    justify-content: center;
  
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image {
  box-sizing: border-box;
}



.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  
}


}@media (max-width: 767px){#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  margin: 0 !important;
  overflow: visible;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-037b79a7-3b46-42c8-9185-e1d0e9fe04df {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add background color handling */
  
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df .shogun-image-content {
  
    justify-content: center;
  
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-037b79a7-3b46-42c8-9185-e1d0e9fe04df.shogun-image {
  box-sizing: border-box;
}



.s-037b79a7-3b46-42c8-9185-e1d0e9fe04df img.shogun-image {
  
}


}
#s-d32d4c90-eee8-493e-a52d-cfe04218176d {
  margin-left: auto;
margin-right: auto;
}

#s-d32d4c90-eee8-493e-a52d-cfe04218176d .shg-proportional-font-size,
#s-d32d4c90-eee8-493e-a52d-cfe04218176d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-d32d4c90-eee8-493e-a52d-cfe04218176d .shg-proportional-font-size,
#s-d32d4c90-eee8-493e-a52d-cfe04218176d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 66;
    
    
    font-size: 0.66em;
  
}
}@media (max-width: 767px){#s-d32d4c90-eee8-493e-a52d-cfe04218176d .shg-proportional-font-size,
#s-d32d4c90-eee8-493e-a52d-cfe04218176d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 70;
    
    
    font-size: 0.7em;
  
}
}
#s-893c6c49-a647-4e85-9a03-34149e9365f3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-893c6c49-a647-4e85-9a03-34149e9365f3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-893c6c49-a647-4e85-9a03-34149e9365f3 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-893c6c49-a647-4e85-9a03-34149e9365f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-893c6c49-a647-4e85-9a03-34149e9365f3.shg-box.shg-c {
  justify-content: center;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  display: none;
}
#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb, #wrap-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb, #wrap-content-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb { display: none !important; }}
#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e7fd224-3eed-443e-a8bc-4cfffd049ebb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  margin-left: auto;
margin-right: auto;
max-width: 825px;
text-align: center;
}
@media (min-width: 1200px){#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  display: none;
}
#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc, #wrap-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc, #wrap-content-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  display: none;
}
#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc, #wrap-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc, #wrap-content-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  display: none;
}
#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc, #wrap-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc, #wrap-content-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc { display: none !important; }}
#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0dbd3f09-82ad-455d-afc6-e44b8b8703cc.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-36cbd7b9-c1b0-45d2-a3ae-ec1b64f708ef {
  margin-top: -10px;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
text-align: center;
}
@media (max-width: 767px){#s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  display: none;
}
#s-830dee0d-a188-46f2-90c1-85a0567610c0, #wrap-s-830dee0d-a188-46f2-90c1-85a0567610c0, #wrap-content-s-830dee0d-a188-46f2-90c1-85a0567610c0 { display: none !important; }}
#s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-830dee0d-a188-46f2-90c1-85a0567610c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-830dee0d-a188-46f2-90c1-85a0567610c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-830dee0d-a188-46f2-90c1-85a0567610c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-830dee0d-a188-46f2-90c1-85a0567610c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-830dee0d-a188-46f2-90c1-85a0567610c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0 img.shogun-image {
  width: 100%;
  
  
  max-width: 2000px;

      
    max-width: 2000px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-830dee0d-a188-46f2-90c1-85a0567610c0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-830dee0d-a188-46f2-90c1-85a0567610c0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  margin-left: auto;
margin-right: auto;
max-width: 825px;
text-align: center;
}
@media (min-width: 1200px){#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  display: none;
}
#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5, #wrap-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5, #wrap-content-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  display: none;
}
#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5, #wrap-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5, #wrap-content-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  display: none;
}
#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5, #wrap-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5, #wrap-content-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 { display: none !important; }}
#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 img.shogun-image {
  width: 100%;
  
  
  max-width: 825px;

      
    max-width: 825px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae488d3d-0d20-4abe-8848-a4c9eea376a5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-8cc2d216-5f12-40bf-945b-c8eea3db2949 {
  margin-top: -10px;
}

#s-c3bcea67-db3a-40df-aa0b-f53560d52f32 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-c3bcea67-db3a-40df-aa0b-f53560d52f32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c3bcea67-db3a-40df-aa0b-f53560d52f32 {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-c3bcea67-db3a-40df-aa0b-f53560d52f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3bcea67-db3a-40df-aa0b-f53560d52f32 {
  cursor: pointer;
}#s-c3bcea67-db3a-40df-aa0b-f53560d52f32.shg-box.shg-c {
  justify-content: center;
}

#s-f563ad15-73d4-4f5f-a2ca-1a6a902f350c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(20, 44, 78, 1);
}
@media (min-width: 1200px){#s-f563ad15-73d4-4f5f-a2ca-1a6a902f350c {
  min-height: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f563ad15-73d4-4f5f-a2ca-1a6a902f350c {
  min-height: 300px;
}
}







#s-f563ad15-73d4-4f5f-a2ca-1a6a902f350c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f563ad15-73d4-4f5f-a2ca-1a6a902f350c.shg-box.shg-c {
  justify-content: center;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 65px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin-top: 0px;
max-width: 70px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin-top: 20px;
max-width: 45px;
}
}@media (max-width: 767px){#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin-top: 15px;
margin-bottom: -4px;
max-width: 50px;
}
}
#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-66d962b7-3d03-467b-b07d-bb16a380af63 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66d962b7-3d03-467b-b07d-bb16a380af63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66d962b7-3d03-467b-b07d-bb16a380af63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-66d962b7-3d03-467b-b07d-bb16a380af63 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66d962b7-3d03-467b-b07d-bb16a380af63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

#s-66d962b7-3d03-467b-b07d-bb16a380af63 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66d962b7-3d03-467b-b07d-bb16a380af63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  margin-bottom: -4px;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-66d962b7-3d03-467b-b07d-bb16a380af63 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63 img.shogun-image {
  width: 100%;
  
  
  max-width: 65px;

      
    max-width: 65px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-66d962b7-3d03-467b-b07d-bb16a380af63 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-66d962b7-3d03-467b-b07d-bb16a380af63.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2c8a1b32-ba3d-4b09-8aef-60f16eb94ef9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-2c8a1b32-ba3d-4b09-8aef-60f16eb94ef9 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-2c8a1b32-ba3d-4b09-8aef-60f16eb94ef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2c8a1b32-ba3d-4b09-8aef-60f16eb94ef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2c8a1b32-ba3d-4b09-8aef-60f16eb94ef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-2c8a1b32-ba3d-4b09-8aef-60f16eb94ef9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}
#s-665af700-9399-4297-9b56-996ef2c8d43e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
@media (min-width: 1200px){#s-665af700-9399-4297-9b56-996ef2c8d43e {
  display: none;
}
#s-665af700-9399-4297-9b56-996ef2c8d43e, #wrap-s-665af700-9399-4297-9b56-996ef2c8d43e, #wrap-content-s-665af700-9399-4297-9b56-996ef2c8d43e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-665af700-9399-4297-9b56-996ef2c8d43e {
  display: none;
}
#s-665af700-9399-4297-9b56-996ef2c8d43e, #wrap-s-665af700-9399-4297-9b56-996ef2c8d43e, #wrap-content-s-665af700-9399-4297-9b56-996ef2c8d43e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-665af700-9399-4297-9b56-996ef2c8d43e {
  display: none;
}
#s-665af700-9399-4297-9b56-996ef2c8d43e, #wrap-s-665af700-9399-4297-9b56-996ef2c8d43e, #wrap-content-s-665af700-9399-4297-9b56-996ef2c8d43e { display: none !important; }}
#s-665af700-9399-4297-9b56-996ef2c8d43e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-665af700-9399-4297-9b56-996ef2c8d43e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-665af700-9399-4297-9b56-996ef2c8d43e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}@media (max-width: 767px){#s-665af700-9399-4297-9b56-996ef2c8d43e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.2em;
  
  
}


}
#s-4783d183-9d0d-4fc1-947f-b637273a245e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 8px;
padding-bottom: 8px;
text-align: center;
}
@media (max-width: 767px){#s-4783d183-9d0d-4fc1-947f-b637273a245e {
  display: none;
}
#s-4783d183-9d0d-4fc1-947f-b637273a245e, #wrap-s-4783d183-9d0d-4fc1-947f-b637273a245e, #wrap-content-s-4783d183-9d0d-4fc1-947f-b637273a245e { display: none !important; }}
#s-4783d183-9d0d-4fc1-947f-b637273a245e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.2em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-4783d183-9d0d-4fc1-947f-b637273a245e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.2em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-4783d183-9d0d-4fc1-947f-b637273a245e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.2em;
  
  
}


}
#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjdjYjkxZDQtNTZhNy00M2I0LTlhZTctMzY0NDg5NWU2YWE4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmN2NiOTFkNC01NmE3LTQzYjQtOWFlNy0zNjQ0ODk1ZTZhYTgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 5px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4:hover {background-color: rgba(29, 100, 159, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmE0OGQ5NmUtZTczYi00MmNjLTkzMjgtOGIwNDc3OGFkMGY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYTQ4ZDk2ZS1lNzNiLTQyY2MtOTMyOC04YjA0Nzc4YWQwZjcpIi8+PC9zdmc+);
background-repeat: no-repeat;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}@media (min-width: 768px) and (max-width: 991px){#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjI3MGFjMzMtMmFiNi00NmVlLWFhNjEtMzI1YzJiNThkZmM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMjcwYWMzMy0yYWI2LTQ2ZWUtYWE2MS0zMjVjMmI1OGRmYzcpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}@media (max-width: 767px){#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGRkMjJmODgtODg0My00MmE2LTlkOTgtNTNiMDdmMTFjNzA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ2NDlmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZGQyMmY4OC04ODQzLTQyYTYtOWQ5OC01M2IwN2YxMWM3MDUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 20px;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#1d649f"}];
}
}

  #s-afe97f1b-aea1-4488-9f7f-88d7054eebb4-root {
    text-align: center;
  }


#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-afe97f1b-aea1-4488-9f7f-88d7054eebb4-root {
    text-align: center;
  }


#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-afe97f1b-aea1-4488-9f7f-88d7054eebb4-root {
    text-align: center;
  }


#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-afe97f1b-aea1-4488-9f7f-88d7054eebb4-root {
    text-align: center;
  }


#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-afe97f1b-aea1-4488-9f7f-88d7054eebb4-root {
    text-align: center;
  }


#s-afe97f1b-aea1-4488-9f7f-88d7054eebb4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-61d5decd-b38c-4240-b976-429a67879a87 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-61d5decd-b38c-4240-b976-429a67879a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61d5decd-b38c-4240-b976-429a67879a87.shg-box.shg-c {
  justify-content: center;
}

#s-b01c97b7-eec6-4248-aea8-524ab595896f {
  margin-left: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-b01c97b7-eec6-4248-aea8-524ab595896f {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b01c97b7-eec6-4248-aea8-524ab595896f {
  margin-left: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b01c97b7-eec6-4248-aea8-524ab595896f {
  padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-b01c97b7-eec6-4248-aea8-524ab595896f {
  padding-bottom: 0px;
text-align: left;
}
}
#s-b01c97b7-eec6-4248-aea8-524ab595896f .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 1200px){#s-b01c97b7-eec6-4248-aea8-524ab595896f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b01c97b7-eec6-4248-aea8-524ab595896f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b01c97b7-eec6-4248-aea8-524ab595896f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}@media (max-width: 767px){#s-b01c97b7-eec6-4248-aea8-524ab595896f .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-552fc59f-2a3f-48bf-a8d6-c183e83b172d {
  margin-top: -30px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-552fc59f-2a3f-48bf-a8d6-c183e83b172d {
  margin-top: -30px;
}
}
#s-a5f34a18-3539-49d8-be69-d3383b004e96 {
  margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 {
  padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 {
  margin-left: 10px;
padding-bottom: 0px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 {
  padding-bottom: 0px;
text-align: left;
}
}@media (max-width: 767px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 {
  padding-bottom: 0px;
text-align: left;
}
}
#s-a5f34a18-3539-49d8-be69-d3383b004e96 .shogun-heading-component h1 {
  
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 1200px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}@media (max-width: 767px){#s-a5f34a18-3539-49d8-be69-d3383b004e96 .shogun-heading-component h1 {
  
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-900b2107-a775-4277-81de-e63231e7153b {
  margin-top: -30px;
padding-top: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-900b2107-a775-4277-81de-e63231e7153b {
  margin-top: -30px;
}
}
#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.13);
}








#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ba1cc27f-d3e9-4100-9fc0-c6c5f6a7d49c.shg-box.shg-c {
  justify-content: center;
}

#s-57b764f1-b4c8-446e-9562-cf0055a95274 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-57b764f1-b4c8-446e-9562-cf0055a95274 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57b764f1-b4c8-446e-9562-cf0055a95274.shg-box.shg-c {
  justify-content: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0em;
  
  
}


}@media (max-width: 767px){#s-29f8f012-e767-4b95-9cdb-bd4828103ab0 .shogun-heading-component h1 {
  color: rgba(30, 100, 158, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1em;
  
  
}


}
#s-8c5189de-aa89-48fd-9e09-a50ff12d99f9 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c5189de-aa89-48fd-9e09-a50ff12d99f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 47px;
margin-bottom: 47px;
max-width: 700px;
aspect-ratio: 700/148;
text-align: center;
}
@media (min-width: 1200px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 380px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 378px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  max-width: 251px;
}
}@media (max-width: 767px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin-top: 20px;
margin-bottom: 15px;
max-width: 450px;
}
}
#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

@media (min-width: 1200px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}@media (max-width: 767px){#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  margin: 0 !important;
  overflow: visible;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add background color handling */
  
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }

    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-link {
      aspect-ratio: 700/148;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 700px;
  }



  img.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
    
    
    
    max-height: 700px;
  }


.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image {
  box-sizing: border-box;
}



.s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 {
      --shg-aspect-ratio: calc(700/148); 
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container {
      position: relative;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b6c0d1d-da46-4ba3-9232-77f8e6649d94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 700px;
    }
  }

}
#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-16f19510-3f58-4efe-8ca2-2f867489971d {
  margin-top: 0px;
}
}
#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-16f19510-3f58-4efe-8ca2-2f867489971d .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}
#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-8f1a2ffd-4c71-457d-a1ba-9908f3ffd75e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-2806d324-5045-458e-96e4-60d4801fb0de {
  margin: 0 !important;
  overflow: visible;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2806d324-5045-458e-96e4-60d4801fb0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add background color handling */
  
}

#s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2806d324-5045-458e-96e4-60d4801fb0de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-2806d324-5045-458e-96e4-60d4801fb0de .shogun-image-content {
  
    justify-content: center;
  
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image {
  box-sizing: border-box;
}



.s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2806d324-5045-458e-96e4-60d4801fb0de {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container {
      position: relative;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2806d324-5045-458e-96e4-60d4801fb0de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-ec141ef2-ac9c-44da-907d-bc509bcc183c {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-ec141ef2-ac9c-44da-907d-bc509bcc183c .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 20px;
margin-right: 7%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-2d997a4f-9a8d-4a60-96a8-5e3dd2eae9ac .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 150px;
aspect-ratio: 300/290;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin-top: 20px;
margin-bottom: 30px;
max-width: 100px;
}
}
#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  margin-bottom: 30px;
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-9d2e8537-685b-423e-9931-a3247c286a00 {
  margin: 0 !important;
  overflow: visible;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9d2e8537-685b-423e-9931-a3247c286a00 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add background color handling */
  
}

#s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }

    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-link {
      aspect-ratio: 300/290;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d2e8537-685b-423e-9931-a3247c286a00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-9d2e8537-685b-423e-9931-a3247c286a00 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image {
  box-sizing: border-box;
}



.s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9d2e8537-685b-423e-9931-a3247c286a00 {
      --shg-aspect-ratio: calc(300/290); 
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container {
      position: relative;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d2e8537-685b-423e-9931-a3247c286a00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-6d1136fe-e5ed-4a91-b89b-b2a7c61e626a .shogun-heading-component h1 {
  color: rgba(21, 44, 78, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}


}
#s-3532ebf4-26c6-4ca7-9815-6c503d055955 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1.25em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}@media (max-width: 767px){#s-3532ebf4-26c6-4ca7-9815-6c503d055955 .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.25em;
  
  
}


}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
}








#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e8aa374-3e39-4b3d-a269-7f8d5e240b4f.shg-box.shg-c {
  justify-content: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin-left: auto;
margin-right: auto;
max-width: 1920px;
aspect-ratio: 1920/71;
text-align: center;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

@media (min-width: 1200px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}@media (max-width: 767px){#s-6e359039-bc83-473a-a18c-8456d026c78d {
  margin: 0 !important;
  overflow: visible;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e359039-bc83-473a-a18c-8456d026c78d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add background color handling */
  
}

#s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }

    #s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-link {
      aspect-ratio: 1920/71;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6e359039-bc83-473a-a18c-8456d026c78d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1920px;
  }



  img.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
    
    
    
    max-height: 1920px;
  }


.s-6e359039-bc83-473a-a18c-8456d026c78d .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image {
  box-sizing: border-box;
}



.s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6e359039-bc83-473a-a18c-8456d026c78d {
      --shg-aspect-ratio: calc(1920/71); 
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container {
      position: relative;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6e359039-bc83-473a-a18c-8456d026c78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1920px;
    }
  }

}
#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(30, 100, 158, 1);
background-position: center center;
}








#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e2c74b4-e0af-4c7f-8238-391c04ced2ab.shg-box.shg-c {
  justify-content: center;
}

#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-top: 40px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-067a9334-7a7c-4105-bdd9-b1eeecc44963 {
  margin-bottom: 1px;
}
}
#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-3062f027-bba7-41df-9aee-35c1525b85aa {
  margin-top: 11px;
margin-left: 9%;
margin-right: 9%;
}
}
#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  box-shadow:1px 1px 1px 1px rgba(127, 14, 125, 0);
margin-bottom: 49px;
min-height: 50px;
}

#s-85ee1d31-b614-4085-870b-2a9825f14728 {
  background-image: url();
}








#s-85ee1d31-b614-4085-870b-2a9825f14728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-85ee1d31-b614-4085-870b-2a9825f14728.shg-box.shg-c {
  justify-content: center;
}

#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 8%;
margin-right: 8%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bfc29c1-af9b-4ca1-b009-e59776323d86 {
  margin-left: 3%;
margin-right: 3%;
}
}
@media (min-width: 0px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bfc29c1-af9b-4ca1-b009-e59776323d86"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48 {
  cursor: pointer;
}#s-83cc5aa5-4822-4ec7-89b8-f257c1c12c48.shg-box.shg-c {
  justify-content: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-e7231b07-212a-4037-b1ad-255a4030686e {
  margin: 0 !important;
  overflow: visible;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e7231b07-212a-4037-b1ad-255a4030686e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add background color handling */
  
}

#s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e7231b07-212a-4037-b1ad-255a4030686e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-e7231b07-212a-4037-b1ad-255a4030686e .shogun-image-content {
  
    justify-content: center;
  
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image {
  box-sizing: border-box;
}



.s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e7231b07-212a-4037-b1ad-255a4030686e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container {
      position: relative;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e7231b07-212a-4037-b1ad-255a4030686e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-33d5cc7a-90aa-4fc7-830f-dc957282ead1 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 9px;
margin-right: 6%;
min-height: 0px;
}
@media (min-width: 1200px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 6%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-428c0198-4ab8-49d8-8007-b70dc36b0de3 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305f0f01-c648-4d3f-bf2f-64b6f91384ad-root {
    text-align: center;
  }


#s-305f0f01-c648-4d3f-bf2f-64b6f91384ad.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25 {
  cursor: pointer;
}#s-e5fb7d07-8b08-447f-9e39-8d088c21ec25.shg-box.shg-c {
  justify-content: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  margin: 0 !important;
  overflow: visible;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add background color handling */
  
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff .shogun-image-content {
  
    justify-content: center;
  
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image {
  box-sizing: border-box;
}



.s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container {
      position: relative;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-70cf9663-aeb5-4e49-a2aa-575e4aba7bff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-7afcf635-3d97-4af9-8253-29d2a5cc7510 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-7b934657-2f76-4361-8f63-93e1ddcaf0a5 {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-5c794a13-148d-414e-92c1-5e1d24fff80b:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5c794a13-148d-414e-92c1-5e1d24fff80b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-5c794a13-148d-414e-92c1-5e1d24fff80b {
  margin-left: 12%;
margin-right: 12%;
}
}

  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5c794a13-148d-414e-92c1-5e1d24fff80b-root {
    text-align: center;
  }


#s-5c794a13-148d-414e-92c1-5e1d24fff80b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  box-shadow:0px 1px 2px 0px ;
margin-top: 4px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-730502a7-24cf-494d-b5ca-024b82b7b6eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb {
  cursor: pointer;
}#s-730502a7-24cf-494d-b5ca-024b82b7b6eb.shg-box.shg-c {
  justify-content: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin-top: 7px;
margin-left: 8%;
margin-bottom: 3px;
margin-right: 8%;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8%;
  margin-right: 8%;
  margin-top: 7px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}@media (max-width: 767px){#s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  margin: 0 !important;
  overflow: visible;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add background color handling */
  
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 600px;
  }



  img.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-ab3cccc3-382a-4d2f-93c3-9485044593ec .shogun-image-content {
  
    justify-content: center;
  
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image {
  box-sizing: border-box;
}



.s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container {
      position: relative;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ab3cccc3-382a-4d2f-93c3-9485044593ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-fdd5e6c8-d207-40f8-9801-b3faded1cf74 {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f700125c-7140-4fc3-95a1-be723beb640d {
  margin-top: 10px;
margin-left: 1%;
margin-bottom: 9px;
margin-right: 1%;
min-height: 0px;
}

#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 6px;
padding-left: 13px;
padding-bottom: 6px;
padding-right: 13px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
}
#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f {
  margin-left: 13%;
margin-right: 13%;
}
}

  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f-root {
    text-align: center;
  }


#s-d37e2ae9-d43c-40a8-a91e-26fd65ca4f4f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}