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

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

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

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

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

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

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

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

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

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

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

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

#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 {
  display: none;
}
#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32, #wrap-s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 {
  display: none;
}
#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32, #wrap-s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 {
  display: none;
}
#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32, #wrap-s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 { display: none !important; }}







#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8eeff2f9-525e-4498-a9db-f12ab54f6f32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11b21986-925e-458c-b277-e5b938e2af7c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-11b21986-925e-458c-b277-e5b938e2af7c {
  display: none;
}
#s-11b21986-925e-458c-b277-e5b938e2af7c, #wrap-s-11b21986-925e-458c-b277-e5b938e2af7c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-11b21986-925e-458c-b277-e5b938e2af7c {
  display: none;
}
#s-11b21986-925e-458c-b277-e5b938e2af7c, #wrap-s-11b21986-925e-458c-b277-e5b938e2af7c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-11b21986-925e-458c-b277-e5b938e2af7c {
  display: none;
}
#s-11b21986-925e-458c-b277-e5b938e2af7c, #wrap-s-11b21986-925e-458c-b277-e5b938e2af7c { display: none !important; }}







#s-11b21986-925e-458c-b277-e5b938e2af7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11b21986-925e-458c-b277-e5b938e2af7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  text-transform: none;
  font-weight: 600;
  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-4f4a2f8e-1fa8-4718-9a14-d45bf0381620 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f4a2f8e-1fa8-4718-9a14-d45bf0381620 .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae {
  display: none;
}
#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae, #wrap-s-bd14c9ff-8504-4298-a0c4-55e1f77020ae { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae {
  display: none;
}
#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae, #wrap-s-bd14c9ff-8504-4298-a0c4-55e1f77020ae { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae {
  display: none;
}
#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae, #wrap-s-bd14c9ff-8504-4298-a0c4-55e1f77020ae { display: none !important; }}@media (max-width: 767px){#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae {
  display: none;
}
#s-bd14c9ff-8504-4298-a0c4-55e1f77020ae, #wrap-s-bd14c9ff-8504-4298-a0c4-55e1f77020ae { display: none !important; }}
#s-25738265-8477-4578-83ea-0589c1b9e01d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-25738265-8477-4578-83ea-0589c1b9e01d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25738265-8477-4578-83ea-0589c1b9e01d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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-9516a342-c45e-40b5-bb05-115a58954a57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

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

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 > .swiper-button-prev,
#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 > .swiper-button-prev svg,
#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 > .swiper-button-next svg {
  fill: rgba(230, 230, 230, 1) !important;
  stroke: rgba(230, 230, 230, 1) !important;
  
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-9516a342-c45e-40b5-bb05-115a58954a57 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

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

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

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

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

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

#s-582061b6-077f-4745-925d-a368fe77f020 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-582061b6-077f-4745-925d-a368fe77f020"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-582061b6-077f-4745-925d-a368fe77f020"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-582061b6-077f-4745-925d-a368fe77f020"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-582061b6-077f-4745-925d-a368fe77f020"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-02994a12-50b3-461f-9597-6167c195120f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-02994a12-50b3-461f-9597-6167c195120f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-02994a12-50b3-461f-9597-6167c195120f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-content {
  
    align-items: center;
  
}

.s-02994a12-50b3-461f-9597-6167c195120f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02994a12-50b3-461f-9597-6167c195120f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
      position: relative;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-02994a12-50b3-461f-9597-6167c195120f {
  
  
  
  
}

#s-02994a12-50b3-461f-9597-6167c195120f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-content {
  
    align-items: center;
  
}

.s-02994a12-50b3-461f-9597-6167c195120f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02994a12-50b3-461f-9597-6167c195120f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
      position: relative;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-02994a12-50b3-461f-9597-6167c195120f {
  
  
  
  
}

#s-02994a12-50b3-461f-9597-6167c195120f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-content {
  
    align-items: center;
  
}

.s-02994a12-50b3-461f-9597-6167c195120f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02994a12-50b3-461f-9597-6167c195120f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
      position: relative;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-02994a12-50b3-461f-9597-6167c195120f {
  
  
  
  
}

#s-02994a12-50b3-461f-9597-6167c195120f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-content {
  
    align-items: center;
  
}

.s-02994a12-50b3-461f-9597-6167c195120f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02994a12-50b3-461f-9597-6167c195120f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
      position: relative;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-02994a12-50b3-461f-9597-6167c195120f {
  
  
  
  
}

#s-02994a12-50b3-461f-9597-6167c195120f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-02994a12-50b3-461f-9597-6167c195120f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-02994a12-50b3-461f-9597-6167c195120f .shogun-image-content {
  
    align-items: center;
  
}

.s-02994a12-50b3-461f-9597-6167c195120f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-02994a12-50b3-461f-9597-6167c195120f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-02994a12-50b3-461f-9597-6167c195120f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container {
      position: relative;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-02994a12-50b3-461f-9597-6167c195120f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-02994a12-50b3-461f-9597-6167c195120f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-content {
  
    align-items: center;
  
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
      position: relative;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  
  
  
  
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-content {
  
    align-items: center;
  
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
      position: relative;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  
  
  
  
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-content {
  
    align-items: center;
  
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
      position: relative;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  
  
  
  
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-content {
  
    align-items: center;
  
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
      position: relative;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  
  
  
  
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-562ebda3-d36a-49d1-9b41-3967d3a45728 .shogun-image-content {
  
    align-items: center;
  
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container {
      position: relative;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-562ebda3-d36a-49d1-9b41-3967d3a45728 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-c4ea9526-df08-472b-b371-bdd93967261b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c4ea9526-df08-472b-b371-bdd93967261b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c4ea9526-df08-472b-b371-bdd93967261b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ea9526-df08-472b-b371-bdd93967261b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
      position: relative;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c4ea9526-df08-472b-b371-bdd93967261b {
  
  
  
  
}

#s-c4ea9526-df08-472b-b371-bdd93967261b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ea9526-df08-472b-b371-bdd93967261b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
      position: relative;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-c4ea9526-df08-472b-b371-bdd93967261b {
  
  
  
  
}

#s-c4ea9526-df08-472b-b371-bdd93967261b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ea9526-df08-472b-b371-bdd93967261b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
      position: relative;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-c4ea9526-df08-472b-b371-bdd93967261b {
  
  
  
  
}

#s-c4ea9526-df08-472b-b371-bdd93967261b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ea9526-df08-472b-b371-bdd93967261b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
      position: relative;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-c4ea9526-df08-472b-b371-bdd93967261b {
  
  
  
  
}

#s-c4ea9526-df08-472b-b371-bdd93967261b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4ea9526-df08-472b-b371-bdd93967261b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-c4ea9526-df08-472b-b371-bdd93967261b .shogun-image-content {
  
    align-items: center;
  
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4ea9526-df08-472b-b371-bdd93967261b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container {
      position: relative;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4ea9526-df08-472b-b371-bdd93967261b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-9b886915-d4cf-441e-96d1-e2a1eea059f5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9b886915-d4cf-441e-96d1-e2a1eea059f5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-9b886915-d4cf-441e-96d1-e2a1eea059f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-9b886915-d4cf-441e-96d1-e2a1eea059f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-9b886915-d4cf-441e-96d1-e2a1eea059f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
      position: relative;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  
  
  
  
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
      position: relative;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  
  
  
  
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
      position: relative;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  
  
  
  
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
      position: relative;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  
  
  
  
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container {
      position: relative;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7e3bb80-7905-42ee-b7d4-c1ba2a0f22c4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-d5b72315-8c28-452e-b881-8d8b4285424d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d5b72315-8c28-452e-b881-8d8b4285424d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5b72315-8c28-452e-b881-8d8b4285424d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
      position: relative;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d5b72315-8c28-452e-b881-8d8b4285424d {
  
  
  
  
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5b72315-8c28-452e-b881-8d8b4285424d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
      position: relative;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-d5b72315-8c28-452e-b881-8d8b4285424d {
  
  
  
  
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5b72315-8c28-452e-b881-8d8b4285424d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
      position: relative;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-d5b72315-8c28-452e-b881-8d8b4285424d {
  
  
  
  
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5b72315-8c28-452e-b881-8d8b4285424d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
      position: relative;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-d5b72315-8c28-452e-b881-8d8b4285424d {
  
  
  
  
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d5b72315-8c28-452e-b881-8d8b4285424d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-d5b72315-8c28-452e-b881-8d8b4285424d .shogun-image-content {
  
    align-items: center;
  
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d5b72315-8c28-452e-b881-8d8b4285424d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container {
      position: relative;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d5b72315-8c28-452e-b881-8d8b4285424d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
      position: relative;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  
  
  
  
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
      position: relative;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  
  
  
  
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
      position: relative;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  
  
  
  
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
      position: relative;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  
  
  
  
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container {
      position: relative;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dae59065-e5f6-48c6-99b8-f6f35e8a12c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-686ef8ee-8593-4dab-a311-85315c48d620 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-686ef8ee-8593-4dab-a311-85315c48d620"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-686ef8ee-8593-4dab-a311-85315c48d620"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-686ef8ee-8593-4dab-a311-85315c48d620"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-686ef8ee-8593-4dab-a311-85315c48d620"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
      position: relative;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  
  
  
  
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
      position: relative;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  
  
  
  
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
      position: relative;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  
  
  
  
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
      position: relative;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  
  
  
  
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-0939bbe0-95d3-4436-b313-aee8245bfa6e .shogun-image-content {
  
    align-items: center;
  
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container {
      position: relative;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0939bbe0-95d3-4436-b313-aee8245bfa6e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-content {
  
    align-items: center;
  
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73f571aa-9363-45f9-a074-7e686e7b40ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
      position: relative;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  
  
  
  
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-content {
  
    align-items: center;
  
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73f571aa-9363-45f9-a074-7e686e7b40ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
      position: relative;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  
  
  
  
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-content {
  
    align-items: center;
  
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73f571aa-9363-45f9-a074-7e686e7b40ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
      position: relative;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  
  
  
  
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-content {
  
    align-items: center;
  
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73f571aa-9363-45f9-a074-7e686e7b40ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
      position: relative;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  
  
  
  
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-73f571aa-9363-45f9-a074-7e686e7b40ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-73f571aa-9363-45f9-a074-7e686e7b40ad .shogun-image-content {
  
    align-items: center;
  
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-73f571aa-9363-45f9-a074-7e686e7b40ad {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container {
      position: relative;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-73f571aa-9363-45f9-a074-7e686e7b40ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
      position: relative;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  
  
  
  
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
      position: relative;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  
  
  
  
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
      position: relative;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  
  
  
  
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
      position: relative;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  
  
  
  
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container {
      position: relative;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd2c7b2f-94b7-490f-9066-599ccb36a6a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}

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

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 > .swiper-button-prev,
#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 > .swiper-button-prev svg,
#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 > .swiper-button-next svg {
  fill: rgba(230, 230, 230, 1) !important;
  stroke: rgba(230, 230, 230, 1) !important;
  
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-9c3506b8-c278-4d9b-b6a5-4d43101a1346 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-7cb30a2f-4c8a-40ab-b28b-eba01e7cbae5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-7cb30a2f-4c8a-40ab-b28b-eba01e7cbae5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-7cb30a2f-4c8a-40ab-b28b-eba01e7cbae5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-7cb30a2f-4c8a-40ab-b28b-eba01e7cbae5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-7cb30a2f-4c8a-40ab-b28b-eba01e7cbae5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-content {
  
    align-items: center;
  
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
      position: relative;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  
  
  
  
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-content {
  
    align-items: center;
  
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
      position: relative;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  
  
  
  
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-content {
  
    align-items: center;
  
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
      position: relative;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  
  
  
  
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-content {
  
    align-items: center;
  
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
      position: relative;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  
  
  
  
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e .shogun-image-content {
  
    align-items: center;
  
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container {
      position: relative;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2aa5a0a8-f6f9-4333-b82d-5c1aea96353e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d2b77cf-b147-4989-b68e-712db1f71096 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
      position: relative;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  
  
  
  
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d2b77cf-b147-4989-b68e-712db1f71096 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
      position: relative;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  
  
  
  
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d2b77cf-b147-4989-b68e-712db1f71096 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
      position: relative;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  
  
  
  
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d2b77cf-b147-4989-b68e-712db1f71096 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
      position: relative;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  
  
  
  
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d2b77cf-b147-4989-b68e-712db1f71096 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7d2b77cf-b147-4989-b68e-712db1f71096 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d2b77cf-b147-4989-b68e-712db1f71096 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container {
      position: relative;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d2b77cf-b147-4989-b68e-712db1f71096 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
      position: relative;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  
  
  
  
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
      position: relative;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  
  
  
  
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
      position: relative;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  
  
  
  
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
      position: relative;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  
  
  
  
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-3cf591bd-724e-41d1-ba29-19af16a62c97 .shogun-image-content {
  
    align-items: center;
  
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container {
      position: relative;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3cf591bd-724e-41d1-ba29-19af16a62c97 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-0c4ca779-b906-4feb-8895-cc6bbf2a1b47 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0c4ca779-b906-4feb-8895-cc6bbf2a1b47"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-0c4ca779-b906-4feb-8895-cc6bbf2a1b47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-0c4ca779-b906-4feb-8895-cc6bbf2a1b47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-0c4ca779-b906-4feb-8895-cc6bbf2a1b47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
      position: relative;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  
  
  
  
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
      position: relative;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  
  
  
  
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
      position: relative;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  
  
  
  
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
      position: relative;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  
  
  
  
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-90c717af-558c-43aa-a9f1-d7847bfd17b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container {
      position: relative;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90c717af-558c-43aa-a9f1-d7847bfd17b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
      position: relative;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  
  
  
  
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
      position: relative;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  
  
  
  
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
      position: relative;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  
  
  
  
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
      position: relative;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  
  
  
  
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-190a0b77-cd62-4787-86f1-764aa6b093f7 .shogun-image-content {
  
    align-items: center;
  
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container {
      position: relative;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-190a0b77-cd62-4787-86f1-764aa6b093f7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-content {
  
    align-items: center;
  
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
      position: relative;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  
  
  
  
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-content {
  
    align-items: center;
  
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
      position: relative;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  
  
  
  
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-content {
  
    align-items: center;
  
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
      position: relative;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  
  
  
  
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-content {
  
    align-items: center;
  
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
      position: relative;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  
  
  
  
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea .shogun-image-content {
  
    align-items: center;
  
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container {
      position: relative;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bc44ad1-1fb7-4243-aa25-cdecd91854ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-faf1cbf7-254d-418a-ac2b-4613b1f10f08 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-faf1cbf7-254d-418a-ac2b-4613b1f10f08"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-faf1cbf7-254d-418a-ac2b-4613b1f10f08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-faf1cbf7-254d-418a-ac2b-4613b1f10f08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-faf1cbf7-254d-418a-ac2b-4613b1f10f08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
      position: relative;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  
  
  
  
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
      position: relative;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  
  
  
  
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
      position: relative;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  
  
  
  
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
      position: relative;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  
  
  
  
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-2b4f317e-9063-4cb5-86a4-43c781884e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container {
      position: relative;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b4f317e-9063-4cb5-86a4-43c781884e94 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-84859f20-a108-461d-9250-01f0a619fd3e {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-84859f20-a108-461d-9250-01f0a619fd3e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-84859f20-a108-461d-9250-01f0a619fd3e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84859f20-a108-461d-9250-01f0a619fd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
      position: relative;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-84859f20-a108-461d-9250-01f0a619fd3e {
  
  
  
  
}

#s-84859f20-a108-461d-9250-01f0a619fd3e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84859f20-a108-461d-9250-01f0a619fd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
      position: relative;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-84859f20-a108-461d-9250-01f0a619fd3e {
  
  
  
  
}

#s-84859f20-a108-461d-9250-01f0a619fd3e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84859f20-a108-461d-9250-01f0a619fd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
      position: relative;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-84859f20-a108-461d-9250-01f0a619fd3e {
  
  
  
  
}

#s-84859f20-a108-461d-9250-01f0a619fd3e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84859f20-a108-461d-9250-01f0a619fd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
      position: relative;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-84859f20-a108-461d-9250-01f0a619fd3e {
  
  
  
  
}

#s-84859f20-a108-461d-9250-01f0a619fd3e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84859f20-a108-461d-9250-01f0a619fd3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-84859f20-a108-461d-9250-01f0a619fd3e .shogun-image-content {
  
    align-items: center;
  
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84859f20-a108-461d-9250-01f0a619fd3e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container {
      position: relative;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84859f20-a108-461d-9250-01f0a619fd3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

}
#s-e537ff7c-2845-4447-adfc-31c678a2438f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e537ff7c-2845-4447-adfc-31c678a2438f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-content {
  
    align-items: center;
  
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e537ff7c-2845-4447-adfc-31c678a2438f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
      position: relative;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e537ff7c-2845-4447-adfc-31c678a2438f {
  
  
  
  
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-content {
  
    align-items: center;
  
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e537ff7c-2845-4447-adfc-31c678a2438f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
      position: relative;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-e537ff7c-2845-4447-adfc-31c678a2438f {
  
  
  
  
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-content {
  
    align-items: center;
  
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e537ff7c-2845-4447-adfc-31c678a2438f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
      position: relative;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-e537ff7c-2845-4447-adfc-31c678a2438f {
  
  
  
  
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-content {
  
    align-items: center;
  
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e537ff7c-2845-4447-adfc-31c678a2438f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
      position: relative;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

.shg-image-margin-container-s-e537ff7c-2845-4447-adfc-31c678a2438f {
  
  
  
  
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e537ff7c-2845-4447-adfc-31c678a2438f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1080px;
  }



  img.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
    
    
    
    max-height: 1080px;
  }


.s-e537ff7c-2845-4447-adfc-31c678a2438f .shogun-image-content {
  
    align-items: center;
  
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e537ff7c-2845-4447-adfc-31c678a2438f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container {
      position: relative;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e537ff7c-2845-4447-adfc-31c678a2438f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1080px;
    }
  }

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

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

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

.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-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 230, 185, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(63, 56, 125, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
}
#s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50-root {
    text-align: center;
  }


#s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50-root {
    text-align: center;
  }


#s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50-root {
    text-align: center;
  }


#s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50-root {
    text-align: center;
  }


#s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50-root {
    text-align: center;
  }


#s-7bb6dfaa-3170-4fab-ad2d-5e81ad2e2c50.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-4bbe262d-9c55-4a43-9089-c07e00c780bc {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4bbe262d-9c55-4a43-9089-c07e00c780bc {
  display: none;
}
#s-4bbe262d-9c55-4a43-9089-c07e00c780bc, #wrap-s-4bbe262d-9c55-4a43-9089-c07e00c780bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bbe262d-9c55-4a43-9089-c07e00c780bc {
  display: none;
}
#s-4bbe262d-9c55-4a43-9089-c07e00c780bc, #wrap-s-4bbe262d-9c55-4a43-9089-c07e00c780bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bbe262d-9c55-4a43-9089-c07e00c780bc {
  display: none;
}
#s-4bbe262d-9c55-4a43-9089-c07e00c780bc, #wrap-s-4bbe262d-9c55-4a43-9089-c07e00c780bc { display: none !important; }}
#s-4bbe262d-9c55-4a43-9089-c07e00c780bc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmM1OTUyZGUtYjgyYS00NTM3LTgxYmMtZTM2ZDc3MmUyZmRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmYWVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ4MTgxODE4MTgxODE4MTgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZhZWQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmYyZWM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZjNTk1MmRlLWI4MmEtNDUzNy04MWJjLWUzNmQ3NzJlMmZkYykiLz48L3N2Zz4=);
}








#s-4bbe262d-9c55-4a43-9089-c07e00c780bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bbe262d-9c55-4a43-9089-c07e00c780bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54256143-0cd9-4267-970a-a7ef497232d0 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54256143-0cd9-4267-970a-a7ef497232d0 .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-854d2d72-3a81-4802-a615-f8527c46d848 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-854d2d72-3a81-4802-a615-f8527c46d848"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-854d2d72-3a81-4802-a615-f8527c46d848"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-854d2d72-3a81-4802-a615-f8527c46d848"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-854d2d72-3a81-4802-a615-f8527c46d848"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3ee04158-cc68-4635-98cf-03bd9a1cf698 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  
  
  
  
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3ee04158-cc68-4635-98cf-03bd9a1cf698 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  
  
  
  
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3ee04158-cc68-4635-98cf-03bd9a1cf698 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  
  
  
  
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3ee04158-cc68-4635-98cf-03bd9a1cf698 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  
  
  
  
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698 {
  margin: 0 !important;
  overflow: hidden;
}






.s-3ee04158-cc68-4635-98cf-03bd9a1cf698 .shogun-image-content {
  
    align-items: center;
  
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ee04158-cc68-4635-98cf-03bd9a1cf698.shogun-image {
  box-sizing: border-box;
}




}
#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  margin: 0 !important;
  overflow: hidden;
}






.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  
  
  
  
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  margin: 0 !important;
  overflow: hidden;
}






.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  
  
  
  
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  margin: 0 !important;
  overflow: hidden;
}






.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  
  
  
  
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  margin: 0 !important;
  overflow: hidden;
}






.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  
  
  
  
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d {
  margin: 0 !important;
  overflow: hidden;
}






.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d .shogun-image-content {
  
    align-items: center;
  
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b4017e2-bbe5-4584-bf89-6b08e7baca3d.shogun-image {
  box-sizing: border-box;
}




}
#s-c5104777-5bb7-426f-a7ed-d1b601b529c7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c5104777-5bb7-426f-a7ed-d1b601b529c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-c5104777-5bb7-426f-a7ed-d1b601b529c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-c5104777-5bb7-426f-a7ed-d1b601b529c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5104777-5bb7-426f-a7ed-d1b601b529c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  margin: 0 !important;
  overflow: hidden;
}






.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c .shogun-image-content {
  
    align-items: center;
  
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  
  
  
  
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  margin: 0 !important;
  overflow: hidden;
}






.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c .shogun-image-content {
  
    align-items: center;
  
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  
  
  
  
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  margin: 0 !important;
  overflow: hidden;
}






.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c .shogun-image-content {
  
    align-items: center;
  
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  
  
  
  
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  margin: 0 !important;
  overflow: hidden;
}






.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c .shogun-image-content {
  
    align-items: center;
  
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  
  
  
  
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c {
  margin: 0 !important;
  overflow: hidden;
}






.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c .shogun-image-content {
  
    align-items: center;
  
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd0dc2fc-3e7d-4513-9fd2-8dbac30f768c.shogun-image {
  box-sizing: border-box;
}




}
#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  
  
  
  
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  
  
  
  
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  
  
  
  
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  
  
  
  
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2dc2ab8-3d94-4e3e-8acc-297b71e5dd51.shogun-image {
  box-sizing: border-box;
}




}
#s-e5d26686-d9b8-4ea1-94e1-297bedb8c494 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e5d26686-d9b8-4ea1-94e1-297bedb8c494"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-e5d26686-d9b8-4ea1-94e1-297bedb8c494"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-e5d26686-d9b8-4ea1-94e1-297bedb8c494"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5d26686-d9b8-4ea1-94e1-297bedb8c494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  margin: 0 !important;
  overflow: hidden;
}






.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  
  
  
  
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  margin: 0 !important;
  overflow: hidden;
}






.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  
  
  
  
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  margin: 0 !important;
  overflow: hidden;
}






.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  
  
  
  
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  margin: 0 !important;
  overflow: hidden;
}






.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  
  
  
  
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a {
  margin: 0 !important;
  overflow: hidden;
}






.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a .shogun-image-content {
  
    align-items: center;
  
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b78ebf2-9e0f-44e1-8393-a8c7427c608a.shogun-image {
  box-sizing: border-box;
}




}
#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  margin: 0 !important;
  overflow: hidden;
}






.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f .shogun-image-content {
  
    align-items: center;
  
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  
  
  
  
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  margin: 0 !important;
  overflow: hidden;
}






.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f .shogun-image-content {
  
    align-items: center;
  
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  
  
  
  
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  margin: 0 !important;
  overflow: hidden;
}






.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f .shogun-image-content {
  
    align-items: center;
  
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  
  
  
  
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  margin: 0 !important;
  overflow: hidden;
}






.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f .shogun-image-content {
  
    align-items: center;
  
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  
  
  
  
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f {
  margin: 0 !important;
  overflow: hidden;
}






.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f .shogun-image-content {
  
    align-items: center;
  
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5271ae5d-0c88-4fea-8f2f-7ea91e54142f.shogun-image {
  box-sizing: border-box;
}




}
#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 230, 185, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(63, 56, 125, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
}
#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f-root {
    text-align: center;
  }


#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f-root {
    text-align: center;
  }


#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f-root {
    text-align: center;
  }


#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f-root {
    text-align: center;
  }


#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f-root {
    text-align: center;
  }


#s-5df516b5-9b73-4ddb-a22a-a48ec88f3f5f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-0d150cab-c234-4a69-9b6f-9052e59dc0bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0d150cab-c234-4a69-9b6f-9052e59dc0bc {
  display: none;
}
#s-0d150cab-c234-4a69-9b6f-9052e59dc0bc, #wrap-s-0d150cab-c234-4a69-9b6f-9052e59dc0bc { display: none !important; }}







#s-0d150cab-c234-4a69-9b6f-9052e59dc0bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d150cab-c234-4a69-9b6f-9052e59dc0bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c44122b4-77fa-46b9-8db3-9172fc7f7a70 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c44122b4-77fa-46b9-8db3-9172fc7f7a70 .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
}

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

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 > .swiper-button-prev,
#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 > .swiper-button-next {
  
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 > .swiper-button-prev svg,
#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-e7e31d3e-d417-4af6-b053-4cc4af875bf4 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-4d226ff2-2a11-453c-bbf0-9060428c7750 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (max-width: 767px){#s-4d226ff2-2a11-453c-bbf0-9060428c7750 {
  display: none;
}
#s-4d226ff2-2a11-453c-bbf0-9060428c7750, #wrap-s-4d226ff2-2a11-453c-bbf0-9060428c7750 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 > .swiper-button-prev,
#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 > .swiper-button-next {
  
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 > .swiper-button-prev svg,
#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-4d226ff2-2a11-453c-bbf0-9060428c7750 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-48d740a0-033b-41e3-a3bf-e80d5df7b5e4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-48d740a0-033b-41e3-a3bf-e80d5df7b5e4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-48d740a0-033b-41e3-a3bf-e80d5df7b5e4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-48d740a0-033b-41e3-a3bf-e80d5df7b5e4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-48d740a0-033b-41e3-a3bf-e80d5df7b5e4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-content {
  
    align-items: center;
  
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
      position: relative;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  
  
  
  
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-content {
  
    align-items: center;
  
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
      position: relative;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  
  
  
  
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-content {
  
    align-items: center;
  
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
      position: relative;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  
  
  
  
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-content {
  
    align-items: center;
  
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
      position: relative;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  
  
  
  
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-13524f76-d09a-4bf0-81a7-6b69aec23303 .shogun-image-content {
  
    align-items: center;
  
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container {
      position: relative;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13524f76-d09a-4bf0-81a7-6b69aec23303 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
      position: relative;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  
  
  
  
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
      position: relative;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  
  
  
  
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
      position: relative;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  
  
  
  
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
      position: relative;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  
  
  
  
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-af8ff999-47d6-417d-a4ae-405b241f7d71 .shogun-image-content {
  
    align-items: center;
  
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shg-align-container {
  display: flex;
  justify-content: center
}

.s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container {
      position: relative;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-af8ff999-47d6-417d-a4ae-405b241f7d71 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
      position: relative;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  
  
  
  
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
      position: relative;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  
  
  
  
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
      position: relative;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  
  
  
  
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
      position: relative;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  
  
  
  
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container {
      position: relative;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d786a00a-1d2d-4a62-8ac1-e163bc88e4d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-cd0732e4-1388-47b1-a9cc-2be26f19acf0 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd0732e4-1388-47b1-a9cc-2be26f19acf0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-cd0732e4-1388-47b1-a9cc-2be26f19acf0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cd0732e4-1388-47b1-a9cc-2be26f19acf0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cd0732e4-1388-47b1-a9cc-2be26f19acf0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
      position: relative;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  
  
  
  
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
      position: relative;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  
  
  
  
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
      position: relative;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  
  
  
  
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
      position: relative;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  
  
  
  
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container {
      position: relative;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f32bdd73-bfe9-400c-b8e2-4c8a688b4ccf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-content {
  
    align-items: center;
  
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
      position: relative;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  
  
  
  
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-content {
  
    align-items: center;
  
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
      position: relative;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  
  
  
  
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-content {
  
    align-items: center;
  
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
      position: relative;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  
  
  
  
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-content {
  
    align-items: center;
  
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
      position: relative;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  
  
  
  
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb .shogun-image-content {
  
    align-items: center;
  
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container {
      position: relative;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0106fc70-9794-4e1f-b8ad-1e203e8a39cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-content {
  
    align-items: center;
  
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9aabf0a9-aa9e-415c-981e-2913851925fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
      position: relative;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  
  
  
  
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-content {
  
    align-items: center;
  
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9aabf0a9-aa9e-415c-981e-2913851925fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
      position: relative;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  
  
  
  
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-content {
  
    align-items: center;
  
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9aabf0a9-aa9e-415c-981e-2913851925fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
      position: relative;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  
  
  
  
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-content {
  
    align-items: center;
  
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9aabf0a9-aa9e-415c-981e-2913851925fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
      position: relative;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  
  
  
  
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9aabf0a9-aa9e-415c-981e-2913851925fc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-9aabf0a9-aa9e-415c-981e-2913851925fc .shogun-image-content {
  
    align-items: center;
  
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9aabf0a9-aa9e-415c-981e-2913851925fc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container {
      position: relative;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9aabf0a9-aa9e-415c-981e-2913851925fc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-923926e9-2765-45be-89ca-335a98175b2c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-923926e9-2765-45be-89ca-335a98175b2c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-923926e9-2765-45be-89ca-335a98175b2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-923926e9-2765-45be-89ca-335a98175b2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-923926e9-2765-45be-89ca-335a98175b2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
      position: relative;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  
  
  
  
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
      position: relative;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  
  
  
  
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
      position: relative;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  
  
  
  
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
      position: relative;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  
  
  
  
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d .shogun-image-content {
  
    align-items: center;
  
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container {
      position: relative;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7a083b6-8a36-4c75-ba76-4e6cbc9d8f2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
      position: relative;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  
  
  
  
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
      position: relative;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  
  
  
  
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
      position: relative;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  
  
  
  
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
      position: relative;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  
  
  
  
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-07ee6e0e-e080-44cb-b19d-4f71c4829632 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container {
      position: relative;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07ee6e0e-e080-44cb-b19d-4f71c4829632 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
      position: relative;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  
  
  
  
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
      position: relative;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  
  
  
  
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
      position: relative;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  
  
  
  
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
      position: relative;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  
  
  
  
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-d7bcb78b-6a61-4480-b93f-35fc98655c44 .shogun-image-content {
  
    align-items: center;
  
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container {
      position: relative;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d7bcb78b-6a61-4480-b93f-35fc98655c44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-e1424371-d660-4b93-86b4-ef3acf16c952 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (max-width: 767px){#s-e1424371-d660-4b93-86b4-ef3acf16c952 {
  display: none;
}
#s-e1424371-d660-4b93-86b4-ef3acf16c952, #wrap-s-e1424371-d660-4b93-86b4-ef3acf16c952 { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 > .swiper-button-prev,
#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 > .swiper-button-next {
  
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 > .swiper-button-prev svg,
#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 > .swiper-button-next svg {
  fill: rgba(163, 160, 160, 1) !important;
  stroke: rgba(163, 160, 160, 1) !important;
  
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-e1424371-d660-4b93-86b4-ef3acf16c952 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-8a402ef7-7d53-4d8c-abe2-05ac86377123 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8a402ef7-7d53-4d8c-abe2-05ac86377123"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-8a402ef7-7d53-4d8c-abe2-05ac86377123"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8a402ef7-7d53-4d8c-abe2-05ac86377123"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8a402ef7-7d53-4d8c-abe2-05ac86377123"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
      position: relative;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  
  
  
  
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
      position: relative;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  
  
  
  
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
      position: relative;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  
  
  
  
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
      position: relative;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  
  
  
  
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container {
      position: relative;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a5bed94-a0c6-4429-83a4-bed3b86b8911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
      position: relative;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  
  
  
  
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
      position: relative;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  
  
  
  
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
      position: relative;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  
  
  
  
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
      position: relative;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  
  
  
  
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container {
      position: relative;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b65d3fb-bf5d-4a30-884f-d55d26c448b2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
      position: relative;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  
  
  
  
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
      position: relative;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  
  
  
  
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
      position: relative;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  
  
  
  
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
      position: relative;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  
  
  
  
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-1e80912c-0a53-4473-8ff2-e469cddae6fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container {
      position: relative;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e80912c-0a53-4473-8ff2-e469cddae6fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-a74e397b-4a13-4d26-8332-a93b8c34148e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a74e397b-4a13-4d26-8332-a93b8c34148e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-a74e397b-4a13-4d26-8332-a93b8c34148e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-a74e397b-4a13-4d26-8332-a93b8c34148e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-a74e397b-4a13-4d26-8332-a93b8c34148e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-c604d029-380d-46ec-864d-4a2891c0f366 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c604d029-380d-46ec-864d-4a2891c0f366 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c604d029-380d-46ec-864d-4a2891c0f366 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-content {
  
    align-items: center;
  
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c604d029-380d-46ec-864d-4a2891c0f366 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
      position: relative;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c604d029-380d-46ec-864d-4a2891c0f366 {
  
  
  
  
}

#s-c604d029-380d-46ec-864d-4a2891c0f366 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-content {
  
    align-items: center;
  
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c604d029-380d-46ec-864d-4a2891c0f366 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
      position: relative;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-c604d029-380d-46ec-864d-4a2891c0f366 {
  
  
  
  
}

#s-c604d029-380d-46ec-864d-4a2891c0f366 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-content {
  
    align-items: center;
  
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c604d029-380d-46ec-864d-4a2891c0f366 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
      position: relative;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-c604d029-380d-46ec-864d-4a2891c0f366 {
  
  
  
  
}

#s-c604d029-380d-46ec-864d-4a2891c0f366 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-content {
  
    align-items: center;
  
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c604d029-380d-46ec-864d-4a2891c0f366 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
      position: relative;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-c604d029-380d-46ec-864d-4a2891c0f366 {
  
  
  
  
}

#s-c604d029-380d-46ec-864d-4a2891c0f366 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c604d029-380d-46ec-864d-4a2891c0f366 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-c604d029-380d-46ec-864d-4a2891c0f366 .shogun-image-content {
  
    align-items: center;
  
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c604d029-380d-46ec-864d-4a2891c0f366 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container {
      position: relative;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c604d029-380d-46ec-864d-4a2891c0f366 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-823a36e8-aba6-460d-ac4f-669509417e91 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-823a36e8-aba6-460d-ac4f-669509417e91 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-823a36e8-aba6-460d-ac4f-669509417e91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-content {
  
    align-items: center;
  
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-823a36e8-aba6-460d-ac4f-669509417e91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
      position: relative;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-823a36e8-aba6-460d-ac4f-669509417e91 {
  
  
  
  
}

#s-823a36e8-aba6-460d-ac4f-669509417e91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-content {
  
    align-items: center;
  
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-823a36e8-aba6-460d-ac4f-669509417e91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
      position: relative;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-823a36e8-aba6-460d-ac4f-669509417e91 {
  
  
  
  
}

#s-823a36e8-aba6-460d-ac4f-669509417e91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-content {
  
    align-items: center;
  
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-823a36e8-aba6-460d-ac4f-669509417e91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
      position: relative;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-823a36e8-aba6-460d-ac4f-669509417e91 {
  
  
  
  
}

#s-823a36e8-aba6-460d-ac4f-669509417e91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-content {
  
    align-items: center;
  
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-823a36e8-aba6-460d-ac4f-669509417e91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
      position: relative;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-823a36e8-aba6-460d-ac4f-669509417e91 {
  
  
  
  
}

#s-823a36e8-aba6-460d-ac4f-669509417e91 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-823a36e8-aba6-460d-ac4f-669509417e91 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-823a36e8-aba6-460d-ac4f-669509417e91 .shogun-image-content {
  
    align-items: center;
  
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shg-align-container {
  display: flex;
  justify-content: center
}

.s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-823a36e8-aba6-460d-ac4f-669509417e91 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container {
      position: relative;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-823a36e8-aba6-460d-ac4f-669509417e91 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
      position: relative;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  
  
  
  
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
      position: relative;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  
  
  
  
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
      position: relative;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  
  
  
  
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
      position: relative;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  
  
  
  
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 .shogun-image-content {
  
    align-items: center;
  
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container {
      position: relative;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7c9e2719-be06-4e3e-b282-dcfb6a2873c6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-80d5b150-2b1f-414a-9af2-13f8bd45e81c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-80d5b150-2b1f-414a-9af2-13f8bd45e81c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-80d5b150-2b1f-414a-9af2-13f8bd45e81c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-80d5b150-2b1f-414a-9af2-13f8bd45e81c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-80d5b150-2b1f-414a-9af2-13f8bd45e81c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
      position: relative;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  
  
  
  
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
      position: relative;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  
  
  
  
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
      position: relative;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  
  
  
  
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
      position: relative;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  
  
  
  
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container {
      position: relative;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0ffd0a4-ec88-4b05-bbe1-234cf62b1b14 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
      position: relative;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  
  
  
  
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
      position: relative;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  
  
  
  
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
      position: relative;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  
  
  
  
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
      position: relative;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  
  
  
  
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 .shogun-image-content {
  
    align-items: center;
  
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container {
      position: relative;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14ccd8c1-d2e8-4583-8fc9-17c9b2b23b80 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-003a17fa-56e6-445d-b3da-016def6219ce {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-003a17fa-56e6-445d-b3da-016def6219ce {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-003a17fa-56e6-445d-b3da-016def6219ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-content {
  
    align-items: center;
  
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003a17fa-56e6-445d-b3da-016def6219ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
      position: relative;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-003a17fa-56e6-445d-b3da-016def6219ce {
  
  
  
  
}

#s-003a17fa-56e6-445d-b3da-016def6219ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-content {
  
    align-items: center;
  
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003a17fa-56e6-445d-b3da-016def6219ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
      position: relative;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-003a17fa-56e6-445d-b3da-016def6219ce {
  
  
  
  
}

#s-003a17fa-56e6-445d-b3da-016def6219ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-content {
  
    align-items: center;
  
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003a17fa-56e6-445d-b3da-016def6219ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
      position: relative;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-003a17fa-56e6-445d-b3da-016def6219ce {
  
  
  
  
}

#s-003a17fa-56e6-445d-b3da-016def6219ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-content {
  
    align-items: center;
  
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003a17fa-56e6-445d-b3da-016def6219ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
      position: relative;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

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

.shg-image-margin-container-s-003a17fa-56e6-445d-b3da-016def6219ce {
  
  
  
  
}

#s-003a17fa-56e6-445d-b3da-016def6219ce {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-003a17fa-56e6-445d-b3da-016def6219ce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 280px;
  }



  img.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
    
    
    
    max-height: 280px;
  }


.s-003a17fa-56e6-445d-b3da-016def6219ce .shogun-image-content {
  
    align-items: center;
  
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-003a17fa-56e6-445d-b3da-016def6219ce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container {
      position: relative;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-003a17fa-56e6-445d-b3da-016def6219ce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 280px;
    }
  }

}
#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 230, 185, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(63, 56, 125, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
}
#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f21c1984-9764-42b9-94ab-a9477ccbc2f5-root {
    text-align: center;
  }


#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f21c1984-9764-42b9-94ab-a9477ccbc2f5-root {
    text-align: center;
  }


#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f21c1984-9764-42b9-94ab-a9477ccbc2f5-root {
    text-align: center;
  }


#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f21c1984-9764-42b9-94ab-a9477ccbc2f5-root {
    text-align: center;
  }


#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f21c1984-9764-42b9-94ab-a9477ccbc2f5-root {
    text-align: center;
  }


#s-f21c1984-9764-42b9-94ab-a9477ccbc2f5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-a8db6722-3b7e-4349-b7ba-ed07a7452dda {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a8db6722-3b7e-4349-b7ba-ed07a7452dda {
  display: none;
}
#s-a8db6722-3b7e-4349-b7ba-ed07a7452dda, #wrap-s-a8db6722-3b7e-4349-b7ba-ed07a7452dda { display: none !important; }}







#s-a8db6722-3b7e-4349-b7ba-ed07a7452dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a8db6722-3b7e-4349-b7ba-ed07a7452dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e911c5a4-3e9e-425e-a70a-ca1fda9a9b65 {
  background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-e911c5a4-3e9e-425e-a70a-ca1fda9a9b65 {
  display: none;
}
#s-e911c5a4-3e9e-425e-a70a-ca1fda9a9b65, #wrap-s-e911c5a4-3e9e-425e-a70a-ca1fda9a9b65 { display: none !important; }}
#s-e911c5a4-3e9e-425e-a70a-ca1fda9a9b65 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjY0Y2QyZDItMzFhYi00NGI0LTlhODktMDUzMDg3NWUzMjg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmYWVkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ4MTgxODE4MTgxODE4MTgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZhZWQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmYyZWM7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2I2NGNkMmQyLTMxYWItNDRiNC05YTg5LTA1MzA4NzVlMzI4NikiLz48L3N2Zz4=);
}








#s-e911c5a4-3e9e-425e-a70a-ca1fda9a9b65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e911c5a4-3e9e-425e-a70a-ca1fda9a9b65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b4ef610-d8fd-4409-be10-5efaa23e6a07 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b4ef610-d8fd-4409-be10-5efaa23e6a07 .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-e9f306c3-5a79-407a-86fa-6d9e65518ed7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
}

@media (min-width: 0px) {
[id="s-e9f306c3-5a79-407a-86fa-6d9e65518ed7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-e9f306c3-5a79-407a-86fa-6d9e65518ed7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-e9f306c3-5a79-407a-86fa-6d9e65518ed7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-e9f306c3-5a79-407a-86fa-6d9e65518ed7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
text-align: right;
}



.shg-image-margin-container-s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  margin: 0 !important;
  overflow: hidden;
}






.s-b39edcd1-a23b-45ee-abc2-b5807022e7db .shogun-image-content {
  
    align-items: center;
  
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  
  
  
  
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  margin: 0 !important;
  overflow: hidden;
}






.s-b39edcd1-a23b-45ee-abc2-b5807022e7db .shogun-image-content {
  
    align-items: center;
  
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  
  
  
  
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  margin: 0 !important;
  overflow: hidden;
}






.s-b39edcd1-a23b-45ee-abc2-b5807022e7db .shogun-image-content {
  
    align-items: center;
  
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  
  
  
  
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  margin: 0 !important;
  overflow: hidden;
}






.s-b39edcd1-a23b-45ee-abc2-b5807022e7db .shogun-image-content {
  
    align-items: center;
  
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  
  
  
  
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db {
  margin: 0 !important;
  overflow: hidden;
}






.s-b39edcd1-a23b-45ee-abc2-b5807022e7db .shogun-image-content {
  
    align-items: center;
  
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b39edcd1-a23b-45ee-abc2-b5807022e7db.shogun-image {
  box-sizing: border-box;
}




}
#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
text-align: center;
}



.shg-image-margin-container-s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  
  
  
  
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  
  
  
  
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  
  
  
  
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  
  
  
  
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404 .shogun-image-content {
  
    align-items: center;
  
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84eebbb1-ba8d-48dd-a7bd-34e60dcb7404.shogun-image {
  box-sizing: border-box;
}




}
#s-f8680be3-757f-454b-b380-ce222dc6b316 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
text-align: left;
}



.shg-image-margin-container-s-f8680be3-757f-454b-b380-ce222dc6b316 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f8680be3-757f-454b-b380-ce222dc6b316 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f8680be3-757f-454b-b380-ce222dc6b316 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f8680be3-757f-454b-b380-ce222dc6b316 {
  
  
  
  
}

#s-f8680be3-757f-454b-b380-ce222dc6b316 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f8680be3-757f-454b-b380-ce222dc6b316 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f8680be3-757f-454b-b380-ce222dc6b316 {
  
  
  
  
}

#s-f8680be3-757f-454b-b380-ce222dc6b316 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f8680be3-757f-454b-b380-ce222dc6b316 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f8680be3-757f-454b-b380-ce222dc6b316 {
  
  
  
  
}

#s-f8680be3-757f-454b-b380-ce222dc6b316 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f8680be3-757f-454b-b380-ce222dc6b316 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f8680be3-757f-454b-b380-ce222dc6b316 {
  
  
  
  
}

#s-f8680be3-757f-454b-b380-ce222dc6b316 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f8680be3-757f-454b-b380-ce222dc6b316 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8680be3-757f-454b-b380-ce222dc6b316.shogun-image {
  box-sizing: border-box;
}




}
#s-ca5b7ded-3516-4987-9fb7-4111196afc8e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 60px;
padding-right: 60px;
}

@media (min-width: 0px) {
[id="s-ca5b7ded-3516-4987-9fb7-4111196afc8e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-ca5b7ded-3516-4987-9fb7-4111196afc8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-ca5b7ded-3516-4987-9fb7-4111196afc8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-ca5b7ded-3516-4987-9fb7-4111196afc8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.333333333333333px);
}

}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
text-align: right;
}



.shg-image-margin-container-s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  
  
  
  
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  
  
  
  
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  
  
  
  
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  
  
  
  
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 {
  margin: 0 !important;
  overflow: hidden;
}






.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22 .shogun-image-content {
  
    align-items: center;
  
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f76e2f3e-16ba-42f9-a56a-99c7e5f9dc22.shogun-image {
  box-sizing: border-box;
}




}
#s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
text-align: center;
}



.shg-image-margin-container-s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-658f37b6-777c-44b2-86c0-0895b9346f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  
  
  
  
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-658f37b6-777c-44b2-86c0-0895b9346f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  
  
  
  
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-658f37b6-777c-44b2-86c0-0895b9346f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  
  
  
  
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-658f37b6-777c-44b2-86c0-0895b9346f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  
  
  
  
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51 {
  margin: 0 !important;
  overflow: hidden;
}






.s-658f37b6-777c-44b2-86c0-0895b9346f51 .shogun-image-content {
  
    align-items: center;
  
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-658f37b6-777c-44b2-86c0-0895b9346f51.shogun-image {
  box-sizing: border-box;
}




}
#s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(63, 56, 125, 1);
border-style: solid;
border-radius: 5px;
max-width: 280px;
text-align: left;
}



.shg-image-margin-container-s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  margin: 0 !important;
  overflow: hidden;
}






.s-30e85a6b-e8ea-436b-889a-2c694ec566a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  
  
  
  
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  margin: 0 !important;
  overflow: hidden;
}






.s-30e85a6b-e8ea-436b-889a-2c694ec566a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  
  
  
  
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  margin: 0 !important;
  overflow: hidden;
}






.s-30e85a6b-e8ea-436b-889a-2c694ec566a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  
  
  
  
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  margin: 0 !important;
  overflow: hidden;
}






.s-30e85a6b-e8ea-436b-889a-2c694ec566a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  
  
  
  
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2 {
  margin: 0 !important;
  overflow: hidden;
}






.s-30e85a6b-e8ea-436b-889a-2c694ec566a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30e85a6b-e8ea-436b-889a-2c694ec566a2.shogun-image {
  box-sizing: border-box;
}




}
#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 230, 185, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(63, 56, 125, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
}
#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf-root {
    text-align: center;
  }


#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf-root {
    text-align: center;
  }


#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf-root {
    text-align: center;
  }


#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf-root {
    text-align: center;
  }


#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf-root {
    text-align: center;
  }


#s-9e2047f9-3558-4f73-b26b-75f56cfaaaaf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-892a3833-2b4f-4cbb-95d0-6725073d1136 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-892a3833-2b4f-4cbb-95d0-6725073d1136 {
  display: none;
}
#s-892a3833-2b4f-4cbb-95d0-6725073d1136, #wrap-s-892a3833-2b4f-4cbb-95d0-6725073d1136 { display: none !important; }}







#s-892a3833-2b4f-4cbb-95d0-6725073d1136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-892a3833-2b4f-4cbb-95d0-6725073d1136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42e6b823-43eb-4ed7-8cf9-fde98e66ca51 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-42e6b823-43eb-4ed7-8cf9-fde98e66ca51 {
  display: none;
}
#s-42e6b823-43eb-4ed7-8cf9-fde98e66ca51, #wrap-s-42e6b823-43eb-4ed7-8cf9-fde98e66ca51 { display: none !important; }}







#s-42e6b823-43eb-4ed7-8cf9-fde98e66ca51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42e6b823-43eb-4ed7-8cf9-fde98e66ca51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828385b3-e40d-4797-9daf-1fafc8a7cad0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-828385b3-e40d-4797-9daf-1fafc8a7cad0 .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.25em;
  
  
}



#s-117076b7-fe69-4c04-8629-418b4e8abf9b {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-117076b7-fe69-4c04-8629-418b4e8abf9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-117076b7-fe69-4c04-8629-418b4e8abf9b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-117076b7-fe69-4c04-8629-418b4e8abf9b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-117076b7-fe69-4c04-8629-418b4e8abf9b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-16f44407-86e2-488f-920e-d73629e472be {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-16f44407-86e2-488f-920e-d73629e472be {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-16f44407-86e2-488f-920e-d73629e472be {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-content {
  
    align-items: center;
  
}

.s-16f44407-86e2-488f-920e-d73629e472be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16f44407-86e2-488f-920e-d73629e472be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
      position: relative;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-16f44407-86e2-488f-920e-d73629e472be {
  
  
  
  
}

#s-16f44407-86e2-488f-920e-d73629e472be {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-content {
  
    align-items: center;
  
}

.s-16f44407-86e2-488f-920e-d73629e472be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16f44407-86e2-488f-920e-d73629e472be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
      position: relative;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-16f44407-86e2-488f-920e-d73629e472be {
  
  
  
  
}

#s-16f44407-86e2-488f-920e-d73629e472be {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-content {
  
    align-items: center;
  
}

.s-16f44407-86e2-488f-920e-d73629e472be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16f44407-86e2-488f-920e-d73629e472be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
      position: relative;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-16f44407-86e2-488f-920e-d73629e472be {
  
  
  
  
}

#s-16f44407-86e2-488f-920e-d73629e472be {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-content {
  
    align-items: center;
  
}

.s-16f44407-86e2-488f-920e-d73629e472be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16f44407-86e2-488f-920e-d73629e472be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
      position: relative;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-16f44407-86e2-488f-920e-d73629e472be {
  
  
  
  
}

#s-16f44407-86e2-488f-920e-d73629e472be {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-16f44407-86e2-488f-920e-d73629e472be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-16f44407-86e2-488f-920e-d73629e472be .shogun-image-content {
  
    align-items: center;
  
}

.s-16f44407-86e2-488f-920e-d73629e472be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16f44407-86e2-488f-920e-d73629e472be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-16f44407-86e2-488f-920e-d73629e472be {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container {
      position: relative;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-16f44407-86e2-488f-920e-d73629e472be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-16f44407-86e2-488f-920e-d73629e472be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  font-weight: 600;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(63, 56, 125, 1);
  font-family: "Figtree";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  font-weight: 600;
}

.shg-theme-text-content p {
  color: rgba(63, 56, 125, 1);
  font-family: "Figtree";
  font-weight: 500;
}

#s-a61b1175-b9aa-444f-99e9-986a2fde30de {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8ceb765c-d1be-4950-92bc-c0b7232fbbe9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-content {
  
    align-items: center;
  
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
      position: relative;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  
  
  
  
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-content {
  
    align-items: center;
  
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
      position: relative;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  
  
  
  
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-content {
  
    align-items: center;
  
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
      position: relative;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  
  
  
  
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-content {
  
    align-items: center;
  
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
      position: relative;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  
  
  
  
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df .shogun-image-content {
  
    align-items: center;
  
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container {
      position: relative;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0438fba-ab9a-48be-a3ec-2f1b994a21df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-a8c87667-7b65-4e0d-b08a-c6ec683a9a94 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-76abee11-e5db-40b4-b4b7-a14152e3b461 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
      position: relative;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  
  
  
  
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
      position: relative;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  
  
  
  
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
      position: relative;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  
  
  
  
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
      position: relative;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

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

.shg-image-margin-container-s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  
  
  
  
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 80px;
  }



  img.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 .shogun-image-content {
  
    align-items: center;
  
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container {
      position: relative;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfb461d8-852e-4f43-89c0-d945cb2a5e74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-9142d140-1416-48cd-a39a-ed2f37b95c6c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e52ca2c2-5dd5-4db1-bdd6-f91981f82f37 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 60px;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 230, 185, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(63, 56, 125, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
}
#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-397d902f-d6a0-45e5-bf44-a45a1cbd152b-root {
    text-align: center;
  }


#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-397d902f-d6a0-45e5-bf44-a45a1cbd152b-root {
    text-align: center;
  }


#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-397d902f-d6a0-45e5-bf44-a45a1cbd152b-root {
    text-align: center;
  }


#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-397d902f-d6a0-45e5-bf44-a45a1cbd152b-root {
    text-align: center;
  }


#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-397d902f-d6a0-45e5-bf44-a45a1cbd152b-root {
    text-align: center;
  }


#s-397d902f-d6a0-45e5-bf44-a45a1cbd152b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-5778bc8b-7d53-4920-b227-f287198555c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 244, 255, 1);
}
@media (max-width: 767px){#s-5778bc8b-7d53-4920-b227-f287198555c8 {
  display: none;
}
#s-5778bc8b-7d53-4920-b227-f287198555c8, #wrap-s-5778bc8b-7d53-4920-b227-f287198555c8 { display: none !important; }}







#s-5778bc8b-7d53-4920-b227-f287198555c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5778bc8b-7d53-4920-b227-f287198555c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b52d0247-03c3-4f42-a88a-6e5a771ca4bd {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b52d0247-03c3-4f42-a88a-6e5a771ca4bd .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.25em;
  
  
}



#s-3d410375-ec70-443e-9d80-d2da74aec326 {
  margin-left: 100px;
margin-bottom: 50px;
margin-right: 100px;
}

@media (min-width: 0px) {
[id="s-3d410375-ec70-443e-9d80-d2da74aec326"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d410375-ec70-443e-9d80-d2da74aec326"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d410375-ec70-443e-9d80-d2da74aec326"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d410375-ec70-443e-9d80-d2da74aec326"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-252d5aee-9f74-402b-9d42-151005d5e546 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(219, 157, 2, 1);
border-style: none;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-252d5aee-9f74-402b-9d42-151005d5e546 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-252d5aee-9f74-402b-9d42-151005d5e546 {
  margin: 0 !important;
  overflow: hidden;
}






.s-252d5aee-9f74-402b-9d42-151005d5e546 .shogun-image-content {
  
    align-items: center;
  
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-252d5aee-9f74-402b-9d42-151005d5e546 {
  
  
  
  
}

#s-252d5aee-9f74-402b-9d42-151005d5e546 {
  margin: 0 !important;
  overflow: hidden;
}






.s-252d5aee-9f74-402b-9d42-151005d5e546 .shogun-image-content {
  
    align-items: center;
  
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-252d5aee-9f74-402b-9d42-151005d5e546 {
  
  
  
  
}

#s-252d5aee-9f74-402b-9d42-151005d5e546 {
  margin: 0 !important;
  overflow: hidden;
}






.s-252d5aee-9f74-402b-9d42-151005d5e546 .shogun-image-content {
  
    align-items: center;
  
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-252d5aee-9f74-402b-9d42-151005d5e546 {
  
  
  
  
}

#s-252d5aee-9f74-402b-9d42-151005d5e546 {
  margin: 0 !important;
  overflow: hidden;
}






.s-252d5aee-9f74-402b-9d42-151005d5e546 .shogun-image-content {
  
    align-items: center;
  
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-252d5aee-9f74-402b-9d42-151005d5e546 {
  
  
  
  
}

#s-252d5aee-9f74-402b-9d42-151005d5e546 {
  margin: 0 !important;
  overflow: hidden;
}






.s-252d5aee-9f74-402b-9d42-151005d5e546 .shogun-image-content {
  
    align-items: center;
  
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shg-align-container {
  display: flex;
  justify-content: center
}

.s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-252d5aee-9f74-402b-9d42-151005d5e546.shogun-image {
  box-sizing: border-box;
}




}
#s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(219, 157, 2, 1);
border-style: none;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84693b4e-3c48-48c0-b332-24f9358eda53 .shogun-image-content {
  
    align-items: center;
  
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  
  
  
  
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84693b4e-3c48-48c0-b332-24f9358eda53 .shogun-image-content {
  
    align-items: center;
  
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  
  
  
  
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84693b4e-3c48-48c0-b332-24f9358eda53 .shogun-image-content {
  
    align-items: center;
  
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  
  
  
  
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84693b4e-3c48-48c0-b332-24f9358eda53 .shogun-image-content {
  
    align-items: center;
  
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  
  
  
  
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53 {
  margin: 0 !important;
  overflow: hidden;
}






.s-84693b4e-3c48-48c0-b332-24f9358eda53 .shogun-image-content {
  
    align-items: center;
  
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84693b4e-3c48-48c0-b332-24f9358eda53.shogun-image {
  box-sizing: border-box;
}




}
#s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(219, 157, 2, 1);
border-style: none;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  margin-left: auto;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  margin: 0 !important;
  overflow: hidden;
}






.s-024d3b81-60c1-4066-9999-fcbed2a81438 .shogun-image-content {
  
    align-items: center;
  
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  
  
  
  
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  margin: 0 !important;
  overflow: hidden;
}






.s-024d3b81-60c1-4066-9999-fcbed2a81438 .shogun-image-content {
  
    align-items: center;
  
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  
  
  
  
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  margin: 0 !important;
  overflow: hidden;
}






.s-024d3b81-60c1-4066-9999-fcbed2a81438 .shogun-image-content {
  
    align-items: center;
  
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  
  
  
  
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  margin: 0 !important;
  overflow: hidden;
}






.s-024d3b81-60c1-4066-9999-fcbed2a81438 .shogun-image-content {
  
    align-items: center;
  
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  
  
  
  
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438 {
  margin: 0 !important;
  overflow: hidden;
}






.s-024d3b81-60c1-4066-9999-fcbed2a81438 .shogun-image-content {
  
    align-items: center;
  
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shg-align-container {
  display: flex;
  justify-content: center
}

.s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-024d3b81-60c1-4066-9999-fcbed2a81438.shogun-image {
  box-sizing: border-box;
}




}
#s-23d9304a-83c8-4f7b-b194-f1d58bfd312b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-23d9304a-83c8-4f7b-b194-f1d58bfd312b {
  display: none;
}
#s-23d9304a-83c8-4f7b-b194-f1d58bfd312b, #wrap-s-23d9304a-83c8-4f7b-b194-f1d58bfd312b { display: none !important; }}







#s-23d9304a-83c8-4f7b-b194-f1d58bfd312b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-23d9304a-83c8-4f7b-b194-f1d58bfd312b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0effadf3-0158-40d6-a1a7-0a9156538f13 {
  margin-top: 60px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0effadf3-0158-40d6-a1a7-0a9156538f13 .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.25em;
  
  
}



#s-3618bec6-f0f5-44d8-b9bc-c0689ec3b34a {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3618bec6-f0f5-44d8-b9bc-c0689ec3b34a .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}



#s-db02629b-33ae-4fbe-a152-ce0407860c04 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 7%;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-db02629b-33ae-4fbe-a152-ce0407860c04"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-db02629b-33ae-4fbe-a152-ce0407860c04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db02629b-33ae-4fbe-a152-ce0407860c04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db02629b-33ae-4fbe-a152-ce0407860c04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80eb5659-bcfa-43d7-b97d-291697252e8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
      position: relative;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  
  
  
  
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80eb5659-bcfa-43d7-b97d-291697252e8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
      position: relative;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  
  
  
  
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80eb5659-bcfa-43d7-b97d-291697252e8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
      position: relative;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  
  
  
  
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80eb5659-bcfa-43d7-b97d-291697252e8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
      position: relative;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  
  
  
  
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-80eb5659-bcfa-43d7-b97d-291697252e8a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-80eb5659-bcfa-43d7-b97d-291697252e8a .shogun-image-content {
  
    align-items: center;
  
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-80eb5659-bcfa-43d7-b97d-291697252e8a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container {
      position: relative;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-80eb5659-bcfa-43d7-b97d-291697252e8a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-8480df6d-dee6-4515-800b-4c5dfaa0b9f2 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
      position: relative;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  
  
  
  
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
      position: relative;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  
  
  
  
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
      position: relative;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  
  
  
  
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
      position: relative;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  
  
  
  
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-0c0cf070-0267-4142-8036-bf8cc57b9b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container {
      position: relative;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0c0cf070-0267-4142-8036-bf8cc57b9b06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-35d2909c-3c59-484a-93e4-f0f64092cd42 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  margin-left: auto;
margin-right: auto;
max-width: 120px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d542f5db-cdb4-4155-b033-6a92374586f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
      position: relative;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  
  
  
  
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d542f5db-cdb4-4155-b033-6a92374586f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
      position: relative;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  
  
  
  
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d542f5db-cdb4-4155-b033-6a92374586f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
      position: relative;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  
  
  
  
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d542f5db-cdb4-4155-b033-6a92374586f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
      position: relative;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

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

.shg-image-margin-container-s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  
  
  
  
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d542f5db-cdb4-4155-b033-6a92374586f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 120px;
  }



  img.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
    
    
    
    max-height: 120px;
  }


.s-d542f5db-cdb4-4155-b033-6a92374586f1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d542f5db-cdb4-4155-b033-6a92374586f1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container {
      position: relative;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d542f5db-cdb4-4155-b033-6a92374586f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 120px;
    }
  }

}
#s-2bd4549b-a70d-4009-99d6-d548d9764565 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
}

#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 230, 185, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(63, 56, 125, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
}
#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f1655af-dc38-4e88-9a0c-3354d7c0791d-root {
    text-align: center;
  }


#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0f1655af-dc38-4e88-9a0c-3354d7c0791d-root {
    text-align: center;
  }


#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0f1655af-dc38-4e88-9a0c-3354d7c0791d-root {
    text-align: center;
  }


#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0f1655af-dc38-4e88-9a0c-3354d7c0791d-root {
    text-align: center;
  }


#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0f1655af-dc38-4e88-9a0c-3354d7c0791d-root {
    text-align: center;
  }


#s-0f1655af-dc38-4e88-9a0c-3354d7c0791d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-6a28e89c-7bca-497b-9680-23882ce2d8f3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6a28e89c-7bca-497b-9680-23882ce2d8f3 {
  display: none;
}
#s-6a28e89c-7bca-497b-9680-23882ce2d8f3, #wrap-s-6a28e89c-7bca-497b-9680-23882ce2d8f3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a28e89c-7bca-497b-9680-23882ce2d8f3 {
  display: none;
}
#s-6a28e89c-7bca-497b-9680-23882ce2d8f3, #wrap-s-6a28e89c-7bca-497b-9680-23882ce2d8f3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a28e89c-7bca-497b-9680-23882ce2d8f3 {
  display: none;
}
#s-6a28e89c-7bca-497b-9680-23882ce2d8f3, #wrap-s-6a28e89c-7bca-497b-9680-23882ce2d8f3 { display: none !important; }}







#s-6a28e89c-7bca-497b-9680-23882ce2d8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a28e89c-7bca-497b-9680-23882ce2d8f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7fddd49-025a-4213-959b-62b720d2ef06 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a7fddd49-025a-4213-959b-62b720d2ef06 {
  display: none;
}
#s-a7fddd49-025a-4213-959b-62b720d2ef06, #wrap-s-a7fddd49-025a-4213-959b-62b720d2ef06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7fddd49-025a-4213-959b-62b720d2ef06 {
  display: none;
}
#s-a7fddd49-025a-4213-959b-62b720d2ef06, #wrap-s-a7fddd49-025a-4213-959b-62b720d2ef06 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7fddd49-025a-4213-959b-62b720d2ef06 {
  display: none;
}
#s-a7fddd49-025a-4213-959b-62b720d2ef06, #wrap-s-a7fddd49-025a-4213-959b-62b720d2ef06 { display: none !important; }}







#s-a7fddd49-025a-4213-959b-62b720d2ef06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a7fddd49-025a-4213-959b-62b720d2ef06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c429509f-728b-475c-96fb-5339343e9b25 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c429509f-728b-475c-96fb-5339343e9b25 .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}



#s-9faa851d-97c1-453c-a2a9-0923305f4344 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-9faa851d-97c1-453c-a2a9-0923305f4344"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9faa851d-97c1-453c-a2a9-0923305f4344"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9faa851d-97c1-453c-a2a9-0923305f4344"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9faa851d-97c1-453c-a2a9-0923305f4344"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8fac587c-1302-429e-997e-9fc07b689a29 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-8fac587c-1302-429e-997e-9fc07b689a29 {
  margin-left: 25px;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-8fac587c-1302-429e-997e-9fc07b689a29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fac587c-1302-429e-997e-9fc07b689a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
      position: relative;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fac587c-1302-429e-997e-9fc07b689a29 {
  
  
  
  
}

#s-8fac587c-1302-429e-997e-9fc07b689a29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fac587c-1302-429e-997e-9fc07b689a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
      position: relative;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-8fac587c-1302-429e-997e-9fc07b689a29 {
  
  
  
  
}

#s-8fac587c-1302-429e-997e-9fc07b689a29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fac587c-1302-429e-997e-9fc07b689a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
      position: relative;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-8fac587c-1302-429e-997e-9fc07b689a29 {
  
  
  
  
}

#s-8fac587c-1302-429e-997e-9fc07b689a29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fac587c-1302-429e-997e-9fc07b689a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
      position: relative;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-8fac587c-1302-429e-997e-9fc07b689a29 {
  
  
  
  
}

#s-8fac587c-1302-429e-997e-9fc07b689a29 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fac587c-1302-429e-997e-9fc07b689a29 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-8fac587c-1302-429e-997e-9fc07b689a29 .shogun-image-content {
  
    align-items: center;
  
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fac587c-1302-429e-997e-9fc07b689a29 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container {
      position: relative;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fac587c-1302-429e-997e-9fc07b689a29 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-4fa5f0b0-5a45-497b-8cfb-77c3b4717c96 {
  margin-left: -130px;
margin-right: auto;
min-height: 50px;
}








#s-4fa5f0b0-5a45-497b-8cfb-77c3b4717c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fa5f0b0-5a45-497b-8cfb-77c3b4717c96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b6d808d-263c-4ee0-8246-f6ec6512dc3a {
  margin-top: -5px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-466977cb-960e-438b-a5b4-f711f52eff12 {
  margin-top: -25px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d470c4c6-8e20-476a-9a31-55484840843b {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-d470c4c6-8e20-476a-9a31-55484840843b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d470c4c6-8e20-476a-9a31-55484840843b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d470c4c6-8e20-476a-9a31-55484840843b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d470c4c6-8e20-476a-9a31-55484840843b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  margin-left: 25px;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
      position: relative;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  
  
  
  
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
      position: relative;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  
  
  
  
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
      position: relative;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  
  
  
  
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
      position: relative;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  
  
  
  
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b .shogun-image-content {
  
    align-items: center;
  
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container {
      position: relative;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9ebc0148-7788-4f61-9eed-803d0cb0b12b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-13c7bcd5-1d11-4bcd-8940-e8d9dc281e4f {
  margin-left: -130px;
margin-right: auto;
min-height: 50px;
}








#s-13c7bcd5-1d11-4bcd-8940-e8d9dc281e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-13c7bcd5-1d11-4bcd-8940-e8d9dc281e4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeadf818-a262-4b0b-b573-7d7d7b04e3a5 {
  margin-top: -5px;
margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-28a5d100-4488-4554-bd6b-0de46961ac0d {
  margin-top: -25px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-da56276c-6128-446b-8396-c33da2e72c2d {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-da56276c-6128-446b-8396-c33da2e72c2d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-da56276c-6128-446b-8396-c33da2e72c2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da56276c-6128-446b-8396-c33da2e72c2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da56276c-6128-446b-8396-c33da2e72c2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: auto;
max-width: 50px;
aspect-ratio: 1/1;
text-align: left;
}



.shg-image-margin-container-s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  margin-left: 25px;
  margin-right: auto;
  
  margin-bottom: 10px;
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a235550-596f-4388-9524-30bdfd9eaf67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
      position: relative;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  
  
  
  
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a235550-596f-4388-9524-30bdfd9eaf67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
      position: relative;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  
  
  
  
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a235550-596f-4388-9524-30bdfd9eaf67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
      position: relative;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  
  
  
  
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a235550-596f-4388-9524-30bdfd9eaf67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
      position: relative;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

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

.shg-image-margin-container-s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  
  
  
  
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2a235550-596f-4388-9524-30bdfd9eaf67 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 50px;
  }



  img.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
    
    
    
    max-height: 50px;
  }


.s-2a235550-596f-4388-9524-30bdfd9eaf67 .shogun-image-content {
  
    align-items: center;
  
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2a235550-596f-4388-9524-30bdfd9eaf67 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container {
      position: relative;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2a235550-596f-4388-9524-30bdfd9eaf67 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 50px;
    }
  }

}
#s-c66b6baa-7a99-4ae0-b02d-d819a84d2728 {
  margin-left: -130px;
margin-right: auto;
min-height: 50px;
}








#s-c66b6baa-7a99-4ae0-b02d-d819a84d2728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c66b6baa-7a99-4ae0-b02d-d819a84d2728.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-980989bc-3d32-4f37-9ab9-13c79575430d {
  margin-top: -5px;
margin-left: 20px;
margin-bottom: -15px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b1323889-c367-4250-a613-0a5ff3d96cd6 {
  margin-top: -5px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(246, 244, 255, 1);
}
@media (min-width: 1200px){#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b {
  display: none;
}
#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b, #wrap-s-fbc33616-e99f-4f57-a1c6-72d0b202c46b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b {
  display: none;
}
#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b, #wrap-s-fbc33616-e99f-4f57-a1c6-72d0b202c46b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b {
  display: none;
}
#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b, #wrap-s-fbc33616-e99f-4f57-a1c6-72d0b202c46b { display: none !important; }}







#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fbc33616-e99f-4f57-a1c6-72d0b202c46b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8aebd1f-ce27-4a7c-b3ec-00a7d25679df {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8aebd1f-ce27-4a7c-b3ec-00a7d25679df .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  
}



#s-8015794f-9bd1-45c0-b6ee-055f4339aee5 {
  margin-bottom: 30px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
}

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

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 {
  --swiper-pagination-color: rgba(108, 100, 169, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(108, 100, 169, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(63, 56, 125, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 10px !important;
  
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 > .swiper-button-prev,
#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 > .swiper-button-next {
  
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 > .swiper-button-prev svg,
#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 > .swiper-button-next svg {
  fill: rgba(108, 100, 169, 1) !important;
  stroke: rgba(108, 100, 169, 1) !important;
  
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 !important;
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 .swiper-pagination-bullet-active {
  background-color: rgba(63, 56, 125, 1) !important;
  width: calc(10px * 1) !important;
  height: 10px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-8015794f-9bd1-45c0-b6ee-055f4339aee5 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  
  
  
  
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  
  
  
  
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  
  
  
  
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  
  
  
  
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 {
  margin: 0 !important;
  overflow: hidden;
}






.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c6877d-e2c5-49e9-b8e8-487294bc5c21.shogun-image {
  box-sizing: border-box;
}




}
#s-32f59036-212d-4096-9009-63d431d6721e {
  margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-32f59036-212d-4096-9009-63d431d6721e {
  
  
  
  margin-bottom: 20px;
}

#s-32f59036-212d-4096-9009-63d431d6721e {
  margin: 0 !important;
  overflow: hidden;
}






.s-32f59036-212d-4096-9009-63d431d6721e .shogun-image-content {
  
    align-items: center;
  
}

.s-32f59036-212d-4096-9009-63d431d6721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32f59036-212d-4096-9009-63d431d6721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32f59036-212d-4096-9009-63d431d6721e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-32f59036-212d-4096-9009-63d431d6721e {
  
  
  
  
}

#s-32f59036-212d-4096-9009-63d431d6721e {
  margin: 0 !important;
  overflow: hidden;
}






.s-32f59036-212d-4096-9009-63d431d6721e .shogun-image-content {
  
    align-items: center;
  
}

.s-32f59036-212d-4096-9009-63d431d6721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32f59036-212d-4096-9009-63d431d6721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32f59036-212d-4096-9009-63d431d6721e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32f59036-212d-4096-9009-63d431d6721e {
  
  
  
  
}

#s-32f59036-212d-4096-9009-63d431d6721e {
  margin: 0 !important;
  overflow: hidden;
}






.s-32f59036-212d-4096-9009-63d431d6721e .shogun-image-content {
  
    align-items: center;
  
}

.s-32f59036-212d-4096-9009-63d431d6721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32f59036-212d-4096-9009-63d431d6721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32f59036-212d-4096-9009-63d431d6721e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32f59036-212d-4096-9009-63d431d6721e {
  
  
  
  
}

#s-32f59036-212d-4096-9009-63d431d6721e {
  margin: 0 !important;
  overflow: hidden;
}






.s-32f59036-212d-4096-9009-63d431d6721e .shogun-image-content {
  
    align-items: center;
  
}

.s-32f59036-212d-4096-9009-63d431d6721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32f59036-212d-4096-9009-63d431d6721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32f59036-212d-4096-9009-63d431d6721e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32f59036-212d-4096-9009-63d431d6721e {
  
  
  
  
}

#s-32f59036-212d-4096-9009-63d431d6721e {
  margin: 0 !important;
  overflow: hidden;
}






.s-32f59036-212d-4096-9009-63d431d6721e .shogun-image-content {
  
    align-items: center;
  
}

.s-32f59036-212d-4096-9009-63d431d6721e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32f59036-212d-4096-9009-63d431d6721e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32f59036-212d-4096-9009-63d431d6721e.shogun-image {
  box-sizing: border-box;
}




}
#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
max-width: 1080px;
text-align: center;
}



.shg-image-margin-container-s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  
  
  
  margin-bottom: 20px;
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  
  
  
  
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  
  
  
  
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  
  
  
  
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  
  
  
  
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 {
  margin: 0 !important;
  overflow: hidden;
}






.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55a2ae89-823b-47ef-99bc-51a73d7b97f4.shogun-image {
  box-sizing: border-box;
}




}
#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab {
  display: none;
}
#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab, #wrap-s-6a6da278-1680-48eb-be7b-58d4e3ed12ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab {
  display: none;
}
#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab, #wrap-s-6a6da278-1680-48eb-be7b-58d4e3ed12ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab {
  display: none;
}
#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab, #wrap-s-6a6da278-1680-48eb-be7b-58d4e3ed12ab { display: none !important; }}







#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a6da278-1680-48eb-be7b-58d4e3ed12ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1316670e-a13f-43cf-b7d0-389c932db83b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1316670e-a13f-43cf-b7d0-389c932db83b .shogun-heading-component h1 {
  color: rgba(63, 56, 125, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}



#s-6990bab5-af24-4975-aca8-7d4f330a3c3a {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6990bab5-af24-4975-aca8-7d4f330a3c3a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6990bab5-af24-4975-aca8-7d4f330a3c3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6990bab5-af24-4975-aca8-7d4f330a3c3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6990bab5-af24-4975-aca8-7d4f330a3c3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
      position: relative;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  
  
  
  
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
      position: relative;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  
  
  
  
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
      position: relative;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  
  
  
  
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
      position: relative;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  
  
  
  
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-b6f08b9c-2707-4c22-a482-5f497613ee15 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container {
      position: relative;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6f08b9c-2707-4c22-a482-5f497613ee15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-6489db23-b2b8-4cb3-9ec9-c95548034e82 {
  margin-left: auto;
margin-right: auto;
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
      position: relative;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  
  
  
  
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
      position: relative;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  
  
  
  
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
      position: relative;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  
  
  
  
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
      position: relative;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  
  
  
  
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-472f9499-1f9e-4923-9443-c50b6994d8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container {
      position: relative;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-472f9499-1f9e-4923-9443-c50b6994d8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-82afc01b-0fa9-4513-b40a-476b5127c318 {
  margin-left: auto;
margin-right: auto;
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  margin-left: auto;
margin-right: auto;
max-width: 85px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-content {
  
    align-items: center;
  
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
      position: relative;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  
  
  
  
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-content {
  
    align-items: center;
  
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
      position: relative;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  
  
  
  
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-content {
  
    align-items: center;
  
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
      position: relative;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  
  
  
  
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-content {
  
    align-items: center;
  
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
      position: relative;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

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

.shg-image-margin-container-s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  
  
  
  
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 85px;
  }



  img.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
    
    
    
    max-height: 85px;
  }


.s-1e704436-7a8f-46da-b3e6-b47e8e99837f .shogun-image-content {
  
    align-items: center;
  
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container {
      position: relative;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e704436-7a8f-46da-b3e6-b47e8e99837f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 85px;
    }
  }

}
#s-e4d294e5-afa8-41f0-a49c-e04df40f0d93 {
  margin-left: auto;
margin-right: auto;
}

#s-301e054d-9b74-45b8-ae1a-2f5d782d668f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 65px;
margin-right: auto;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 230, 185, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(63, 56, 125, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
}
#s-301e054d-9b74-45b8-ae1a-2f5d782d668f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-301e054d-9b74-45b8-ae1a-2f5d782d668f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-301e054d-9b74-45b8-ae1a-2f5d782d668f-root {
    text-align: center;
  }


#s-301e054d-9b74-45b8-ae1a-2f5d782d668f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-301e054d-9b74-45b8-ae1a-2f5d782d668f-root {
    text-align: center;
  }


#s-301e054d-9b74-45b8-ae1a-2f5d782d668f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-301e054d-9b74-45b8-ae1a-2f5d782d668f-root {
    text-align: center;
  }


#s-301e054d-9b74-45b8-ae1a-2f5d782d668f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-301e054d-9b74-45b8-ae1a-2f5d782d668f-root {
    text-align: center;
  }


#s-301e054d-9b74-45b8-ae1a-2f5d782d668f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-301e054d-9b74-45b8-ae1a-2f5d782d668f-root {
    text-align: center;
  }


#s-301e054d-9b74-45b8-ae1a-2f5d782d668f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
