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

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -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-faf4b045-4a24-483a-a23c-d07e8314e6af {
  min-height: 50px;
}








#s-faf4b045-4a24-483a-a23c-d07e8314e6af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faf4b045-4a24-483a-a23c-d07e8314e6af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

@media (min-width: 1200px){#s-7b75e082-6de0-4058-80d6-1b038e57c0ea {
  display: none;
}
#s-7b75e082-6de0-4058-80d6-1b038e57c0ea, #wrap-s-7b75e082-6de0-4058-80d6-1b038e57c0ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b75e082-6de0-4058-80d6-1b038e57c0ea {
  display: none;
}
#s-7b75e082-6de0-4058-80d6-1b038e57c0ea, #wrap-s-7b75e082-6de0-4058-80d6-1b038e57c0ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b75e082-6de0-4058-80d6-1b038e57c0ea {
  display: none;
}
#s-7b75e082-6de0-4058-80d6-1b038e57c0ea, #wrap-s-7b75e082-6de0-4058-80d6-1b038e57c0ea { display: none !important; }}
@media (min-width: 0px) {
[id="s-7b75e082-6de0-4058-80d6-1b038e57c0ea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-7b75e082-6de0-4058-80d6-1b038e57c0ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-7b75e082-6de0-4058-80d6-1b038e57c0ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-7b75e082-6de0-4058-80d6-1b038e57c0ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-7b75e082-6de0-4058-80d6-1b038e57c0ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b75e082-6de0-4058-80d6-1b038e57c0ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-7b75e082-6de0-4058-80d6-1b038e57c0ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

.shogun-image-container {
  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;
}

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-347a2369-e0dc-470c-9ad9-f7765259a727 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: left;
}





  #s-347a2369-e0dc-470c-9ad9-f7765259a727 img.shogun-image,
  #s-347a2369-e0dc-470c-9ad9-f7765259a727 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-347a2369-e0dc-470c-9ad9-f7765259a727 {
    width: 100%;
    height: auto;
  }



  #s-347a2369-e0dc-470c-9ad9-f7765259a727 img.shogun-image {
    

    
    
    
  }


#s-347a2369-e0dc-470c-9ad9-f7765259a727 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-415cee3d-6e04-4098-a94c-d0c7984db4f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-415cee3d-6e04-4098-a94c-d0c7984db4f0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fa4b0f02-d604-41d2-990b-cf0ec41ecb28 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fa4b0f02-d604-41d2-990b-cf0ec41ecb28 img.shogun-image,
  #s-fa4b0f02-d604-41d2-990b-cf0ec41ecb28 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa4b0f02-d604-41d2-990b-cf0ec41ecb28 {
    width: 100%;
    height: auto;
  }



  #s-fa4b0f02-d604-41d2-990b-cf0ec41ecb28 img.shogun-image {
    

    
    
    
  }


#s-fa4b0f02-d604-41d2-990b-cf0ec41ecb28 .shogun-image-content {
  
    align-items: center;
  
}

#s-60868bd5-b11e-4fc5-9154-8276b8505959 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-60868bd5-b11e-4fc5-9154-8276b8505959 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-be41e45d-8203-4e16-aa35-1103bea3631f {
  margin-top: 5px;
margin-bottom: 0px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-be41e45d-8203-4e16-aa35-1103bea3631f img.shogun-image,
  #s-be41e45d-8203-4e16-aa35-1103bea3631f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be41e45d-8203-4e16-aa35-1103bea3631f {
    width: 100%;
    height: auto;
  }



  #s-be41e45d-8203-4e16-aa35-1103bea3631f img.shogun-image {
    

    
    
    
  }


#s-be41e45d-8203-4e16-aa35-1103bea3631f .shogun-image-content {
  
    align-items: center;
  
}

#s-a9cec5b6-48e9-49a6-ae83-7a372182e41b {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-a9cec5b6-48e9-49a6-ae83-7a372182e41b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b5a88616-d652-40d2-99d2-fe5d369eb8dd {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b5a88616-d652-40d2-99d2-fe5d369eb8dd img.shogun-image,
  #s-b5a88616-d652-40d2-99d2-fe5d369eb8dd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5a88616-d652-40d2-99d2-fe5d369eb8dd {
    width: 100%;
    height: auto;
  }



  #s-b5a88616-d652-40d2-99d2-fe5d369eb8dd img.shogun-image {
    

    
    
    
  }


#s-b5a88616-d652-40d2-99d2-fe5d369eb8dd .shogun-image-content {
  
    align-items: center;
  
}

#s-8286bdba-4509-43e4-ae45-f21e18e92359 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-8286bdba-4509-43e4-ae45-f21e18e92359 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-80f49ada-b1fe-4ad5-9673-7837ebca61e2 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-80f49ada-b1fe-4ad5-9673-7837ebca61e2 img.shogun-image,
  #s-80f49ada-b1fe-4ad5-9673-7837ebca61e2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-80f49ada-b1fe-4ad5-9673-7837ebca61e2 {
    width: 100%;
    height: auto;
  }



  #s-80f49ada-b1fe-4ad5-9673-7837ebca61e2 img.shogun-image {
    

    
    
    
  }


#s-80f49ada-b1fe-4ad5-9673-7837ebca61e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c00fdc9-ff88-4492-84ae-0622a8ecf084 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-0c00fdc9-ff88-4492-84ae-0622a8ecf084 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
  max-width: 1200px;
aspect-ratio: 1200/328;
text-align: center;
}





  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image,
  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
    width: 100%;
    height: auto;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
    
    
  }


.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
      --shg-aspect-ratio: calc(1200/328); 
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
      position: relative;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image,
  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
    width: 100%;
    height: auto;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
    
    
  }


.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
      --shg-aspect-ratio: calc(1200/328); 
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
      position: relative;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image,
  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
    width: 100%;
    height: auto;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
    
    
  }


.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
      --shg-aspect-ratio: calc(1200/328); 
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
      position: relative;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image,
  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
    width: 100%;
    height: auto;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
    
    
  }


.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
      --shg-aspect-ratio: calc(1200/328); 
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
      position: relative;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image,
  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
    width: 100%;
    height: auto;
  }

  #s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
    
    
  }


.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d .shogun-image-content {
  
    align-items: center;
  
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d {
      --shg-aspect-ratio: calc(1200/328); 
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container {
      position: relative;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2c8d02eb-2d8a-46cb-aca0-8737648f4e6d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (max-width: 767px){#s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d {
  display: none;
}
#s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d, #wrap-s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d { display: none !important; }}
#s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d td.shogun-table-column, #s-d0ba5a31-1823-4dfa-acff-d2b9466f0c8d td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-fedf8f67-4795-4c2a-9cfc-e32b44e273d3 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fedf8f67-4795-4c2a-9cfc-e32b44e273d3 img.shogun-image,
  #s-fedf8f67-4795-4c2a-9cfc-e32b44e273d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fedf8f67-4795-4c2a-9cfc-e32b44e273d3 {
    width: 100%;
    height: auto;
  }



  #s-fedf8f67-4795-4c2a-9cfc-e32b44e273d3 img.shogun-image {
    

    
    
    
  }


#s-fedf8f67-4795-4c2a-9cfc-e32b44e273d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-55bba30f-dc8d-4cb6-9dbb-69d6f049aee5 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-55bba30f-dc8d-4cb6-9dbb-69d6f049aee5 img.shogun-image,
  #s-55bba30f-dc8d-4cb6-9dbb-69d6f049aee5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-55bba30f-dc8d-4cb6-9dbb-69d6f049aee5 {
    width: 100%;
    height: auto;
  }



  #s-55bba30f-dc8d-4cb6-9dbb-69d6f049aee5 img.shogun-image {
    

    
    
    
  }


#s-55bba30f-dc8d-4cb6-9dbb-69d6f049aee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d3740ce-4355-4bea-833b-b2b5a39ff4f4 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9d3740ce-4355-4bea-833b-b2b5a39ff4f4 img.shogun-image,
  #s-9d3740ce-4355-4bea-833b-b2b5a39ff4f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9d3740ce-4355-4bea-833b-b2b5a39ff4f4 {
    width: 100%;
    height: auto;
  }



  #s-9d3740ce-4355-4bea-833b-b2b5a39ff4f4 img.shogun-image {
    

    
    
    
  }


#s-9d3740ce-4355-4bea-833b-b2b5a39ff4f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-336b3ca4-e38f-451d-9fb9-bcd0f823241a {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-336b3ca4-e38f-451d-9fb9-bcd0f823241a img.shogun-image,
  #s-336b3ca4-e38f-451d-9fb9-bcd0f823241a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-336b3ca4-e38f-451d-9fb9-bcd0f823241a {
    width: 100%;
    height: auto;
  }



  #s-336b3ca4-e38f-451d-9fb9-bcd0f823241a img.shogun-image {
    

    
    
    
  }


#s-336b3ca4-e38f-451d-9fb9-bcd0f823241a .shogun-image-content {
  
    align-items: center;
  
}

#s-b162b683-ff43-4639-a356-cfeebb69af17 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b162b683-ff43-4639-a356-cfeebb69af17 img.shogun-image,
  #s-b162b683-ff43-4639-a356-cfeebb69af17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b162b683-ff43-4639-a356-cfeebb69af17 {
    width: 100%;
    height: auto;
  }



  #s-b162b683-ff43-4639-a356-cfeebb69af17 img.shogun-image {
    

    
    
    
  }


#s-b162b683-ff43-4639-a356-cfeebb69af17 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1963258-8bc7-479c-8770-594e5584899b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-c1963258-8bc7-479c-8770-594e5584899b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-c1963258-8bc7-479c-8770-594e5584899b .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-8d5c1c81-9c1c-4256-a951-aa8886f6df8a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-8d5c1c81-9c1c-4256-a951-aa8886f6df8a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-8d5c1c81-9c1c-4256-a951-aa8886f6df8a .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-c5d634ab-0fff-428b-8804-cf4a75635e0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-c5d634ab-0fff-428b-8804-cf4a75635e0c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-c5d634ab-0fff-428b-8804-cf4a75635e0c .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-602d0450-99cd-4973-a22d-97f7f2599700 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-602d0450-99cd-4973-a22d-97f7f2599700 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-602d0450-99cd-4973-a22d-97f7f2599700 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-3fa035da-7608-4379-b435-38167997dad0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(241, 147, 7, 1);
}

#s-3fa035da-7608-4379-b435-38167997dad0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-3fa035da-7608-4379-b435-38167997dad0 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-e83068c8-586a-44c1-b411-75402f9c3b88 hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

#s-12da9861-b145-438f-8008-632ccedab799 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 83px;
text-align: center;
}

#s-12da9861-b145-438f-8008-632ccedab799 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-131d786d-9c85-44d2-8373-d854b5b3a1ce {
  min-height: 50px;
}








#s-131d786d-9c85-44d2-8373-d854b5b3a1ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-131d786d-9c85-44d2-8373-d854b5b3a1ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbd6e62a-142d-40b1-8d16-f8a0951d8751 {
  min-height: 50px;
}








#s-fbd6e62a-142d-40b1-8d16-f8a0951d8751 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbd6e62a-142d-40b1-8d16-f8a0951d8751.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-28d8ee97-a2bf-40b8-950f-2880634ec1e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-0428870f-9f2f-4b41-a4e9-ef1d7925cb0e {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 60px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0428870f-9f2f-4b41-a4e9-ef1d7925cb0e img.shogun-image,
  #s-0428870f-9f2f-4b41-a4e9-ef1d7925cb0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0428870f-9f2f-4b41-a4e9-ef1d7925cb0e {
    width: 100%;
    height: auto;
  }



  #s-0428870f-9f2f-4b41-a4e9-ef1d7925cb0e img.shogun-image {
    

    
    
    
  }


#s-0428870f-9f2f-4b41-a4e9-ef1d7925cb0e .shogun-image-content {
  
    align-items: center;
  
}

#s-8424b6e7-ea51-498f-a3ca-a5e049d0056b {
  
}

@media (min-width: 0px) {
[id="s-8424b6e7-ea51-498f-a3ca-a5e049d0056b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8424b6e7-ea51-498f-a3ca-a5e049d0056b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8424b6e7-ea51-498f-a3ca-a5e049d0056b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8424b6e7-ea51-498f-a3ca-a5e049d0056b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8424b6e7-ea51-498f-a3ca-a5e049d0056b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8424b6e7-ea51-498f-a3ca-a5e049d0056b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8424b6e7-ea51-498f-a3ca-a5e049d0056b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-b7dd3e36-65a2-40a6-ab86-deb5d4858ee0 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-b7dd3e36-65a2-40a6-ab86-deb5d4858ee0 img.shogun-image {
    

    
    
    
  }


#s-b7dd3e36-65a2-40a6-ab86-deb5d4858ee0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d365fdb-3ba3-451b-8423-52caaed349d0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-2d365fdb-3ba3-451b-8423-52caaed349d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d8ba27cd-a5c1-42f8-a91a-49d2cade1454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8ba27cd-a5c1-42f8-a91a-49d2cade1454"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d8ba27cd-a5c1-42f8-a91a-49d2cade1454"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d8ba27cd-a5c1-42f8-a91a-49d2cade1454"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d8ba27cd-a5c1-42f8-a91a-49d2cade1454"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d8ba27cd-a5c1-42f8-a91a-49d2cade1454"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d8ba27cd-a5c1-42f8-a91a-49d2cade1454"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-a774fb93-7bb3-429e-82f6-739d49a44f82 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-a774fb93-7bb3-429e-82f6-739d49a44f82 img.shogun-image {
    

    
    
    
  }


#s-a774fb93-7bb3-429e-82f6-739d49a44f82 .shogun-image-content {
  
    align-items: center;
  
}

#s-df161f17-d6ea-4197-8f86-59592d33723d {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-df161f17-d6ea-4197-8f86-59592d33723d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2b809e9d-9e04-4b9a-bb58-7ed92e40e050"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b809e9d-9e04-4b9a-bb58-7ed92e40e050"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2b809e9d-9e04-4b9a-bb58-7ed92e40e050"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2b809e9d-9e04-4b9a-bb58-7ed92e40e050"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2b809e9d-9e04-4b9a-bb58-7ed92e40e050"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2b809e9d-9e04-4b9a-bb58-7ed92e40e050"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2b809e9d-9e04-4b9a-bb58-7ed92e40e050"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-1806c3e0-1356-44c9-b8f5-9b3e7d8a3729 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-1806c3e0-1356-44c9-b8f5-9b3e7d8a3729 img.shogun-image {
    

    
    
    
  }


#s-1806c3e0-1356-44c9-b8f5-9b3e7d8a3729 .shogun-image-content {
  
    align-items: center;
  
}

#s-593174c7-9aa0-4e08-bd80-18698b0c8d39 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-593174c7-9aa0-4e08-bd80-18698b0c8d39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4f1f3a84-fb04-4bca-bb3f-a00c4fa78342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f1f3a84-fb04-4bca-bb3f-a00c4fa78342"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4f1f3a84-fb04-4bca-bb3f-a00c4fa78342"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4f1f3a84-fb04-4bca-bb3f-a00c4fa78342"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4f1f3a84-fb04-4bca-bb3f-a00c4fa78342"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f1f3a84-fb04-4bca-bb3f-a00c4fa78342"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4f1f3a84-fb04-4bca-bb3f-a00c4fa78342"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-1bd065f3-1e51-42ac-be92-5d07c4d6a1ab {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-1bd065f3-1e51-42ac-be92-5d07c4d6a1ab img.shogun-image {
    

    
    
    
  }


#s-1bd065f3-1e51-42ac-be92-5d07c4d6a1ab .shogun-image-content {
  
    align-items: center;
  
}

#s-54abe3e7-2f71-4733-9633-a164ce63e235 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-54abe3e7-2f71-4733-9633-a164ce63e235 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-43bd316a-eb0d-4d96-a65f-663fa12a51af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43bd316a-eb0d-4d96-a65f-663fa12a51af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-43bd316a-eb0d-4d96-a65f-663fa12a51af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-43bd316a-eb0d-4d96-a65f-663fa12a51af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-43bd316a-eb0d-4d96-a65f-663fa12a51af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-43bd316a-eb0d-4d96-a65f-663fa12a51af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-43bd316a-eb0d-4d96-a65f-663fa12a51af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-645980f8-15f8-4cc9-981d-40b2a71afe37 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-645980f8-15f8-4cc9-981d-40b2a71afe37 img.shogun-image {
    

    
    
    
  }


#s-645980f8-15f8-4cc9-981d-40b2a71afe37 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3f45ab2-2b97-4b76-853f-196d81ae76ff {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-e3f45ab2-2b97-4b76-853f-196d81ae76ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-491475cf-d7f9-495f-b33c-ec49a181980d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-491475cf-d7f9-495f-b33c-ec49a181980d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-491475cf-d7f9-495f-b33c-ec49a181980d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-491475cf-d7f9-495f-b33c-ec49a181980d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-491475cf-d7f9-495f-b33c-ec49a181980d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-491475cf-d7f9-495f-b33c-ec49a181980d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-491475cf-d7f9-495f-b33c-ec49a181980d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-7d343c4f-673e-4c95-be54-6e3b607b6991 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-7d343c4f-673e-4c95-be54-6e3b607b6991 img.shogun-image {
    

    
    
    
  }


#s-7d343c4f-673e-4c95-be54-6e3b607b6991 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd24889c-09c9-4021-82fd-29627193ec92 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-cd24889c-09c9-4021-82fd-29627193ec92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-67e0bacb-d887-4c70-9161-6a041b2eb036"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67e0bacb-d887-4c70-9161-6a041b2eb036"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-67e0bacb-d887-4c70-9161-6a041b2eb036"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-67e0bacb-d887-4c70-9161-6a041b2eb036"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-67e0bacb-d887-4c70-9161-6a041b2eb036"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-67e0bacb-d887-4c70-9161-6a041b2eb036"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-67e0bacb-d887-4c70-9161-6a041b2eb036"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-0f2a7916-9ac7-4ce7-b1fc-3cb24a5b840c {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-0f2a7916-9ac7-4ce7-b1fc-3cb24a5b840c img.shogun-image {
    

    
    
    
  }


#s-0f2a7916-9ac7-4ce7-b1fc-3cb24a5b840c .shogun-image-content {
  
    align-items: center;
  
}

#s-c348bef3-20f1-484b-bf35-4048e775844e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-c348bef3-20f1-484b-bf35-4048e775844e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-5727685b-9cdb-47e3-83ae-c5ad3c083a4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5727685b-9cdb-47e3-83ae-c5ad3c083a4c .shogun-heading-component h1 {
  color: rgba(213, 3, 3, 1);
  font-weight:  normal ;
  font-family: "Abril Fatface";
  font-style:  normal ;
  
  
  
  
}



#s-e4fdf603-6217-44af-8e42-fb102e276f59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4fdf603-6217-44af-8e42-fb102e276f59 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-9fd21f96-e7f3-4d30-96f3-807b451c896d hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-758ce6bd-9be0-4fd6-bdbb-a6a83556ab17 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-758ce6bd-9be0-4fd6-bdbb-a6a83556ab17:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-758ce6bd-9be0-4fd6-bdbb-a6a83556ab17:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-758ce6bd-9be0-4fd6-bdbb-a6a83556ab17 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-758ce6bd-9be0-4fd6-bdbb-a6a83556ab17.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-758ce6bd-9be0-4fd6-bdbb-a6a83556ab17.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 35px;
  
  
  
  display:  block ;
}

#s-758ce6bd-9be0-4fd6-bdbb-a6a83556ab17.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1ba5542f-bb06-41c8-99ff-6ec71ca07083 {
  text-align: center;
}







  #s-1ba5542f-bb06-41c8-99ff-6ec71ca07083 img.shogun-image {
    

    
    
    
  }


#s-1ba5542f-bb06-41c8-99ff-6ec71ca07083 .shogun-image-content {
  
    align-items: center;
  
}

#s-dba5ba77-58ae-46e8-8d15-b63021e8c322 hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

#s-eff5ff2b-0ecb-4b29-aba8-c1c1e08405e0 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 83px;
text-align: center;
}

#s-eff5ff2b-0ecb-4b29-aba8-c1c1e08405e0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-a8f975ae-c040-48c0-b585-2d18dc28c923 {
  min-height: 50px;
}








#s-a8f975ae-c040-48c0-b585-2d18dc28c923 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8f975ae-c040-48c0-b585-2d18dc28c923.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3be0ba3-8857-40a6-90a4-db7dd672c33a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-25256e48-8e9f-4557-82a4-1233c7f1e005 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 60px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-25256e48-8e9f-4557-82a4-1233c7f1e005 img.shogun-image,
  #s-25256e48-8e9f-4557-82a4-1233c7f1e005 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25256e48-8e9f-4557-82a4-1233c7f1e005 {
    width: 100%;
    height: auto;
  }



  #s-25256e48-8e9f-4557-82a4-1233c7f1e005 img.shogun-image {
    

    
    
    
  }


#s-25256e48-8e9f-4557-82a4-1233c7f1e005 .shogun-image-content {
  
    align-items: center;
  
}

#s-79cb0705-f581-4fda-81b5-503820d71f81 {
  
}

@media (min-width: 0px) {
[id="s-79cb0705-f581-4fda-81b5-503820d71f81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79cb0705-f581-4fda-81b5-503820d71f81"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-79cb0705-f581-4fda-81b5-503820d71f81"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-79cb0705-f581-4fda-81b5-503820d71f81"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-79cb0705-f581-4fda-81b5-503820d71f81"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-79cb0705-f581-4fda-81b5-503820d71f81"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-79cb0705-f581-4fda-81b5-503820d71f81"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-0d34a416-0c94-4763-8272-67d2392a6d62 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-0d34a416-0c94-4763-8272-67d2392a6d62 img.shogun-image {
    

    
    
    
  }


#s-0d34a416-0c94-4763-8272-67d2392a6d62 .shogun-image-content {
  
    align-items: center;
  
}

#s-3410ca56-4601-446a-b775-89b75607701b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-3410ca56-4601-446a-b775-89b75607701b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a {
  
}

@media (min-width: 0px) {
[id="s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c5fb39b7-25b2-41a3-a832-b9ab21ef341a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-2e6b8a67-0909-456f-bb3c-6d60de397590 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-2e6b8a67-0909-456f-bb3c-6d60de397590 img.shogun-image {
    

    
    
    
  }


#s-2e6b8a67-0909-456f-bb3c-6d60de397590 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fa0d183-741d-4460-acfb-214c27c92713 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-3fa0d183-741d-4460-acfb-214c27c92713 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4 {
  
}

@media (min-width: 0px) {
[id="s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f8e587b2-73f2-4de1-8086-2c3087ca5fe4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-a41dc5f8-36f6-4823-a738-25f12c68943a {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-a41dc5f8-36f6-4823-a738-25f12c68943a img.shogun-image {
    

    
    
    
  }


#s-a41dc5f8-36f6-4823-a738-25f12c68943a .shogun-image-content {
  
    align-items: center;
  
}

#s-212f405d-9395-46ac-95e2-f6ea11a72d48 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-212f405d-9395-46ac-95e2-f6ea11a72d48 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-70a633b0-a7f6-4e71-a64f-3744f3c6391e {
  
}

@media (min-width: 0px) {
[id="s-70a633b0-a7f6-4e71-a64f-3744f3c6391e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70a633b0-a7f6-4e71-a64f-3744f3c6391e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-70a633b0-a7f6-4e71-a64f-3744f3c6391e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-70a633b0-a7f6-4e71-a64f-3744f3c6391e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-70a633b0-a7f6-4e71-a64f-3744f3c6391e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-70a633b0-a7f6-4e71-a64f-3744f3c6391e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-70a633b0-a7f6-4e71-a64f-3744f3c6391e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-dad64242-3d25-4bca-8bbb-9d48cd3d2b47 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-dad64242-3d25-4bca-8bbb-9d48cd3d2b47 img.shogun-image {
    

    
    
    
  }


#s-dad64242-3d25-4bca-8bbb-9d48cd3d2b47 .shogun-image-content {
  
    align-items: center;
  
}

#s-50eaf807-8cef-4bda-b916-a5334e2b344f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-50eaf807-8cef-4bda-b916-a5334e2b344f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-babd7ab5-4c1b-412f-95ac-4809957a8213"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-babd7ab5-4c1b-412f-95ac-4809957a8213"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-babd7ab5-4c1b-412f-95ac-4809957a8213"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-babd7ab5-4c1b-412f-95ac-4809957a8213"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-babd7ab5-4c1b-412f-95ac-4809957a8213"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-babd7ab5-4c1b-412f-95ac-4809957a8213"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-babd7ab5-4c1b-412f-95ac-4809957a8213"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-7a67b214-2cec-4e30-ba6e-47d3b8ff5c49 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-7a67b214-2cec-4e30-ba6e-47d3b8ff5c49 img.shogun-image {
    

    
    
    
  }


#s-7a67b214-2cec-4e30-ba6e-47d3b8ff5c49 .shogun-image-content {
  
    align-items: center;
  
}

#s-d870c41e-d390-49a1-98d4-99d4275ee408 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-d870c41e-d390-49a1-98d4-99d4275ee408 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-71d621d0-cf59-4276-a2af-26fd292c4bd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71d621d0-cf59-4276-a2af-26fd292c4bd4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-71d621d0-cf59-4276-a2af-26fd292c4bd4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-71d621d0-cf59-4276-a2af-26fd292c4bd4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-71d621d0-cf59-4276-a2af-26fd292c4bd4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-71d621d0-cf59-4276-a2af-26fd292c4bd4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-71d621d0-cf59-4276-a2af-26fd292c4bd4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-3066b016-dcb7-4244-89b9-d9488e762b4a {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-3066b016-dcb7-4244-89b9-d9488e762b4a img.shogun-image {
    

    
    
    
  }


#s-3066b016-dcb7-4244-89b9-d9488e762b4a .shogun-image-content {
  
    align-items: center;
  
}

#s-02a5314e-4973-4eec-8f91-21b79f0f6e37 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-02a5314e-4973-4eec-8f91-21b79f0f6e37 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c38eacaa-bed7-4d42-8f1a-6d6b4e7affdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c38eacaa-bed7-4d42-8f1a-6d6b4e7affdd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c38eacaa-bed7-4d42-8f1a-6d6b4e7affdd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c38eacaa-bed7-4d42-8f1a-6d6b4e7affdd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c38eacaa-bed7-4d42-8f1a-6d6b4e7affdd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c38eacaa-bed7-4d42-8f1a-6d6b4e7affdd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c38eacaa-bed7-4d42-8f1a-6d6b4e7affdd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-d2a3f875-05cb-4d08-a096-19f16c8c62e1 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-d2a3f875-05cb-4d08-a096-19f16c8c62e1 img.shogun-image {
    

    
    
    
  }


#s-d2a3f875-05cb-4d08-a096-19f16c8c62e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa3ec858-829e-4485-a4a2-89640b30a780 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-aa3ec858-829e-4485-a4a2-89640b30a780 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4ff5e997-ae35-462c-8b84-c234d2879873"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ff5e997-ae35-462c-8b84-c234d2879873"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4ff5e997-ae35-462c-8b84-c234d2879873"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4ff5e997-ae35-462c-8b84-c234d2879873"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4ff5e997-ae35-462c-8b84-c234d2879873"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4ff5e997-ae35-462c-8b84-c234d2879873"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4ff5e997-ae35-462c-8b84-c234d2879873"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-196803b3-b681-4523-a865-253926926ddd {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-196803b3-b681-4523-a865-253926926ddd img.shogun-image {
    

    
    
    
  }


#s-196803b3-b681-4523-a865-253926926ddd .shogun-image-content {
  
    align-items: center;
  
}

#s-c512e8fa-78d7-4a29-8942-9462e3c0b9b5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-c512e8fa-78d7-4a29-8942-9462e3c0b9b5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-8b5ab9d0-4902-4d9d-99a4-ce8a9c97e240"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b5ab9d0-4902-4d9d-99a4-ce8a9c97e240"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8b5ab9d0-4902-4d9d-99a4-ce8a9c97e240"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8b5ab9d0-4902-4d9d-99a4-ce8a9c97e240"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8b5ab9d0-4902-4d9d-99a4-ce8a9c97e240"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b5ab9d0-4902-4d9d-99a4-ce8a9c97e240"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8b5ab9d0-4902-4d9d-99a4-ce8a9c97e240"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-78b384c6-ba32-4eff-ac10-d63bc9dd8db3 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-78b384c6-ba32-4eff-ac10-d63bc9dd8db3 img.shogun-image {
    

    
    
    
  }


#s-78b384c6-ba32-4eff-ac10-d63bc9dd8db3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a052c4c-0fa1-4d94-b979-c0dbd9eed3cc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-9a052c4c-0fa1-4d94-b979-c0dbd9eed3cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-19a0773c-fa4a-44f3-ac15-d0d613aa1a72 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19a0773c-fa4a-44f3-ac15-d0d613aa1a72 .shogun-heading-component h1 {
  color: rgba(213, 3, 3, 1);
  font-weight:  normal ;
  font-family: "Abril Fatface";
  font-style:  normal ;
  
  
  
  
}



#s-27fcbf73-3cec-4580-b9ee-e155dbe7206d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27fcbf73-3cec-4580-b9ee-e155dbe7206d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-93851592-db3a-4167-9552-936f0dced4f4 hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

#s-c285c7cb-1d8d-4684-8317-247419bfd8b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c285c7cb-1d8d-4684-8317-247419bfd8b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c285c7cb-1d8d-4684-8317-247419bfd8b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c285c7cb-1d8d-4684-8317-247419bfd8b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c285c7cb-1d8d-4684-8317-247419bfd8b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c285c7cb-1d8d-4684-8317-247419bfd8b1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}

#s-c285c7cb-1d8d-4684-8317-247419bfd8b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-8de46908-6a2f-4a68-93aa-c410e5b71210 {
  text-align: center;
}







  #s-8de46908-6a2f-4a68-93aa-c410e5b71210 img.shogun-image {
    

    
    
    
  }


#s-8de46908-6a2f-4a68-93aa-c410e5b71210 .shogun-image-content {
  
    align-items: center;
  
}

#s-5036ab82-4c04-4016-8a3a-ebef2db0b261 hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

#s-d546c81b-4832-4295-896c-4afc6a6a166c {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 83px;
text-align: center;
}

#s-d546c81b-4832-4295-896c-4afc6a6a166c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



@media (min-width: 0px) {
[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d3658813-54c4-49f8-bfc8-bf043ecd7367"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-4c6fa178-152b-4568-a082-ceba0648a08a {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 60px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4c6fa178-152b-4568-a082-ceba0648a08a img.shogun-image,
  #s-4c6fa178-152b-4568-a082-ceba0648a08a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4c6fa178-152b-4568-a082-ceba0648a08a {
    width: 100%;
    height: auto;
  }



  #s-4c6fa178-152b-4568-a082-ceba0648a08a img.shogun-image {
    

    
    
    
  }


#s-4c6fa178-152b-4568-a082-ceba0648a08a .shogun-image-content {
  
    align-items: center;
  
}

#s-b2ae980a-52e2-40d0-9d12-783ec1652d9f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 55px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-b2ae980a-52e2-40d0-9d12-783ec1652d9f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fa4b392a-8cab-4d89-8112-3ce95401835e {
  min-height: 50px;
}








#s-fa4b392a-8cab-4d89-8112-3ce95401835e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4b392a-8cab-4d89-8112-3ce95401835e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-018addba-310d-43a5-a8a5-5db37c3fd014"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-018addba-310d-43a5-a8a5-5db37c3fd014"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-018addba-310d-43a5-a8a5-5db37c3fd014"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-018addba-310d-43a5-a8a5-5db37c3fd014"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-131745b1-d142-4680-864d-bd42642a4eee {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-131745b1-d142-4680-864d-bd42642a4eee img.shogun-image,
  #s-131745b1-d142-4680-864d-bd42642a4eee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-131745b1-d142-4680-864d-bd42642a4eee {
    width: 100%;
    height: auto;
  }



  #s-131745b1-d142-4680-864d-bd42642a4eee img.shogun-image {
    

    
    
    
  }


#s-131745b1-d142-4680-864d-bd42642a4eee .shogun-image-content {
  
    align-items: center;
  
}

#s-2c0a8826-cbb2-4642-8f98-68ec7c2f646d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-2c0a8826-cbb2-4642-8f98-68ec7c2f646d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-21776cec-dd6c-4033-b5e2-58b023e6c95d {
  text-align: center;
}







  #s-21776cec-dd6c-4033-b5e2-58b023e6c95d img.shogun-image {
    

    
    
    
  }


#s-21776cec-dd6c-4033-b5e2-58b023e6c95d .shogun-image-content {
  
    align-items: center;
  
}

#s-bb7c9508-d493-4148-9d76-7f020294e542 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-bb7c9508-d493-4148-9d76-7f020294e542 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-fda17d79-fff2-4f83-ae0d-3606cd667886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fda17d79-fff2-4f83-ae0d-3606cd667886"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fda17d79-fff2-4f83-ae0d-3606cd667886"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fda17d79-fff2-4f83-ae0d-3606cd667886"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-42e17822-9e79-4cae-84e4-ef98f9b5e6c2 {
  text-align: center;
}







  #s-42e17822-9e79-4cae-84e4-ef98f9b5e6c2 img.shogun-image {
    

    
    
    
  }


#s-42e17822-9e79-4cae-84e4-ef98f9b5e6c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a44827f9-fa5b-4443-a1ce-a02eaa214c60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-a44827f9-fa5b-4443-a1ce-a02eaa214c60 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8515a303-bdfe-43d0-93d2-64bfc7019cfb {
  
}

@media (min-width: 0px) {
[id="s-8515a303-bdfe-43d0-93d2-64bfc7019cfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8515a303-bdfe-43d0-93d2-64bfc7019cfb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8515a303-bdfe-43d0-93d2-64bfc7019cfb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8515a303-bdfe-43d0-93d2-64bfc7019cfb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8515a303-bdfe-43d0-93d2-64bfc7019cfb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8515a303-bdfe-43d0-93d2-64bfc7019cfb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-8515a303-bdfe-43d0-93d2-64bfc7019cfb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-8fb37ae1-060d-4000-84c2-8007e7ec1481 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-8fb37ae1-060d-4000-84c2-8007e7ec1481 img.shogun-image {
    

    
    
    
  }


#s-8fb37ae1-060d-4000-84c2-8007e7ec1481 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a20cb2c-ffd9-4863-8365-2f485f50f14a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-6a20cb2c-ffd9-4863-8365-2f485f50f14a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-e5dd867d-42d6-4074-9682-06075aa13f59 {
  
}

@media (min-width: 0px) {
[id="s-e5dd867d-42d6-4074-9682-06075aa13f59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5dd867d-42d6-4074-9682-06075aa13f59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e5dd867d-42d6-4074-9682-06075aa13f59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e5dd867d-42d6-4074-9682-06075aa13f59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e5dd867d-42d6-4074-9682-06075aa13f59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e5dd867d-42d6-4074-9682-06075aa13f59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e5dd867d-42d6-4074-9682-06075aa13f59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-c9decdd3-59f8-4f47-b7af-fd4307eecf43 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-c9decdd3-59f8-4f47-b7af-fd4307eecf43 img.shogun-image {
    

    
    
    
  }


#s-c9decdd3-59f8-4f47-b7af-fd4307eecf43 .shogun-image-content {
  
    align-items: center;
  
}

#s-b5a87f4b-d38e-4029-96db-67392ed93863 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-b5a87f4b-d38e-4029-96db-67392ed93863 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-824f1960-5691-433e-9a5e-6525b6d6b1a5 {
  
}

@media (min-width: 0px) {
[id="s-824f1960-5691-433e-9a5e-6525b6d6b1a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-824f1960-5691-433e-9a5e-6525b6d6b1a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-824f1960-5691-433e-9a5e-6525b6d6b1a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-824f1960-5691-433e-9a5e-6525b6d6b1a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-824f1960-5691-433e-9a5e-6525b6d6b1a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-824f1960-5691-433e-9a5e-6525b6d6b1a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-824f1960-5691-433e-9a5e-6525b6d6b1a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-9c920028-5e44-49f0-8564-3926d52fcd50 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-9c920028-5e44-49f0-8564-3926d52fcd50 img.shogun-image {
    

    
    
    
  }


#s-9c920028-5e44-49f0-8564-3926d52fcd50 .shogun-image-content {
  
    align-items: center;
  
}

#s-16cfae10-83de-472c-be4d-74bbf37d430f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-16cfae10-83de-472c-be4d-74bbf37d430f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e2e7cefe-4ca2-469b-b17e-bd163863f49f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2e7cefe-4ca2-469b-b17e-bd163863f49f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2e7cefe-4ca2-469b-b17e-bd163863f49f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e2e7cefe-4ca2-469b-b17e-bd163863f49f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2e7cefe-4ca2-469b-b17e-bd163863f49f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2e7cefe-4ca2-469b-b17e-bd163863f49f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2e7cefe-4ca2-469b-b17e-bd163863f49f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-74d7a362-952d-498d-8a83-46013fd59f18 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-74d7a362-952d-498d-8a83-46013fd59f18 img.shogun-image {
    

    
    
    
  }


#s-74d7a362-952d-498d-8a83-46013fd59f18 .shogun-image-content {
  
    align-items: center;
  
}

#s-45fa53a2-2ee5-4dcd-949a-6df9a1436fb8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-45fa53a2-2ee5-4dcd-949a-6df9a1436fb8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-11688263-174a-4585-ad44-062953f4e7ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11688263-174a-4585-ad44-062953f4e7ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-11688263-174a-4585-ad44-062953f4e7ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-11688263-174a-4585-ad44-062953f4e7ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-11688263-174a-4585-ad44-062953f4e7ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-11688263-174a-4585-ad44-062953f4e7ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-11688263-174a-4585-ad44-062953f4e7ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-71a63d54-5c2c-4948-83eb-6ad8aeafe47a {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-71a63d54-5c2c-4948-83eb-6ad8aeafe47a img.shogun-image {
    

    
    
    
  }


#s-71a63d54-5c2c-4948-83eb-6ad8aeafe47a .shogun-image-content {
  
    align-items: center;
  
}

#s-a4c657e9-9068-4834-aa82-8da5d867f63f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-a4c657e9-9068-4834-aa82-8da5d867f63f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2bfaa70e-851c-4ac4-995c-3da0dc21ae48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bfaa70e-851c-4ac4-995c-3da0dc21ae48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2bfaa70e-851c-4ac4-995c-3da0dc21ae48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2bfaa70e-851c-4ac4-995c-3da0dc21ae48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2bfaa70e-851c-4ac4-995c-3da0dc21ae48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2bfaa70e-851c-4ac4-995c-3da0dc21ae48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-2bfaa70e-851c-4ac4-995c-3da0dc21ae48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-3a8da4cd-f230-4626-aa31-2bd2a7376f12 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-3a8da4cd-f230-4626-aa31-2bd2a7376f12 img.shogun-image {
    

    
    
    
  }


#s-3a8da4cd-f230-4626-aa31-2bd2a7376f12 .shogun-image-content {
  
    align-items: center;
  
}

#s-c46ba269-c771-4818-adb5-7a7d5d601f13 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-c46ba269-c771-4818-adb5-7a7d5d601f13 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-123e2db8-98e4-4f76-b0a8-1f2159fdef01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-123e2db8-98e4-4f76-b0a8-1f2159fdef01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-123e2db8-98e4-4f76-b0a8-1f2159fdef01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-123e2db8-98e4-4f76-b0a8-1f2159fdef01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-123e2db8-98e4-4f76-b0a8-1f2159fdef01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-123e2db8-98e4-4f76-b0a8-1f2159fdef01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-123e2db8-98e4-4f76-b0a8-1f2159fdef01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-7f61f7f8-0186-4a2e-8485-3c6bb04b4914 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-7f61f7f8-0186-4a2e-8485-3c6bb04b4914 img.shogun-image {
    

    
    
    
  }


#s-7f61f7f8-0186-4a2e-8485-3c6bb04b4914 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c77c5ea-3b79-4832-841f-4f44da679eb0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-0c77c5ea-3b79-4832-841f-4f44da679eb0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-bb021364-a6c0-491a-bfce-c2c07718abab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb021364-a6c0-491a-bfce-c2c07718abab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb021364-a6c0-491a-bfce-c2c07718abab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bb021364-a6c0-491a-bfce-c2c07718abab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb021364-a6c0-491a-bfce-c2c07718abab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb021364-a6c0-491a-bfce-c2c07718abab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb021364-a6c0-491a-bfce-c2c07718abab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-fb0db82a-e56a-4469-a983-2cc56a93c2e1 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-fb0db82a-e56a-4469-a983-2cc56a93c2e1 img.shogun-image {
    

    
    
    
  }


#s-fb0db82a-e56a-4469-a983-2cc56a93c2e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5688a48-be7d-4b82-a4f2-6a3892c43b68 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-f5688a48-be7d-4b82-a4f2-6a3892c43b68 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-fb340143-7601-4482-9676-3cd59e5cf34d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb340143-7601-4482-9676-3cd59e5cf34d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fb340143-7601-4482-9676-3cd59e5cf34d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fb340143-7601-4482-9676-3cd59e5cf34d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fb340143-7601-4482-9676-3cd59e5cf34d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fb340143-7601-4482-9676-3cd59e5cf34d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-fb340143-7601-4482-9676-3cd59e5cf34d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-bfaaab0a-0c9b-4d10-b8ce-f289df58cdbc {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-bfaaab0a-0c9b-4d10-b8ce-f289df58cdbc img.shogun-image {
    

    
    
    
  }


#s-bfaaab0a-0c9b-4d10-b8ce-f289df58cdbc .shogun-image-content {
  
    align-items: center;
  
}

#s-98a23adb-e792-40e3-9595-61326444b0d5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-98a23adb-e792-40e3-9595-61326444b0d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-f21a2963-73ac-4db3-bf44-4095f6471a4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f21a2963-73ac-4db3-bf44-4095f6471a4a .shogun-heading-component h1 {
  color: rgba(213, 3, 3, 1);
  font-weight:  normal ;
  font-family: "Abril Fatface";
  font-style:  normal ;
  
  
  
  
}



#s-7547f0a9-a366-4c60-b65a-b71486db7946 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7547f0a9-a366-4c60-b65a-b71486db7946 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-5f3adb04-f865-4393-853d-6ce502b0cb89 hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

#s-57bd1c81-07d7-43d7-a564-fd09efa07dc3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-57bd1c81-07d7-43d7-a564-fd09efa07dc3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57bd1c81-07d7-43d7-a564-fd09efa07dc3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-57bd1c81-07d7-43d7-a564-fd09efa07dc3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57bd1c81-07d7-43d7-a564-fd09efa07dc3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57bd1c81-07d7-43d7-a564-fd09efa07dc3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}

#s-57bd1c81-07d7-43d7-a564-fd09efa07dc3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fdca88a9-b68e-4f6a-9549-795e7bd1a904 {
  text-align: center;
}







  #s-fdca88a9-b68e-4f6a-9549-795e7bd1a904 img.shogun-image {
    

    
    
    
  }


#s-fdca88a9-b68e-4f6a-9549-795e7bd1a904 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b95dfc1-feec-4c08-9aa3-a43b7856ef9f hr {
  border-top: 2px solid rgba(213, 3, 3, 1);
}

#s-d356a148-7951-41c7-8a4b-486b89a36d00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d356a148-7951-41c7-8a4b-486b89a36d00 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: right;
}



#s-c04e987b-70e7-4961-a2c8-475fc7071124 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 83px;
text-align: center;
}

#s-c04e987b-70e7-4961-a2c8-475fc7071124 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-43320690-d2a3-498d-933d-5dbccddf6ede"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-f83d397c-61ba-4b8f-8ca6-c03f94f3e885 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 60px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-f83d397c-61ba-4b8f-8ca6-c03f94f3e885 img.shogun-image,
  #s-f83d397c-61ba-4b8f-8ca6-c03f94f3e885 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f83d397c-61ba-4b8f-8ca6-c03f94f3e885 {
    width: 100%;
    height: auto;
  }



  #s-f83d397c-61ba-4b8f-8ca6-c03f94f3e885 img.shogun-image {
    

    
    
    
  }


#s-f83d397c-61ba-4b8f-8ca6-c03f94f3e885 .shogun-image-content {
  
    align-items: center;
  
}

#s-29909885-4b2e-4ad6-a362-b16770037ea1 {
  min-height: 50px;
}








#s-29909885-4b2e-4ad6-a362-b16770037ea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29909885-4b2e-4ad6-a362-b16770037ea1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6a513e5-bec1-4409-9d70-9cb9d796d1bb {
  background-color: rgba(213, 3, 3, 1);
}

@media (min-width: 0px) {
[id="s-434c4a9d-46a0-46be-9652-5a8262476bc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-434c4a9d-46a0-46be-9652-5a8262476bc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-434c4a9d-46a0-46be-9652-5a8262476bc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-434c4a9d-46a0-46be-9652-5a8262476bc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-434c4a9d-46a0-46be-9652-5a8262476bc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-434c4a9d-46a0-46be-9652-5a8262476bc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-434c4a9d-46a0-46be-9652-5a8262476bc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-faf7cf49-dcd8-4004-8abe-a95fa2563ddf {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-faf7cf49-dcd8-4004-8abe-a95fa2563ddf img.shogun-image {
    

    
    
    
  }


#s-faf7cf49-dcd8-4004-8abe-a95fa2563ddf .shogun-image-content {
  
    align-items: center;
  
}

#s-f5cb1cca-f941-4458-ab9a-b73c070865b9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-f5cb1cca-f941-4458-ab9a-b73c070865b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-44f4527d-c768-4642-a50e-fa42661ad5db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44f4527d-c768-4642-a50e-fa42661ad5db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-44f4527d-c768-4642-a50e-fa42661ad5db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-44f4527d-c768-4642-a50e-fa42661ad5db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-44f4527d-c768-4642-a50e-fa42661ad5db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-44f4527d-c768-4642-a50e-fa42661ad5db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-44f4527d-c768-4642-a50e-fa42661ad5db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-7a3ff5ed-3059-444a-8d28-bb6412b689f3 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-7a3ff5ed-3059-444a-8d28-bb6412b689f3 img.shogun-image {
    

    
    
    
  }


#s-7a3ff5ed-3059-444a-8d28-bb6412b689f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8433e91-dde7-4637-82ca-00c90a40afb8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-d8433e91-dde7-4637-82ca-00c90a40afb8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e2794425-c85d-463b-8f8b-0e89d3be072c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2794425-c85d-463b-8f8b-0e89d3be072c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2794425-c85d-463b-8f8b-0e89d3be072c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e2794425-c85d-463b-8f8b-0e89d3be072c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2794425-c85d-463b-8f8b-0e89d3be072c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e2794425-c85d-463b-8f8b-0e89d3be072c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-e2794425-c85d-463b-8f8b-0e89d3be072c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-b5d329ad-0337-4707-b44f-119c8a710250 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-b5d329ad-0337-4707-b44f-119c8a710250 img.shogun-image {
    

    
    
    
  }


#s-b5d329ad-0337-4707-b44f-119c8a710250 .shogun-image-content {
  
    align-items: center;
  
}

#s-f094a078-3f51-404c-af64-60490cbc13c1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-f094a078-3f51-404c-af64-60490cbc13c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4b3e2200-c749-4a33-8e9c-83a9c3245a9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b3e2200-c749-4a33-8e9c-83a9c3245a9b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b3e2200-c749-4a33-8e9c-83a9c3245a9b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4b3e2200-c749-4a33-8e9c-83a9c3245a9b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b3e2200-c749-4a33-8e9c-83a9c3245a9b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4b3e2200-c749-4a33-8e9c-83a9c3245a9b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4b3e2200-c749-4a33-8e9c-83a9c3245a9b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-03f0cd06-0962-4a3e-b5e5-6fe089f715c9 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-03f0cd06-0962-4a3e-b5e5-6fe089f715c9 img.shogun-image {
    

    
    
    
  }


#s-03f0cd06-0962-4a3e-b5e5-6fe089f715c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-438e4f90-f92b-4659-b648-766910e07418 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-438e4f90-f92b-4659-b648-766910e07418 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f781d175-1906-4218-ac55-0ecc81a403c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f781d175-1906-4218-ac55-0ecc81a403c8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f781d175-1906-4218-ac55-0ecc81a403c8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f781d175-1906-4218-ac55-0ecc81a403c8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f781d175-1906-4218-ac55-0ecc81a403c8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f781d175-1906-4218-ac55-0ecc81a403c8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f781d175-1906-4218-ac55-0ecc81a403c8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-24c79360-b651-4d1c-af83-4c4daf85b182 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-24c79360-b651-4d1c-af83-4c4daf85b182 img.shogun-image {
    

    
    
    
  }


#s-24c79360-b651-4d1c-af83-4c4daf85b182 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4d56b0c-8c32-46ac-8440-8fe843ca5c20 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-e4d56b0c-8c32-46ac-8440-8fe843ca5c20 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-086e7e4a-763a-40bc-9851-3ebfc035ab10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-086e7e4a-763a-40bc-9851-3ebfc035ab10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-086e7e4a-763a-40bc-9851-3ebfc035ab10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-086e7e4a-763a-40bc-9851-3ebfc035ab10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-086e7e4a-763a-40bc-9851-3ebfc035ab10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-086e7e4a-763a-40bc-9851-3ebfc035ab10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-086e7e4a-763a-40bc-9851-3ebfc035ab10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-63003077-2e85-4e10-ac02-7fe0eb7f0850 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-63003077-2e85-4e10-ac02-7fe0eb7f0850 img.shogun-image {
    

    
    
    
  }


#s-63003077-2e85-4e10-ac02-7fe0eb7f0850 .shogun-image-content {
  
    align-items: center;
  
}

#s-665c67a6-7746-42e3-8f4c-7017aa2378ba {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-665c67a6-7746-42e3-8f4c-7017aa2378ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4eeb62c0-ef12-4457-ae13-d4806262bcde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4eeb62c0-ef12-4457-ae13-d4806262bcde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4eeb62c0-ef12-4457-ae13-d4806262bcde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4eeb62c0-ef12-4457-ae13-d4806262bcde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4eeb62c0-ef12-4457-ae13-d4806262bcde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4eeb62c0-ef12-4457-ae13-d4806262bcde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4eeb62c0-ef12-4457-ae13-d4806262bcde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-43de5f37-0ece-4679-803e-94a3873c6843 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-43de5f37-0ece-4679-803e-94a3873c6843 img.shogun-image {
    

    
    
    
  }


#s-43de5f37-0ece-4679-803e-94a3873c6843 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f532185-0dd3-4108-b6e5-586281ee7cb1 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-4f532185-0dd3-4108-b6e5-586281ee7cb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4bcbf390-4fcc-4838-b2c8-954ec23e8f07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bcbf390-4fcc-4838-b2c8-954ec23e8f07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bcbf390-4fcc-4838-b2c8-954ec23e8f07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4bcbf390-4fcc-4838-b2c8-954ec23e8f07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bcbf390-4fcc-4838-b2c8-954ec23e8f07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4bcbf390-4fcc-4838-b2c8-954ec23e8f07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4bcbf390-4fcc-4838-b2c8-954ec23e8f07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-c6f0f802-5e95-4009-9c5c-94c401d67c62 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-c6f0f802-5e95-4009-9c5c-94c401d67c62 img.shogun-image {
    

    
    
    
  }


#s-c6f0f802-5e95-4009-9c5c-94c401d67c62 .shogun-image-content {
  
    align-items: center;
  
}

#s-48da44f7-1e53-4392-91ec-48f1b397d2d6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-48da44f7-1e53-4392-91ec-48f1b397d2d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


#s-48da44f7-1e53-4392-91ec-48f1b397d2d6 .shogun-heading-component h1 a {
  color: #000;
}


#s-1de23768-ddf4-4701-87a0-56f42003807b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1de23768-ddf4-4701-87a0-56f42003807b .shogun-heading-component h1 {
  color: rgba(213, 3, 3, 1);
  font-weight:  normal ;
  font-family: "Abril Fatface";
  font-style:  normal ;
  
  
  
  
}



#s-221eaee7-3102-439d-9bb2-91aa7140ba37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-221eaee7-3102-439d-9bb2-91aa7140ba37 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-e0b98f57-82ca-4079-a76f-eb409b2326a6 hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

#s-07069dec-5c36-471e-ad20-a6559a096e42 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-07069dec-5c36-471e-ad20-a6559a096e42:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07069dec-5c36-471e-ad20-a6559a096e42:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07069dec-5c36-471e-ad20-a6559a096e42 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07069dec-5c36-471e-ad20-a6559a096e42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07069dec-5c36-471e-ad20-a6559a096e42.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}

#s-07069dec-5c36-471e-ad20-a6559a096e42.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-30a06471-495b-43db-987e-8d4bca3dd4bf {
  text-align: center;
}







  #s-30a06471-495b-43db-987e-8d4bca3dd4bf img.shogun-image {
    

    
    
    
  }


#s-30a06471-495b-43db-987e-8d4bca3dd4bf .shogun-image-content {
  
    align-items: center;
  
}

#s-1bdda216-47fd-40bd-b4dc-2f4f96a6173d hr {
  border-top: 2px solid rgba(213, 3, 3, 1);
}

#s-444f1328-1ffd-4d38-9a06-40a51d5c5b56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-444f1328-1ffd-4d38-9a06-40a51d5c5b56 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: right;
}



#s-e1a5e5b1-3904-427c-89d1-f0407e8de431 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 83px;
text-align: center;
}

#s-e1a5e5b1-3904-427c-89d1-f0407e8de431 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e55d0332-3470-45c9-b0ff-c2d827c2350f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-7ea6fdda-cd15-4ba2-90eb-456a6a84195d {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 60px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7ea6fdda-cd15-4ba2-90eb-456a6a84195d img.shogun-image,
  #s-7ea6fdda-cd15-4ba2-90eb-456a6a84195d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ea6fdda-cd15-4ba2-90eb-456a6a84195d {
    width: 100%;
    height: auto;
  }



  #s-7ea6fdda-cd15-4ba2-90eb-456a6a84195d img.shogun-image {
    

    
    
    
  }


#s-7ea6fdda-cd15-4ba2-90eb-456a6a84195d .shogun-image-content {
  
    align-items: center;
  
}

#s-e4928c89-b165-4ff6-8c1a-d11946da9d6c {
  min-height: 50px;
}








#s-e4928c89-b165-4ff6-8c1a-d11946da9d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4928c89-b165-4ff6-8c1a-d11946da9d6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a673fee3-2882-4f31-b122-461c2061984c {
  background-color: rgba(213, 3, 3, 1);
}

@media (min-width: 0px) {
[id="s-c08cfeed-b6be-430f-b458-85c8e6ae224c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c08cfeed-b6be-430f-b458-85c8e6ae224c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c08cfeed-b6be-430f-b458-85c8e6ae224c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c08cfeed-b6be-430f-b458-85c8e6ae224c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c08cfeed-b6be-430f-b458-85c8e6ae224c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c08cfeed-b6be-430f-b458-85c8e6ae224c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c08cfeed-b6be-430f-b458-85c8e6ae224c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-34872450-1341-4ff8-abdc-9e727da660e0 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-34872450-1341-4ff8-abdc-9e727da660e0 img.shogun-image {
    

    
    
    
  }


#s-34872450-1341-4ff8-abdc-9e727da660e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-25698bcf-0e6b-4d40-a8cf-ca37b775bec8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-25698bcf-0e6b-4d40-a8cf-ca37b775bec8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-0efc21b7-7e73-4bd9-9797-a4eb44ee93a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0efc21b7-7e73-4bd9-9797-a4eb44ee93a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0efc21b7-7e73-4bd9-9797-a4eb44ee93a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0efc21b7-7e73-4bd9-9797-a4eb44ee93a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0efc21b7-7e73-4bd9-9797-a4eb44ee93a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0efc21b7-7e73-4bd9-9797-a4eb44ee93a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0efc21b7-7e73-4bd9-9797-a4eb44ee93a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-1a41c010-6bb1-42c1-ab43-b271d6e1a144 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-1a41c010-6bb1-42c1-ab43-b271d6e1a144 img.shogun-image {
    

    
    
    
  }


#s-1a41c010-6bb1-42c1-ab43-b271d6e1a144 .shogun-image-content {
  
    align-items: center;
  
}

#s-94101466-195f-46e5-bee6-2078faf89fc4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-94101466-195f-46e5-bee6-2078faf89fc4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ea80e135-b4f7-4873-95ea-282b1427b8ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea80e135-b4f7-4873-95ea-282b1427b8ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ea80e135-b4f7-4873-95ea-282b1427b8ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ea80e135-b4f7-4873-95ea-282b1427b8ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ea80e135-b4f7-4873-95ea-282b1427b8ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea80e135-b4f7-4873-95ea-282b1427b8ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ea80e135-b4f7-4873-95ea-282b1427b8ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-54b28f78-013f-44bc-a858-5517a1163077 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-54b28f78-013f-44bc-a858-5517a1163077 img.shogun-image {
    

    
    
    
  }


#s-54b28f78-013f-44bc-a858-5517a1163077 .shogun-image-content {
  
    align-items: center;
  
}

#s-10a71ea9-52e8-4a8e-ae78-b1dccd1e000e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-10a71ea9-52e8-4a8e-ae78-b1dccd1e000e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-ee5da7a0-702c-4029-8610-75c03348bed4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee5da7a0-702c-4029-8610-75c03348bed4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ee5da7a0-702c-4029-8610-75c03348bed4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ee5da7a0-702c-4029-8610-75c03348bed4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ee5da7a0-702c-4029-8610-75c03348bed4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ee5da7a0-702c-4029-8610-75c03348bed4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ee5da7a0-702c-4029-8610-75c03348bed4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-136434f4-6e91-4fd2-8c1c-8de8de8d4e54 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-136434f4-6e91-4fd2-8c1c-8de8de8d4e54 img.shogun-image {
    

    
    
    
  }


#s-136434f4-6e91-4fd2-8c1c-8de8de8d4e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-79302250-4c1c-47fc-a068-01c0837fe24f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-79302250-4c1c-47fc-a068-01c0837fe24f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-cbece529-72e7-4d58-90f9-e87599d39fd1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbece529-72e7-4d58-90f9-e87599d39fd1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cbece529-72e7-4d58-90f9-e87599d39fd1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-cbece529-72e7-4d58-90f9-e87599d39fd1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cbece529-72e7-4d58-90f9-e87599d39fd1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-cbece529-72e7-4d58-90f9-e87599d39fd1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-cbece529-72e7-4d58-90f9-e87599d39fd1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-80e833d2-76d3-4737-96cd-b7971e4bca4f {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-80e833d2-76d3-4737-96cd-b7971e4bca4f img.shogun-image {
    

    
    
    
  }


#s-80e833d2-76d3-4737-96cd-b7971e4bca4f .shogun-image-content {
  
    align-items: center;
  
}

#s-307064be-2381-4425-96b8-12203096b4e7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-307064be-2381-4425-96b8-12203096b4e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-350763e4-2004-43ed-97bb-64bd58c99d19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-350763e4-2004-43ed-97bb-64bd58c99d19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-350763e4-2004-43ed-97bb-64bd58c99d19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-350763e4-2004-43ed-97bb-64bd58c99d19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-350763e4-2004-43ed-97bb-64bd58c99d19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-350763e4-2004-43ed-97bb-64bd58c99d19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-350763e4-2004-43ed-97bb-64bd58c99d19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-7ecd4438-1282-4f68-8b93-6d2b05abf253 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-7ecd4438-1282-4f68-8b93-6d2b05abf253 img.shogun-image {
    

    
    
    
  }


#s-7ecd4438-1282-4f68-8b93-6d2b05abf253 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d3ece49-7359-477b-a304-b2d3cd9318a4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-8d3ece49-7359-477b-a304-b2d3cd9318a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-61cf3037-daa3-481a-b836-20da49fa4d20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61cf3037-daa3-481a-b836-20da49fa4d20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61cf3037-daa3-481a-b836-20da49fa4d20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-61cf3037-daa3-481a-b836-20da49fa4d20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61cf3037-daa3-481a-b836-20da49fa4d20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-61cf3037-daa3-481a-b836-20da49fa4d20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-61cf3037-daa3-481a-b836-20da49fa4d20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-8c6918c9-77eb-451e-857e-48a5098ad0a9 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-8c6918c9-77eb-451e-857e-48a5098ad0a9 img.shogun-image {
    

    
    
    
  }


#s-8c6918c9-77eb-451e-857e-48a5098ad0a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d668941-c038-4f4d-9d5c-e36d7c142d3b {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-7d668941-c038-4f4d-9d5c-e36d7c142d3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-033888ed-1240-4242-8502-e78602d1d13a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-033888ed-1240-4242-8502-e78602d1d13a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-033888ed-1240-4242-8502-e78602d1d13a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-033888ed-1240-4242-8502-e78602d1d13a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-033888ed-1240-4242-8502-e78602d1d13a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-033888ed-1240-4242-8502-e78602d1d13a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-033888ed-1240-4242-8502-e78602d1d13a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-66817eb3-a513-43f8-a3b9-c9f3215ddd1f {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-66817eb3-a513-43f8-a3b9-c9f3215ddd1f img.shogun-image {
    

    
    
    
  }


#s-66817eb3-a513-43f8-a3b9-c9f3215ddd1f .shogun-image-content {
  
    align-items: center;
  
}

#s-6950edc1-d827-4ed2-9b2a-dd077b87ff71 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-6950edc1-d827-4ed2-9b2a-dd077b87ff71 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f2e65a6c-eb03-4de2-86f4-6501f09d93ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2e65a6c-eb03-4de2-86f4-6501f09d93ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f2e65a6c-eb03-4de2-86f4-6501f09d93ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f2e65a6c-eb03-4de2-86f4-6501f09d93ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f2e65a6c-eb03-4de2-86f4-6501f09d93ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f2e65a6c-eb03-4de2-86f4-6501f09d93ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-f2e65a6c-eb03-4de2-86f4-6501f09d93ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-a904cc41-ec36-43c3-b192-e926fd622c35 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-a904cc41-ec36-43c3-b192-e926fd622c35 img.shogun-image {
    

    
    
    
  }


#s-a904cc41-ec36-43c3-b192-e926fd622c35 .shogun-image-content {
  
    align-items: center;
  
}

#s-1344a659-c07b-4117-ba38-f069c30c57f6 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-1344a659-c07b-4117-ba38-f069c30c57f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-c58b7d14-c8e0-4332-a118-fff80970803d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c58b7d14-c8e0-4332-a118-fff80970803d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c58b7d14-c8e0-4332-a118-fff80970803d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c58b7d14-c8e0-4332-a118-fff80970803d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c58b7d14-c8e0-4332-a118-fff80970803d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c58b7d14-c8e0-4332-a118-fff80970803d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c58b7d14-c8e0-4332-a118-fff80970803d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-4d46a352-a644-464b-98a7-3c702efe4e1a {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-4d46a352-a644-464b-98a7-3c702efe4e1a img.shogun-image {
    

    
    
    
  }


#s-4d46a352-a644-464b-98a7-3c702efe4e1a .shogun-image-content {
  
    align-items: center;
  
}

#s-56aac4fb-a688-442d-9cb1-3430a48ba2b8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-56aac4fb-a688-442d-9cb1-3430a48ba2b8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-95b67b44-7ab8-4cc5-881c-e4ae9a8505cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95b67b44-7ab8-4cc5-881c-e4ae9a8505cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-95b67b44-7ab8-4cc5-881c-e4ae9a8505cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-95b67b44-7ab8-4cc5-881c-e4ae9a8505cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-95b67b44-7ab8-4cc5-881c-e4ae9a8505cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-95b67b44-7ab8-4cc5-881c-e4ae9a8505cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-95b67b44-7ab8-4cc5-881c-e4ae9a8505cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-1e03b553-9199-498d-bcf3-8e6c2be667c0 {
  padding-top: 9px;
padding-bottom: 9px;
min-height: 0px;
text-align: center;
}







  #s-1e03b553-9199-498d-bcf3-8e6c2be667c0 img.shogun-image {
    

    
    
    
  }


#s-1e03b553-9199-498d-bcf3-8e6c2be667c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-905ffcb2-912c-4138-9245-8aa95cd5bf34 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: left;
}

#s-905ffcb2-912c-4138-9245-8aa95cd5bf34 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


#s-905ffcb2-912c-4138-9245-8aa95cd5bf34 .shogun-heading-component h1 a {
  color: #000;
}


#s-b23073f9-a4b5-49a0-8c1a-7d93dae8026f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b23073f9-a4b5-49a0-8c1a-7d93dae8026f .shogun-heading-component h1 {
  color: rgba(213, 3, 3, 1);
  font-weight:  normal ;
  font-family: "Abril Fatface";
  font-style:  normal ;
  
  
  
  
}



#s-71d9bb41-fb60-4d27-94f4-1bec23b3a427 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71d9bb41-fb60-4d27-94f4-1bec23b3a427 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-a63bb8c5-4c1f-4c77-8054-76a33f95929e hr {
  border-top: 2px solid rgba(241, 147, 7, 1);
}

#s-f66f0c37-7fd9-4132-b7cc-0a4207821df1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f66f0c37-7fd9-4132-b7cc-0a4207821df1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f66f0c37-7fd9-4132-b7cc-0a4207821df1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f66f0c37-7fd9-4132-b7cc-0a4207821df1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f66f0c37-7fd9-4132-b7cc-0a4207821df1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f66f0c37-7fd9-4132-b7cc-0a4207821df1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 25px;
  
  
  
  display:  block ;
}

#s-f66f0c37-7fd9-4132-b7cc-0a4207821df1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a78cd3a0-9d49-4b71-b20f-ef541070109a {
  text-align: center;
}







  #s-a78cd3a0-9d49-4b71-b20f-ef541070109a img.shogun-image {
    

    
    
    
  }


#s-a78cd3a0-9d49-4b71-b20f-ef541070109a .shogun-image-content {
  
    align-items: center;
  
}

#s-f546cd50-5b3a-46dc-adc1-ecfbf4f2a251 {
  min-height: 50px;
}








#s-f546cd50-5b3a-46dc-adc1-ecfbf4f2a251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f546cd50-5b3a-46dc-adc1-ecfbf4f2a251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c16add9-33f4-4438-bd65-20f346a58551 hr {
  border-top: 2px solid rgba(213, 3, 3, 1);
}

#s-038eafce-74ac-4ee5-b7ba-14f951062df2 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 83px;
text-align: center;
}

#s-038eafce-74ac-4ee5-b7ba-14f951062df2 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-8b9caa97-6e85-4078-bffa-1bf8e52d4765 {
  min-height: 71px;
max-width: 10000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-8b9caa97-6e85-4078-bffa-1bf8e52d4765"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b9caa97-6e85-4078-bffa-1bf8e52d4765"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8b9caa97-6e85-4078-bffa-1bf8e52d4765"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b9caa97-6e85-4078-bffa-1bf8e52d4765"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-39d94b8a-fe84-44dc-9395-8cdb6d821b1c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 55px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-39d94b8a-fe84-44dc-9395-8cdb6d821b1c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-6a4fdc80-09b3-4a0b-821e-d7355422b70e {
  padding-top: 33px;
padding-bottom: 33px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 25px;
max-width: 603px;
aspect-ratio: 603/371;
text-align: center;
}





  #s-6a4fdc80-09b3-4a0b-821e-d7355422b70e img.shogun-image,
  #s-6a4fdc80-09b3-4a0b-821e-d7355422b70e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6a4fdc80-09b3-4a0b-821e-d7355422b70e {
    width: 100%;
    height: auto;
  }



  #s-6a4fdc80-09b3-4a0b-821e-d7355422b70e img.shogun-image {
    

    
    
    
  }


#s-6a4fdc80-09b3-4a0b-821e-d7355422b70e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-41e124a2-8316-432f-a94e-7de51c166e99 hr {
  border-top: 2px solid #ddd;
}

#s-4c2f19ff-a432-4502-955c-b10a7798857b {
  min-height: 71px;
max-width: 10000px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4c2f19ff-a432-4502-955c-b10a7798857b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c2f19ff-a432-4502-955c-b10a7798857b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4c2f19ff-a432-4502-955c-b10a7798857b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4c2f19ff-a432-4502-955c-b10a7798857b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-8e5ed17d-6f2e-4903-a2f5-3977afdcf2d3 {
  padding-top: 33px;
padding-bottom: 33px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 25px;
max-width: 603px;
aspect-ratio: 603/371;
text-align: center;
}





  #s-8e5ed17d-6f2e-4903-a2f5-3977afdcf2d3 img.shogun-image,
  #s-8e5ed17d-6f2e-4903-a2f5-3977afdcf2d3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8e5ed17d-6f2e-4903-a2f5-3977afdcf2d3 {
    width: 100%;
    height: auto;
  }



  #s-8e5ed17d-6f2e-4903-a2f5-3977afdcf2d3 img.shogun-image {
    

    
    
    
  }


#s-8e5ed17d-6f2e-4903-a2f5-3977afdcf2d3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c564b4c5-961d-4d90-8ec6-e7eb7402dc0b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 55px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-c564b4c5-961d-4d90-8ec6-e7eb7402dc0b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-472c7131-7b40-4074-95f8-f4c0bb469527 hr {
  border-top: 2px solid #ddd;
}

#s-c9f87578-53c1-46fb-a821-6c92fa52df11 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-4e15375c-5dd2-4ba6-8861-b122a2587d7a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 55px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-4e15375c-5dd2-4ba6-8861-b122a2587d7a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-3a2cf720-bae8-4891-a123-27fe8988ee48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a2cf720-bae8-4891-a123-27fe8988ee48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3a2cf720-bae8-4891-a123-27fe8988ee48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a2cf720-bae8-4891-a123-27fe8988ee48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-65cd78a8-2b62-4727-8b4a-2ea361111bf1 {
  min-height: 50px;
}








#s-65cd78a8-2b62-4727-8b4a-2ea361111bf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65cd78a8-2b62-4727-8b4a-2ea361111bf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea35eab6-08cb-4496-999b-f27e1e088673 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-869a8603-3a15-44ce-a225-b1f6e8a80d66 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 83px;
text-align: center;
background-color: rgba(8, 13, 91, 1);
}

#s-869a8603-3a15-44ce-a225-b1f6e8a80d66 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 55px;
  
  
  
}



#s-dd1db950-b0cb-4ed2-9f67-bc30164d47b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd1db950-b0cb-4ed2-9f67-bc30164d47b9 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4ddb706a-2679-4c82-acdf-498c4cdf53c3 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4ddb706a-2679-4c82-acdf-498c4cdf53c3 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(213, 3, 3, 1);
  border-radius: 15px;
}

#s-4ddb706a-2679-4c82-acdf-498c4cdf53c3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4ddb706a-2679-4c82-acdf-498c4cdf53c3 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 1px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4ddb706a-2679-4c82-acdf-498c4cdf53c3 td.shogun-table-row {
  background-color: #fff;
  padding: 1px;
}

#s-4ddb706a-2679-4c82-acdf-498c4cdf53c3 td.shogun-table-column, #s-4ddb706a-2679-4c82-acdf-498c4cdf53c3 td.shogun-table-row {
  border: 2px solid rgba(213, 3, 3, 1);
}

#s-471f0b88-aac7-43fc-8a42-fbb8e59c43bf {
  text-align: center;
}







  #s-471f0b88-aac7-43fc-8a42-fbb8e59c43bf img.shogun-image {
    

    
    
    
  }


#s-471f0b88-aac7-43fc-8a42-fbb8e59c43bf .shogun-image-content {
  
    align-items: center;
  
}

#s-4526954b-9c99-4597-b0cd-721763c1bc64 {
  text-align: center;
}







  #s-4526954b-9c99-4597-b0cd-721763c1bc64 img.shogun-image {
    

    
    
    
  }


#s-4526954b-9c99-4597-b0cd-721763c1bc64 .shogun-image-content {
  
    align-items: center;
  
}

#s-56030a54-96f1-4772-8588-ff2315490269 {
  text-align: center;
}







  #s-56030a54-96f1-4772-8588-ff2315490269 img.shogun-image {
    

    
    
    
  }


#s-56030a54-96f1-4772-8588-ff2315490269 .shogun-image-content {
  
    align-items: center;
  
}

#s-60ca42a3-c1aa-4102-97d4-9275c29b13c8 {
  text-align: center;
}







  #s-60ca42a3-c1aa-4102-97d4-9275c29b13c8 img.shogun-image {
    

    
    
    
  }


#s-60ca42a3-c1aa-4102-97d4-9275c29b13c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bce04bb-84d7-4a8f-b417-04fbf5f58804 {
  text-align: center;
}







  #s-8bce04bb-84d7-4a8f-b417-04fbf5f58804 img.shogun-image {
    

    
    
    
  }


#s-8bce04bb-84d7-4a8f-b417-04fbf5f58804 .shogun-image-content {
  
    align-items: center;
  
}

#s-73f3e982-5351-46a4-9252-12aaf8f227ba {
  text-align: center;
}







  #s-73f3e982-5351-46a4-9252-12aaf8f227ba img.shogun-image {
    

    
    
    
  }


#s-73f3e982-5351-46a4-9252-12aaf8f227ba .shogun-image-content {
  
    align-items: center;
  
}

#s-f7bd28a2-182d-4266-a136-0290db1c0d71 {
  text-align: center;
}







  #s-f7bd28a2-182d-4266-a136-0290db1c0d71 img.shogun-image {
    

    
    
    
  }


#s-f7bd28a2-182d-4266-a136-0290db1c0d71 .shogun-image-content {
  
    align-items: center;
  
}

#s-77a8ced4-539a-4e3b-9c6e-9d4695fc6d7c {
  text-align: center;
}







  #s-77a8ced4-539a-4e3b-9c6e-9d4695fc6d7c img.shogun-image {
    

    
    
    
  }


#s-77a8ced4-539a-4e3b-9c6e-9d4695fc6d7c .shogun-image-content {
  
    align-items: center;
  
}

#s-1753539f-7b22-4eda-8ae5-d445882e98c2 {
  text-align: center;
}







  #s-1753539f-7b22-4eda-8ae5-d445882e98c2 img.shogun-image {
    

    
    
    
  }


#s-1753539f-7b22-4eda-8ae5-d445882e98c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-35ee181f-ac7a-4a0b-9d73-27af8bfc7141 {
  text-align: center;
}







  #s-35ee181f-ac7a-4a0b-9d73-27af8bfc7141 img.shogun-image {
    

    
    
    
  }


#s-35ee181f-ac7a-4a0b-9d73-27af8bfc7141 .shogun-image-content {
  
    align-items: center;
  
}

#s-3217300b-fb6f-4be0-a4e7-57b59461653a {
  text-align: center;
}







  #s-3217300b-fb6f-4be0-a4e7-57b59461653a img.shogun-image {
    

    
    
    
  }


#s-3217300b-fb6f-4be0-a4e7-57b59461653a .shogun-image-content {
  
    align-items: center;
  
}

#s-f2f059a0-5c2f-4e89-a1ea-b21f86683e35 {
  text-align: center;
}







  #s-f2f059a0-5c2f-4e89-a1ea-b21f86683e35 img.shogun-image {
    

    
    
    
  }


#s-f2f059a0-5c2f-4e89-a1ea-b21f86683e35 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe205ecf-a3bf-463d-b7b3-82c34c828ebb {
  text-align: center;
}







  #s-fe205ecf-a3bf-463d-b7b3-82c34c828ebb img.shogun-image {
    

    
    
    
  }


#s-fe205ecf-a3bf-463d-b7b3-82c34c828ebb .shogun-image-content {
  
    align-items: center;
  
}

#s-094ffbce-74e7-40a8-998a-8252fc259e4a {
  text-align: center;
}







  #s-094ffbce-74e7-40a8-998a-8252fc259e4a img.shogun-image {
    

    
    
    
  }


#s-094ffbce-74e7-40a8-998a-8252fc259e4a .shogun-image-content {
  
    align-items: center;
  
}

#s-c683de8b-1818-4d47-9633-ecbf7a4b71e9 {
  text-align: center;
}







  #s-c683de8b-1818-4d47-9633-ecbf7a4b71e9 img.shogun-image {
    

    
    
    
  }


#s-c683de8b-1818-4d47-9633-ecbf7a4b71e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b29540b-ac55-4189-9652-3eeb1ff825d6 {
  text-align: center;
}







  #s-1b29540b-ac55-4189-9652-3eeb1ff825d6 img.shogun-image {
    

    
    
    
  }


#s-1b29540b-ac55-4189-9652-3eeb1ff825d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-90022b67-e0ee-4d7f-8ea6-9b12eedd2961 {
  text-align: center;
}







  #s-90022b67-e0ee-4d7f-8ea6-9b12eedd2961 img.shogun-image {
    

    
    
    
  }


#s-90022b67-e0ee-4d7f-8ea6-9b12eedd2961 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e418b03-3be0-46aa-a5fd-edef91e06c82 {
  text-align: center;
}







  #s-0e418b03-3be0-46aa-a5fd-edef91e06c82 img.shogun-image {
    

    
    
    
  }


#s-0e418b03-3be0-46aa-a5fd-edef91e06c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e32755a-9100-4253-a0cf-aff7b6673302 {
  text-align: center;
}







  #s-4e32755a-9100-4253-a0cf-aff7b6673302 img.shogun-image {
    

    
    
    
  }


#s-4e32755a-9100-4253-a0cf-aff7b6673302 .shogun-image-content {
  
    align-items: center;
  
}

#s-1514f325-5d5f-4b47-bd76-ac36c61f0e39 {
  text-align: center;
}







  #s-1514f325-5d5f-4b47-bd76-ac36c61f0e39 img.shogun-image {
    

    
    
    
  }


#s-1514f325-5d5f-4b47-bd76-ac36c61f0e39 .shogun-image-content {
  
    align-items: center;
  
}

#s-f05b2c07-4b13-427b-bd2b-430e181c48dd {
  text-align: center;
}







  #s-f05b2c07-4b13-427b-bd2b-430e181c48dd img.shogun-image {
    

    
    
    
  }


#s-f05b2c07-4b13-427b-bd2b-430e181c48dd .shogun-image-content {
  
    align-items: center;
  
}

#s-a25a7b77-361c-4894-8035-41e4ba4948ec {
  text-align: center;
}







  #s-a25a7b77-361c-4894-8035-41e4ba4948ec img.shogun-image {
    

    
    
    
  }


#s-a25a7b77-361c-4894-8035-41e4ba4948ec .shogun-image-content {
  
    align-items: center;
  
}

#s-43f2d27c-016b-4f9f-9571-77068852b682 {
  text-align: center;
}







  #s-43f2d27c-016b-4f9f-9571-77068852b682 img.shogun-image {
    

    
    
    
  }


#s-43f2d27c-016b-4f9f-9571-77068852b682 .shogun-image-content {
  
    align-items: center;
  
}

#s-5efc9106-47b6-4715-8cdb-677d6cd731fe {
  text-align: center;
}







  #s-5efc9106-47b6-4715-8cdb-677d6cd731fe img.shogun-image {
    

    
    
    
  }


#s-5efc9106-47b6-4715-8cdb-677d6cd731fe .shogun-image-content {
  
    align-items: center;
  
}

#s-e1636033-063d-4b33-8fac-a18305e5cba7 {
  text-align: center;
}







  #s-e1636033-063d-4b33-8fac-a18305e5cba7 img.shogun-image {
    

    
    
    
  }


#s-e1636033-063d-4b33-8fac-a18305e5cba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f9b3181-3c72-49bb-a9ba-2635b8ea8529 {
  text-align: center;
}







  #s-9f9b3181-3c72-49bb-a9ba-2635b8ea8529 img.shogun-image {
    

    
    
    
  }


#s-9f9b3181-3c72-49bb-a9ba-2635b8ea8529 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6422797-a0db-4aec-a422-091abe77fae9 {
  text-align: center;
}







  #s-b6422797-a0db-4aec-a422-091abe77fae9 img.shogun-image {
    

    
    
    
  }


#s-b6422797-a0db-4aec-a422-091abe77fae9 .shogun-image-content {
  
    align-items: center;
  
}

#s-15c6805a-2e76-4935-be56-4c8b3018b930 {
  text-align: center;
}







  #s-15c6805a-2e76-4935-be56-4c8b3018b930 img.shogun-image {
    

    
    
    
  }


#s-15c6805a-2e76-4935-be56-4c8b3018b930 .shogun-image-content {
  
    align-items: center;
  
}

#s-36e5b481-e425-4609-91ca-839e9ccb8a4e {
  text-align: center;
}







  #s-36e5b481-e425-4609-91ca-839e9ccb8a4e img.shogun-image {
    

    
    
    
  }


#s-36e5b481-e425-4609-91ca-839e9ccb8a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-9d2c82a1-5548-44c8-bc85-3046ac4c8de7 {
  text-align: center;
}







  #s-9d2c82a1-5548-44c8-bc85-3046ac4c8de7 img.shogun-image {
    

    
    
    
  }


#s-9d2c82a1-5548-44c8-bc85-3046ac4c8de7 .shogun-image-content {
  
    align-items: center;
  
}

#s-560d841f-948c-469c-96cb-4b969ba40ed9 {
  text-align: center;
}







  #s-560d841f-948c-469c-96cb-4b969ba40ed9 img.shogun-image {
    

    
    
    
  }


#s-560d841f-948c-469c-96cb-4b969ba40ed9 .shogun-image-content {
  
    align-items: center;
  
}

#s-16b6807e-46b7-4f3f-b45b-90265a2adabc {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-16b6807e-46b7-4f3f-b45b-90265a2adabc .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(213, 3, 3, 1);
  border-radius: 15px;
}

#s-16b6807e-46b7-4f3f-b45b-90265a2adabc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-16b6807e-46b7-4f3f-b45b-90265a2adabc td.shogun-table-column {
  background-color: #fff;
  padding: 1px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-16b6807e-46b7-4f3f-b45b-90265a2adabc td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-16b6807e-46b7-4f3f-b45b-90265a2adabc td.shogun-table-column, #s-16b6807e-46b7-4f3f-b45b-90265a2adabc td.shogun-table-row {
  border: 2px solid rgba(213, 3, 3, 1);
}

#s-15706eb2-3f89-4606-87cb-5d08aa9a8039 {
  text-align: center;
}







  #s-15706eb2-3f89-4606-87cb-5d08aa9a8039 img.shogun-image {
    

    
    
    
  }


#s-15706eb2-3f89-4606-87cb-5d08aa9a8039 .shogun-image-content {
  
    align-items: center;
  
}

#s-c8078df6-0f72-413c-84f8-bda0f92f61cf {
  text-align: center;
}







  #s-c8078df6-0f72-413c-84f8-bda0f92f61cf img.shogun-image {
    

    
    
    
  }


#s-c8078df6-0f72-413c-84f8-bda0f92f61cf .shogun-image-content {
  
    align-items: center;
  
}

#s-e64da2e0-137b-4fbe-9d90-41e5f9a2185f {
  text-align: center;
}







  #s-e64da2e0-137b-4fbe-9d90-41e5f9a2185f img.shogun-image {
    

    
    
    
  }


#s-e64da2e0-137b-4fbe-9d90-41e5f9a2185f .shogun-image-content {
  
    align-items: center;
  
}

#s-a818e0c9-837a-4ede-b0fd-f82b74670fb0 {
  text-align: center;
}







  #s-a818e0c9-837a-4ede-b0fd-f82b74670fb0 img.shogun-image {
    

    
    
    
  }


#s-a818e0c9-837a-4ede-b0fd-f82b74670fb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a87b49c-f762-4ddb-bc02-1dca9bc78447 {
  text-align: center;
}







  #s-8a87b49c-f762-4ddb-bc02-1dca9bc78447 img.shogun-image {
    

    
    
    
  }


#s-8a87b49c-f762-4ddb-bc02-1dca9bc78447 .shogun-image-content {
  
    align-items: center;
  
}

#s-18440d8c-4cfd-4357-add1-c780cabaee09 {
  text-align: center;
}







  #s-18440d8c-4cfd-4357-add1-c780cabaee09 img.shogun-image {
    

    
    
    
  }


#s-18440d8c-4cfd-4357-add1-c780cabaee09 .shogun-image-content {
  
    align-items: center;
  
}

#s-db8dc459-401d-4fba-b30f-4a93ab82da7d {
  text-align: center;
}







  #s-db8dc459-401d-4fba-b30f-4a93ab82da7d img.shogun-image {
    

    
    
    
  }


#s-db8dc459-401d-4fba-b30f-4a93ab82da7d .shogun-image-content {
  
    align-items: center;
  
}

#s-91800320-c246-4127-943c-49dd7537fb5f {
  text-align: center;
}







  #s-91800320-c246-4127-943c-49dd7537fb5f img.shogun-image {
    

    
    
    
  }


#s-91800320-c246-4127-943c-49dd7537fb5f .shogun-image-content {
  
    align-items: center;
  
}

#s-66f6acb6-b68c-4363-830f-7ccb15c8c7be {
  text-align: center;
}







  #s-66f6acb6-b68c-4363-830f-7ccb15c8c7be img.shogun-image {
    

    
    
    
  }


#s-66f6acb6-b68c-4363-830f-7ccb15c8c7be .shogun-image-content {
  
    align-items: center;
  
}

#s-6c538504-f5fa-45e9-bbc4-b2bc7270562d {
  text-align: center;
}







  #s-6c538504-f5fa-45e9-bbc4-b2bc7270562d img.shogun-image {
    

    
    
    
  }


#s-6c538504-f5fa-45e9-bbc4-b2bc7270562d .shogun-image-content {
  
    align-items: center;
  
}

#s-ae50f2ba-7a57-4b03-b26f-84f29f9ee976 {
  text-align: center;
}







  #s-ae50f2ba-7a57-4b03-b26f-84f29f9ee976 img.shogun-image {
    

    
    
    
  }


#s-ae50f2ba-7a57-4b03-b26f-84f29f9ee976 .shogun-image-content {
  
    align-items: center;
  
}

#s-f1f9f9e7-717f-4a17-a3b1-bada93f36605 {
  text-align: center;
}







  #s-f1f9f9e7-717f-4a17-a3b1-bada93f36605 img.shogun-image {
    

    
    
    
  }


#s-f1f9f9e7-717f-4a17-a3b1-bada93f36605 .shogun-image-content {
  
    align-items: center;
  
}

#s-68aa2f5c-ff75-4191-8629-0f917040b4f5 {
  text-align: center;
}







  #s-68aa2f5c-ff75-4191-8629-0f917040b4f5 img.shogun-image {
    

    
    
    
  }


#s-68aa2f5c-ff75-4191-8629-0f917040b4f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-46ad8b87-1df3-422d-b9ef-4d3464e96d92 {
  text-align: center;
}







  #s-46ad8b87-1df3-422d-b9ef-4d3464e96d92 img.shogun-image {
    

    
    
    
  }


#s-46ad8b87-1df3-422d-b9ef-4d3464e96d92 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f8c381d-c427-4d37-b276-bd1d2363518b {
  text-align: center;
}







  #s-4f8c381d-c427-4d37-b276-bd1d2363518b img.shogun-image {
    

    
    
    
  }


#s-4f8c381d-c427-4d37-b276-bd1d2363518b .shogun-image-content {
  
    align-items: center;
  
}

#s-8b2901df-0993-4dbc-ac92-0bc1dae6c233 {
  text-align: center;
}







  #s-8b2901df-0993-4dbc-ac92-0bc1dae6c233 img.shogun-image {
    

    
    
    
  }


#s-8b2901df-0993-4dbc-ac92-0bc1dae6c233 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b8013f3-8169-43d5-8188-2511b96a7114 {
  text-align: center;
}







  #s-1b8013f3-8169-43d5-8188-2511b96a7114 img.shogun-image {
    

    
    
    
  }


#s-1b8013f3-8169-43d5-8188-2511b96a7114 .shogun-image-content {
  
    align-items: center;
  
}

#s-a30c8c88-9689-428d-8dec-3d203a65d243 {
  text-align: center;
}







  #s-a30c8c88-9689-428d-8dec-3d203a65d243 img.shogun-image {
    

    
    
    
  }


#s-a30c8c88-9689-428d-8dec-3d203a65d243 .shogun-image-content {
  
    align-items: center;
  
}

#s-6517d843-facb-431a-83fc-26429e736672 {
  text-align: center;
}







  #s-6517d843-facb-431a-83fc-26429e736672 img.shogun-image {
    

    
    
    
  }


#s-6517d843-facb-431a-83fc-26429e736672 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4f69957-d39d-4fd4-bbb4-c20c7dfaa66e {
  text-align: center;
}







  #s-a4f69957-d39d-4fd4-bbb4-c20c7dfaa66e img.shogun-image {
    

    
    
    
  }


#s-a4f69957-d39d-4fd4-bbb4-c20c7dfaa66e .shogun-image-content {
  
    align-items: center;
  
}

#s-5ec7be39-4669-4a4f-ac7b-a6e40336c1d4 {
  text-align: center;
}







  #s-5ec7be39-4669-4a4f-ac7b-a6e40336c1d4 img.shogun-image {
    

    
    
    
  }


#s-5ec7be39-4669-4a4f-ac7b-a6e40336c1d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-10801300-1d5c-4fc7-876c-64d901592cd4 {
  text-align: center;
}







  #s-10801300-1d5c-4fc7-876c-64d901592cd4 img.shogun-image {
    

    
    
    
  }


#s-10801300-1d5c-4fc7-876c-64d901592cd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ce0f2e4-8a12-44df-84ed-75f256bf109a {
  text-align: center;
}







  #s-7ce0f2e4-8a12-44df-84ed-75f256bf109a img.shogun-image {
    

    
    
    
  }


#s-7ce0f2e4-8a12-44df-84ed-75f256bf109a .shogun-image-content {
  
    align-items: center;
  
}

#s-3127643d-6e8f-427b-a0c2-a59f4faf6c68 {
  text-align: center;
}







  #s-3127643d-6e8f-427b-a0c2-a59f4faf6c68 img.shogun-image {
    

    
    
    
  }


#s-3127643d-6e8f-427b-a0c2-a59f4faf6c68 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ae28af0-b42d-42f9-a5f0-43518d9db3f2 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-8ae28af0-b42d-42f9-a5f0-43518d9db3f2 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(213, 3, 3, 1);
  border-radius: 15px;
}

#s-8ae28af0-b42d-42f9-a5f0-43518d9db3f2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8ae28af0-b42d-42f9-a5f0-43518d9db3f2 td.shogun-table-column {
  background-color: #fff;
  padding: 1px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-8ae28af0-b42d-42f9-a5f0-43518d9db3f2 td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-8ae28af0-b42d-42f9-a5f0-43518d9db3f2 td.shogun-table-column, #s-8ae28af0-b42d-42f9-a5f0-43518d9db3f2 td.shogun-table-row {
  border: 2px solid rgba(213, 3, 3, 1);
}

#s-23fb2eaa-824c-48fa-9cb4-5d800d02e3e9 {
  text-align: center;
}







  #s-23fb2eaa-824c-48fa-9cb4-5d800d02e3e9 img.shogun-image {
    

    
    
    
  }


#s-23fb2eaa-824c-48fa-9cb4-5d800d02e3e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-185ce552-2208-443f-90f5-d25ca12ca86a {
  text-align: center;
}







  #s-185ce552-2208-443f-90f5-d25ca12ca86a img.shogun-image {
    

    
    
    
  }


#s-185ce552-2208-443f-90f5-d25ca12ca86a .shogun-image-content {
  
    align-items: center;
  
}

#s-84680511-6baf-4bfc-ad05-8612d94e4a4b {
  text-align: center;
}







  #s-84680511-6baf-4bfc-ad05-8612d94e4a4b img.shogun-image {
    

    
    
    
  }


#s-84680511-6baf-4bfc-ad05-8612d94e4a4b .shogun-image-content {
  
    align-items: center;
  
}

#s-4bde8c87-c06e-4673-b614-819499f15bcd {
  text-align: center;
}







  #s-4bde8c87-c06e-4673-b614-819499f15bcd img.shogun-image {
    

    
    
    
  }


#s-4bde8c87-c06e-4673-b614-819499f15bcd .shogun-image-content {
  
    align-items: center;
  
}

#s-0a54123b-48e9-4fe8-b691-f1c54f33888e {
  text-align: center;
}







  #s-0a54123b-48e9-4fe8-b691-f1c54f33888e img.shogun-image {
    

    
    
    
  }


#s-0a54123b-48e9-4fe8-b691-f1c54f33888e .shogun-image-content {
  
    align-items: center;
  
}

#s-314e544a-1fb9-4f5e-89ca-988db15f008b {
  text-align: center;
}







  #s-314e544a-1fb9-4f5e-89ca-988db15f008b img.shogun-image {
    

    
    
    
  }


#s-314e544a-1fb9-4f5e-89ca-988db15f008b .shogun-image-content {
  
    align-items: center;
  
}

#s-fbbd6891-c4d2-41c1-a576-940aeb0d8751 {
  text-align: center;
}







  #s-fbbd6891-c4d2-41c1-a576-940aeb0d8751 img.shogun-image {
    

    
    
    
  }


#s-fbbd6891-c4d2-41c1-a576-940aeb0d8751 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0e7036a-1185-4f64-998c-793d8eae4ae5 {
  text-align: center;
}







  #s-d0e7036a-1185-4f64-998c-793d8eae4ae5 img.shogun-image {
    

    
    
    
  }


#s-d0e7036a-1185-4f64-998c-793d8eae4ae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-462dd279-0002-4b83-a689-fd40794f5245 {
  text-align: center;
}







  #s-462dd279-0002-4b83-a689-fd40794f5245 img.shogun-image {
    

    
    
    
  }


#s-462dd279-0002-4b83-a689-fd40794f5245 .shogun-image-content {
  
    align-items: center;
  
}

#s-078daebf-7f2d-401a-b7c1-d994bbefa488 {
  text-align: center;
}







  #s-078daebf-7f2d-401a-b7c1-d994bbefa488 img.shogun-image {
    

    
    
    
  }


#s-078daebf-7f2d-401a-b7c1-d994bbefa488 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe51310c-b065-4eb1-b5bd-25b88cf40f63 {
  text-align: center;
}







  #s-fe51310c-b065-4eb1-b5bd-25b88cf40f63 img.shogun-image {
    

    
    
    
  }


#s-fe51310c-b065-4eb1-b5bd-25b88cf40f63 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6b78d85-9e6e-4cfa-a86f-26e39b4cf7ac {
  text-align: center;
}







  #s-f6b78d85-9e6e-4cfa-a86f-26e39b4cf7ac img.shogun-image {
    

    
    
    
  }


#s-f6b78d85-9e6e-4cfa-a86f-26e39b4cf7ac .shogun-image-content {
  
    align-items: center;
  
}

#s-bbef41c3-e0ce-4f74-9cf7-6f230ee4e2b3 {
  text-align: center;
}







  #s-bbef41c3-e0ce-4f74-9cf7-6f230ee4e2b3 img.shogun-image {
    

    
    
    
  }


#s-bbef41c3-e0ce-4f74-9cf7-6f230ee4e2b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-07001451-5a1d-48ce-9a8b-1a7e37f3cca9 {
  text-align: center;
}







  #s-07001451-5a1d-48ce-9a8b-1a7e37f3cca9 img.shogun-image {
    

    
    
    
  }


#s-07001451-5a1d-48ce-9a8b-1a7e37f3cca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad12fb4a-a245-44cf-97cd-dad386071db8 {
  text-align: center;
}







  #s-ad12fb4a-a245-44cf-97cd-dad386071db8 img.shogun-image {
    

    
    
    
  }


#s-ad12fb4a-a245-44cf-97cd-dad386071db8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e87fb0eb-ea45-4444-93bf-042d2cfa3ecf {
  text-align: center;
}







  #s-e87fb0eb-ea45-4444-93bf-042d2cfa3ecf img.shogun-image {
    

    
    
    
  }


#s-e87fb0eb-ea45-4444-93bf-042d2cfa3ecf .shogun-image-content {
  
    align-items: center;
  
}

#s-e4db9dac-bb22-40bc-a5ac-43cc35c630af {
  text-align: center;
}







  #s-e4db9dac-bb22-40bc-a5ac-43cc35c630af img.shogun-image {
    

    
    
    
  }


#s-e4db9dac-bb22-40bc-a5ac-43cc35c630af .shogun-image-content {
  
    align-items: center;
  
}

#s-247b4c6e-fae4-490c-8a92-fabf9db8ff14 {
  text-align: center;
}







  #s-247b4c6e-fae4-490c-8a92-fabf9db8ff14 img.shogun-image {
    

    
    
    
  }


#s-247b4c6e-fae4-490c-8a92-fabf9db8ff14 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee635e9b-8781-4577-a883-0009246268d0 {
  text-align: center;
}







  #s-ee635e9b-8781-4577-a883-0009246268d0 img.shogun-image {
    

    
    
    
  }


#s-ee635e9b-8781-4577-a883-0009246268d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d146f26f-d7e9-4b81-bf89-0a69eb6480d5 {
  text-align: center;
}







  #s-d146f26f-d7e9-4b81-bf89-0a69eb6480d5 img.shogun-image {
    

    
    
    
  }


#s-d146f26f-d7e9-4b81-bf89-0a69eb6480d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c866704c-c480-4f3f-993e-45d7bcec84e6 {
  text-align: center;
}







  #s-c866704c-c480-4f3f-993e-45d7bcec84e6 img.shogun-image {
    

    
    
    
  }


#s-c866704c-c480-4f3f-993e-45d7bcec84e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-31088a51-83ee-4c94-bc41-654961a63e99 {
  text-align: center;
}







  #s-31088a51-83ee-4c94-bc41-654961a63e99 img.shogun-image {
    

    
    
    
  }


#s-31088a51-83ee-4c94-bc41-654961a63e99 .shogun-image-content {
  
    align-items: center;
  
}

#s-78067d89-77e0-40d3-be4f-ac7b9fbb18c2 {
  text-align: center;
}







  #s-78067d89-77e0-40d3-be4f-ac7b9fbb18c2 img.shogun-image {
    

    
    
    
  }


#s-78067d89-77e0-40d3-be4f-ac7b9fbb18c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-718a865e-8445-4dec-8b65-ca8681de5ae4 {
  text-align: center;
}







  #s-718a865e-8445-4dec-8b65-ca8681de5ae4 img.shogun-image {
    

    
    
    
  }


#s-718a865e-8445-4dec-8b65-ca8681de5ae4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5ac1480-3c31-4c98-8894-331417f09fd0 {
  text-align: center;
}







  #s-c5ac1480-3c31-4c98-8894-331417f09fd0 img.shogun-image {
    

    
    
    
  }


#s-c5ac1480-3c31-4c98-8894-331417f09fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff58b357-ca3f-4558-8c97-0b419f1b3ef9 {
  text-align: center;
}







  #s-ff58b357-ca3f-4558-8c97-0b419f1b3ef9 img.shogun-image {
    

    
    
    
  }


#s-ff58b357-ca3f-4558-8c97-0b419f1b3ef9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6e50722-34c9-4507-af3b-06eacefb72e5 {
  text-align: center;
}







  #s-a6e50722-34c9-4507-af3b-06eacefb72e5 img.shogun-image {
    

    
    
    
  }


#s-a6e50722-34c9-4507-af3b-06eacefb72e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c84a982-20da-4761-b171-4bb628556999 {
  text-align: center;
}







  #s-2c84a982-20da-4761-b171-4bb628556999 img.shogun-image {
    

    
    
    
  }


#s-2c84a982-20da-4761-b171-4bb628556999 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1843cea-4259-43f5-b7f9-94492ebffe7e {
  text-align: center;
}







  #s-e1843cea-4259-43f5-b7f9-94492ebffe7e img.shogun-image {
    

    
    
    
  }


#s-e1843cea-4259-43f5-b7f9-94492ebffe7e .shogun-image-content {
  
    align-items: center;
  
}

#s-20140531-8192-4b84-8142-9f149cc3fde9 {
  text-align: center;
}







  #s-20140531-8192-4b84-8142-9f149cc3fde9 img.shogun-image {
    

    
    
    
  }


#s-20140531-8192-4b84-8142-9f149cc3fde9 .shogun-image-content {
  
    align-items: center;
  
}

#s-40d693c3-0a42-41e5-b358-7407fd2cab8e {
  text-align: center;
}







  #s-40d693c3-0a42-41e5-b358-7407fd2cab8e img.shogun-image {
    

    
    
    
  }


#s-40d693c3-0a42-41e5-b358-7407fd2cab8e .shogun-image-content {
  
    align-items: center;
  
}

#s-2ce947f8-4a86-4171-8480-83ad99434248 {
  text-align: center;
}







  #s-2ce947f8-4a86-4171-8480-83ad99434248 img.shogun-image {
    

    
    
    
  }


#s-2ce947f8-4a86-4171-8480-83ad99434248 .shogun-image-content {
  
    align-items: center;
  
}

#s-e082c32f-de77-48cb-9a03-6c57599f6e49 {
  text-align: center;
}







  #s-e082c32f-de77-48cb-9a03-6c57599f6e49 img.shogun-image {
    

    
    
    
  }


#s-e082c32f-de77-48cb-9a03-6c57599f6e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c596e82-7169-4094-8f82-acb3391b7353 {
  text-align: center;
}







  #s-5c596e82-7169-4094-8f82-acb3391b7353 img.shogun-image {
    

    
    
    
  }


#s-5c596e82-7169-4094-8f82-acb3391b7353 .shogun-image-content {
  
    align-items: center;
  
}

#s-c162f543-ad36-4177-8668-209821b8f36c {
  text-align: center;
}







  #s-c162f543-ad36-4177-8668-209821b8f36c img.shogun-image {
    

    
    
    
  }


#s-c162f543-ad36-4177-8668-209821b8f36c .shogun-image-content {
  
    align-items: center;
  
}

#s-3906c9f2-342c-47bd-8aaf-6a23547dcaa3 {
  text-align: center;
}







  #s-3906c9f2-342c-47bd-8aaf-6a23547dcaa3 img.shogun-image {
    

    
    
    
  }


#s-3906c9f2-342c-47bd-8aaf-6a23547dcaa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-777e4d2b-b5cb-437b-986d-d74a5adf3423 {
  text-align: center;
}







  #s-777e4d2b-b5cb-437b-986d-d74a5adf3423 img.shogun-image {
    

    
    
    
  }


#s-777e4d2b-b5cb-437b-986d-d74a5adf3423 .shogun-image-content {
  
    align-items: center;
  
}

#s-64efe8d6-b434-4ca0-919f-70928d10d0e5 {
  text-align: center;
}







  #s-64efe8d6-b434-4ca0-919f-70928d10d0e5 img.shogun-image {
    

    
    
    
  }


#s-64efe8d6-b434-4ca0-919f-70928d10d0e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-790e9fdf-845e-4d69-acdb-9a779dde2485 {
  text-align: center;
}







  #s-790e9fdf-845e-4d69-acdb-9a779dde2485 img.shogun-image {
    

    
    
    
  }


#s-790e9fdf-845e-4d69-acdb-9a779dde2485 .shogun-image-content {
  
    align-items: center;
  
}

#s-3844a799-5e52-4c25-a05d-945e68852921 {
  text-align: center;
}







  #s-3844a799-5e52-4c25-a05d-945e68852921 img.shogun-image {
    

    
    
    
  }


#s-3844a799-5e52-4c25-a05d-945e68852921 .shogun-image-content {
  
    align-items: center;
  
}

#s-21f34155-6983-4ad8-ab4a-d6d7e4d0f768 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-21f34155-6983-4ad8-ab4a-d6d7e4d0f768 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(213, 3, 3, 1);
  border-radius: 15px;
}

#s-21f34155-6983-4ad8-ab4a-d6d7e4d0f768 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-21f34155-6983-4ad8-ab4a-d6d7e4d0f768 td.shogun-table-column {
  background-color: #fff;
  padding: 1px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-21f34155-6983-4ad8-ab4a-d6d7e4d0f768 td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-21f34155-6983-4ad8-ab4a-d6d7e4d0f768 td.shogun-table-column, #s-21f34155-6983-4ad8-ab4a-d6d7e4d0f768 td.shogun-table-row {
  border: 2px solid rgba(213, 3, 3, 1);
}

#s-1d188168-db0b-4019-bbfe-e26b4b92eea4 {
  text-align: center;
}







  #s-1d188168-db0b-4019-bbfe-e26b4b92eea4 img.shogun-image {
    

    
    
    
  }


#s-1d188168-db0b-4019-bbfe-e26b4b92eea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a026851c-0328-4024-a234-b66a64aaabf7 {
  text-align: center;
}







  #s-a026851c-0328-4024-a234-b66a64aaabf7 img.shogun-image {
    

    
    
    
  }


#s-a026851c-0328-4024-a234-b66a64aaabf7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d8f3947-3ffe-48a0-bb5f-3f4e93ade9c2 {
  text-align: center;
}







  #s-6d8f3947-3ffe-48a0-bb5f-3f4e93ade9c2 img.shogun-image {
    

    
    
    
  }


#s-6d8f3947-3ffe-48a0-bb5f-3f4e93ade9c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bfb74f8-bab1-42c6-b7c8-6909bb78ef26 {
  text-align: center;
}







  #s-8bfb74f8-bab1-42c6-b7c8-6909bb78ef26 img.shogun-image {
    

    
    
    
  }


#s-8bfb74f8-bab1-42c6-b7c8-6909bb78ef26 .shogun-image-content {
  
    align-items: center;
  
}

#s-245c775d-ba5d-465b-aef8-4763a2d14972 {
  text-align: center;
}







  #s-245c775d-ba5d-465b-aef8-4763a2d14972 img.shogun-image {
    

    
    
    
  }


#s-245c775d-ba5d-465b-aef8-4763a2d14972 .shogun-image-content {
  
    align-items: center;
  
}

#s-c232dee1-eb06-442d-a166-eb0ad0c811b6 {
  text-align: center;
}







  #s-c232dee1-eb06-442d-a166-eb0ad0c811b6 img.shogun-image {
    

    
    
    
  }


#s-c232dee1-eb06-442d-a166-eb0ad0c811b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bd7be32-95ca-4793-abfb-61669fc64f42 {
  text-align: center;
}







  #s-1bd7be32-95ca-4793-abfb-61669fc64f42 img.shogun-image {
    

    
    
    
  }


#s-1bd7be32-95ca-4793-abfb-61669fc64f42 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9f41982-663e-4074-9737-51d8e1349ee8 {
  text-align: center;
}







  #s-c9f41982-663e-4074-9737-51d8e1349ee8 img.shogun-image {
    

    
    
    
  }


#s-c9f41982-663e-4074-9737-51d8e1349ee8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6e12bd9-9c8e-4bd0-95c8-d279e25629eb {
  text-align: center;
}







  #s-c6e12bd9-9c8e-4bd0-95c8-d279e25629eb img.shogun-image {
    

    
    
    
  }


#s-c6e12bd9-9c8e-4bd0-95c8-d279e25629eb .shogun-image-content {
  
    align-items: center;
  
}

#s-1cdbcf0f-17b3-4de8-997d-a2349db2a1a1 {
  text-align: center;
}







  #s-1cdbcf0f-17b3-4de8-997d-a2349db2a1a1 img.shogun-image {
    

    
    
    
  }


#s-1cdbcf0f-17b3-4de8-997d-a2349db2a1a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a6515f6-af4f-408b-9f3a-7f354102af05 {
  text-align: center;
}







  #s-5a6515f6-af4f-408b-9f3a-7f354102af05 img.shogun-image {
    

    
    
    
  }


#s-5a6515f6-af4f-408b-9f3a-7f354102af05 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bf41a2c-f370-4f7d-975b-dffcd55f294e {
  text-align: center;
}







  #s-8bf41a2c-f370-4f7d-975b-dffcd55f294e img.shogun-image {
    

    
    
    
  }


#s-8bf41a2c-f370-4f7d-975b-dffcd55f294e .shogun-image-content {
  
    align-items: center;
  
}

#s-dc3ad4e6-f7f3-4eb2-91df-162eb0ec1b95 {
  text-align: center;
}







  #s-dc3ad4e6-f7f3-4eb2-91df-162eb0ec1b95 img.shogun-image {
    

    
    
    
  }


#s-dc3ad4e6-f7f3-4eb2-91df-162eb0ec1b95 .shogun-image-content {
  
    align-items: center;
  
}

#s-40dd9573-3162-46c5-9b47-bf1d8a24d706 {
  text-align: center;
}







  #s-40dd9573-3162-46c5-9b47-bf1d8a24d706 img.shogun-image {
    

    
    
    
  }


#s-40dd9573-3162-46c5-9b47-bf1d8a24d706 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb473ad-2bd3-4b37-80d2-3ca934aff325 {
  text-align: center;
}







  #s-2bb473ad-2bd3-4b37-80d2-3ca934aff325 img.shogun-image {
    

    
    
    
  }


#s-2bb473ad-2bd3-4b37-80d2-3ca934aff325 .shogun-image-content {
  
    align-items: center;
  
}

#s-29db00c2-d778-40fe-842b-a3567694dcd1 {
  text-align: center;
}







  #s-29db00c2-d778-40fe-842b-a3567694dcd1 img.shogun-image {
    

    
    
    
  }


#s-29db00c2-d778-40fe-842b-a3567694dcd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5792cae-35d0-4d74-9662-a331078d1ce0 {
  text-align: center;
}







  #s-e5792cae-35d0-4d74-9662-a331078d1ce0 img.shogun-image {
    

    
    
    
  }


#s-e5792cae-35d0-4d74-9662-a331078d1ce0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed39cb27-ed50-4ae1-817b-4cb1df32b0d3 {
  text-align: center;
}







  #s-ed39cb27-ed50-4ae1-817b-4cb1df32b0d3 img.shogun-image {
    

    
    
    
  }


#s-ed39cb27-ed50-4ae1-817b-4cb1df32b0d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-295ddbcf-ce63-4860-8816-3ff5899fe474 {
  text-align: center;
}







  #s-295ddbcf-ce63-4860-8816-3ff5899fe474 img.shogun-image {
    

    
    
    
  }


#s-295ddbcf-ce63-4860-8816-3ff5899fe474 .shogun-image-content {
  
    align-items: center;
  
}

#s-3839ec47-048a-4239-9e72-798260bb3586 {
  text-align: center;
}







  #s-3839ec47-048a-4239-9e72-798260bb3586 img.shogun-image {
    

    
    
    
  }


#s-3839ec47-048a-4239-9e72-798260bb3586 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e8b48ba-7e9a-4d6f-a967-233d8d5de873 {
  text-align: center;
}







  #s-8e8b48ba-7e9a-4d6f-a967-233d8d5de873 img.shogun-image {
    

    
    
    
  }


#s-8e8b48ba-7e9a-4d6f-a967-233d8d5de873 .shogun-image-content {
  
    align-items: center;
  
}

#s-97709de6-4ac7-4792-a194-bc63399a8729 {
  text-align: center;
}







  #s-97709de6-4ac7-4792-a194-bc63399a8729 img.shogun-image {
    

    
    
    
  }


#s-97709de6-4ac7-4792-a194-bc63399a8729 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b3c2101-781d-40e1-94f6-6fc021b8c09b {
  text-align: center;
}







  #s-5b3c2101-781d-40e1-94f6-6fc021b8c09b img.shogun-image {
    

    
    
    
  }


#s-5b3c2101-781d-40e1-94f6-6fc021b8c09b .shogun-image-content {
  
    align-items: center;
  
}

#s-0497bdaf-54ba-41d7-83f0-ac5177f2d86f {
  text-align: center;
}







  #s-0497bdaf-54ba-41d7-83f0-ac5177f2d86f img.shogun-image {
    

    
    
    
  }


#s-0497bdaf-54ba-41d7-83f0-ac5177f2d86f .shogun-image-content {
  
    align-items: center;
  
}

#s-e83b5e95-faa7-4a2c-ab95-15e7765b4b50 {
  text-align: center;
}







  #s-e83b5e95-faa7-4a2c-ab95-15e7765b4b50 img.shogun-image {
    

    
    
    
  }


#s-e83b5e95-faa7-4a2c-ab95-15e7765b4b50 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcb211d0-c8d6-46f0-b924-532582b2b118 {
  text-align: center;
}







  #s-bcb211d0-c8d6-46f0-b924-532582b2b118 img.shogun-image {
    

    
    
    
  }


#s-bcb211d0-c8d6-46f0-b924-532582b2b118 .shogun-image-content {
  
    align-items: center;
  
}

#s-82b6edb5-05ae-4492-8df9-1422ec9a41a5 {
  text-align: center;
}







  #s-82b6edb5-05ae-4492-8df9-1422ec9a41a5 img.shogun-image {
    

    
    
    
  }


#s-82b6edb5-05ae-4492-8df9-1422ec9a41a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f4f4ca7-70b9-4322-9db5-185d247c0e1a {
  text-align: center;
}







  #s-3f4f4ca7-70b9-4322-9db5-185d247c0e1a img.shogun-image {
    

    
    
    
  }


#s-3f4f4ca7-70b9-4322-9db5-185d247c0e1a .shogun-image-content {
  
    align-items: center;
  
}

#s-cc51bd83-8dd9-49d0-b99f-88d6d9a193c9 {
  text-align: center;
}







  #s-cc51bd83-8dd9-49d0-b99f-88d6d9a193c9 img.shogun-image {
    

    
    
    
  }


#s-cc51bd83-8dd9-49d0-b99f-88d6d9a193c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-21fbc9a9-043a-43c0-ba5a-d7f338312e05 {
  text-align: center;
}







  #s-21fbc9a9-043a-43c0-ba5a-d7f338312e05 img.shogun-image {
    

    
    
    
  }


#s-21fbc9a9-043a-43c0-ba5a-d7f338312e05 .shogun-image-content {
  
    align-items: center;
  
}

#s-97e536b2-20b5-4b64-b037-f6a8ca2ec616 {
  text-align: center;
}







  #s-97e536b2-20b5-4b64-b037-f6a8ca2ec616 img.shogun-image {
    

    
    
    
  }


#s-97e536b2-20b5-4b64-b037-f6a8ca2ec616 .shogun-image-content {
  
    align-items: center;
  
}

#s-24a86e26-892e-49c9-bdd3-289601999b13 {
  text-align: center;
}







  #s-24a86e26-892e-49c9-bdd3-289601999b13 img.shogun-image {
    

    
    
    
  }


#s-24a86e26-892e-49c9-bdd3-289601999b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cb67166-26c6-4f9a-a689-1ccaa408be21 {
  text-align: center;
}







  #s-6cb67166-26c6-4f9a-a689-1ccaa408be21 img.shogun-image {
    

    
    
    
  }


#s-6cb67166-26c6-4f9a-a689-1ccaa408be21 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7ad8e23-080b-4c52-adf5-303732d695ae {
  text-align: center;
}







  #s-f7ad8e23-080b-4c52-adf5-303732d695ae img.shogun-image {
    

    
    
    
  }


#s-f7ad8e23-080b-4c52-adf5-303732d695ae .shogun-image-content {
  
    align-items: center;
  
}

#s-168a9241-1132-41f0-b150-bf900d4aaf54 {
  text-align: center;
}







  #s-168a9241-1132-41f0-b150-bf900d4aaf54 img.shogun-image {
    

    
    
    
  }


#s-168a9241-1132-41f0-b150-bf900d4aaf54 .shogun-image-content {
  
    align-items: center;
  
}

#s-e81b7464-c646-4793-ad9e-12954c93e204 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-e81b7464-c646-4793-ad9e-12954c93e204 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(213, 3, 3, 1);
  border-radius: 15px;
}

#s-e81b7464-c646-4793-ad9e-12954c93e204 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e81b7464-c646-4793-ad9e-12954c93e204 td.shogun-table-column {
  background-color: #fff;
  padding: 1px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e81b7464-c646-4793-ad9e-12954c93e204 td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-e81b7464-c646-4793-ad9e-12954c93e204 td.shogun-table-column, #s-e81b7464-c646-4793-ad9e-12954c93e204 td.shogun-table-row {
  border: 2px solid rgba(213, 3, 3, 1);
}

#s-52a4929b-b16c-4092-8fd0-66000c95e827 {
  text-align: center;
}







  #s-52a4929b-b16c-4092-8fd0-66000c95e827 img.shogun-image {
    

    
    
    
  }


#s-52a4929b-b16c-4092-8fd0-66000c95e827 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc52fb2e-3fa2-4bf8-9ab5-921f9c822736 {
  text-align: center;
}







  #s-bc52fb2e-3fa2-4bf8-9ab5-921f9c822736 img.shogun-image {
    

    
    
    
  }


#s-bc52fb2e-3fa2-4bf8-9ab5-921f9c822736 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a59033a-b0fc-431a-9fce-0fb3558456ee {
  text-align: center;
}







  #s-4a59033a-b0fc-431a-9fce-0fb3558456ee img.shogun-image {
    

    
    
    
  }


#s-4a59033a-b0fc-431a-9fce-0fb3558456ee .shogun-image-content {
  
    align-items: center;
  
}

#s-02485df4-5d50-4c81-8df2-551d78e078f6 {
  text-align: center;
}







  #s-02485df4-5d50-4c81-8df2-551d78e078f6 img.shogun-image {
    

    
    
    
  }


#s-02485df4-5d50-4c81-8df2-551d78e078f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b0cc124-9560-43e3-bc25-c8c281106b36 {
  text-align: center;
}







  #s-8b0cc124-9560-43e3-bc25-c8c281106b36 img.shogun-image {
    

    
    
    
  }


#s-8b0cc124-9560-43e3-bc25-c8c281106b36 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bdc6bf9-71c2-4b20-8c49-237e1deb725e {
  text-align: center;
}







  #s-5bdc6bf9-71c2-4b20-8c49-237e1deb725e img.shogun-image {
    

    
    
    
  }


#s-5bdc6bf9-71c2-4b20-8c49-237e1deb725e .shogun-image-content {
  
    align-items: center;
  
}

#s-3df00a16-a983-4c6f-bef7-f596533561dd {
  text-align: center;
}







  #s-3df00a16-a983-4c6f-bef7-f596533561dd img.shogun-image {
    

    
    
    
  }


#s-3df00a16-a983-4c6f-bef7-f596533561dd .shogun-image-content {
  
    align-items: center;
  
}

#s-d4fb0794-6061-4c4f-b8ab-8f082bb04774 {
  text-align: center;
}







  #s-d4fb0794-6061-4c4f-b8ab-8f082bb04774 img.shogun-image {
    

    
    
    
  }


#s-d4fb0794-6061-4c4f-b8ab-8f082bb04774 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d378c7b-c010-4718-a58c-d04b9e91ef76 {
  text-align: center;
}







  #s-8d378c7b-c010-4718-a58c-d04b9e91ef76 img.shogun-image {
    

    
    
    
  }


#s-8d378c7b-c010-4718-a58c-d04b9e91ef76 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e45450e-db5b-4a9e-b942-83d60edd856a {
  text-align: center;
}







  #s-1e45450e-db5b-4a9e-b942-83d60edd856a img.shogun-image {
    

    
    
    
  }


#s-1e45450e-db5b-4a9e-b942-83d60edd856a .shogun-image-content {
  
    align-items: center;
  
}

#s-cc775b73-888c-46cb-95fd-dc0eb3f77a63 {
  text-align: center;
}







  #s-cc775b73-888c-46cb-95fd-dc0eb3f77a63 img.shogun-image {
    

    
    
    
  }


#s-cc775b73-888c-46cb-95fd-dc0eb3f77a63 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9de3329-1b89-410a-a0a0-9ff25c7edd5e {
  text-align: center;
}







  #s-f9de3329-1b89-410a-a0a0-9ff25c7edd5e img.shogun-image {
    

    
    
    
  }


#s-f9de3329-1b89-410a-a0a0-9ff25c7edd5e .shogun-image-content {
  
    align-items: center;
  
}

#s-94dda19b-1008-4859-a72d-a67896062062 {
  text-align: center;
}







  #s-94dda19b-1008-4859-a72d-a67896062062 img.shogun-image {
    

    
    
    
  }


#s-94dda19b-1008-4859-a72d-a67896062062 .shogun-image-content {
  
    align-items: center;
  
}

#s-34504f08-6334-4acd-8843-f16e1ac723ee {
  text-align: center;
}







  #s-34504f08-6334-4acd-8843-f16e1ac723ee img.shogun-image {
    

    
    
    
  }


#s-34504f08-6334-4acd-8843-f16e1ac723ee .shogun-image-content {
  
    align-items: center;
  
}

#s-a624d4a7-f7ac-4dff-ae9b-cfd7166433d4 {
  text-align: center;
}







  #s-a624d4a7-f7ac-4dff-ae9b-cfd7166433d4 img.shogun-image {
    

    
    
    
  }


#s-a624d4a7-f7ac-4dff-ae9b-cfd7166433d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7ef01a3-5891-4904-b6be-4ab9a1e023bd {
  text-align: center;
}







  #s-c7ef01a3-5891-4904-b6be-4ab9a1e023bd img.shogun-image {
    

    
    
    
  }


#s-c7ef01a3-5891-4904-b6be-4ab9a1e023bd .shogun-image-content {
  
    align-items: center;
  
}

#s-ccbd1b7a-7643-42a9-aefc-23bba73e361a {
  text-align: center;
}







  #s-ccbd1b7a-7643-42a9-aefc-23bba73e361a img.shogun-image {
    

    
    
    
  }


#s-ccbd1b7a-7643-42a9-aefc-23bba73e361a .shogun-image-content {
  
    align-items: center;
  
}

#s-e26f8de0-474c-4b9c-87cf-775929d50422 {
  text-align: center;
}







  #s-e26f8de0-474c-4b9c-87cf-775929d50422 img.shogun-image {
    

    
    
    
  }


#s-e26f8de0-474c-4b9c-87cf-775929d50422 .shogun-image-content {
  
    align-items: center;
  
}

#s-548c67db-0fbf-4812-9ea0-5610954afb65 {
  text-align: center;
}







  #s-548c67db-0fbf-4812-9ea0-5610954afb65 img.shogun-image {
    

    
    
    
  }


#s-548c67db-0fbf-4812-9ea0-5610954afb65 .shogun-image-content {
  
    align-items: center;
  
}

#s-de285ad4-2bcd-4fb2-a77b-55c1e6bf30a6 {
  text-align: center;
}







  #s-de285ad4-2bcd-4fb2-a77b-55c1e6bf30a6 img.shogun-image {
    

    
    
    
  }


#s-de285ad4-2bcd-4fb2-a77b-55c1e6bf30a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f93e417-db0b-4d88-97dd-bcdddc937655 {
  text-align: center;
}







  #s-9f93e417-db0b-4d88-97dd-bcdddc937655 img.shogun-image {
    

    
    
    
  }


#s-9f93e417-db0b-4d88-97dd-bcdddc937655 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0e0181f-47a5-4046-8396-cf5ed8c0293a {
  text-align: center;
}







  #s-f0e0181f-47a5-4046-8396-cf5ed8c0293a img.shogun-image {
    

    
    
    
  }


#s-f0e0181f-47a5-4046-8396-cf5ed8c0293a .shogun-image-content {
  
    align-items: center;
  
}

#s-18e9476e-4e4d-4a83-8d17-669de40c9a4e {
  text-align: center;
}







  #s-18e9476e-4e4d-4a83-8d17-669de40c9a4e img.shogun-image {
    

    
    
    
  }


#s-18e9476e-4e4d-4a83-8d17-669de40c9a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-475bbcfa-2135-4cd1-9d6d-2db6cc9119f0 {
  text-align: center;
}







  #s-475bbcfa-2135-4cd1-9d6d-2db6cc9119f0 img.shogun-image {
    

    
    
    
  }


#s-475bbcfa-2135-4cd1-9d6d-2db6cc9119f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b886d5e8-fb25-4a95-ba50-154cbd28c359 {
  text-align: center;
}







  #s-b886d5e8-fb25-4a95-ba50-154cbd28c359 img.shogun-image {
    

    
    
    
  }


#s-b886d5e8-fb25-4a95-ba50-154cbd28c359 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2a3fe41-67f3-403f-ba18-9b5d9ef030cc {
  text-align: center;
}







  #s-b2a3fe41-67f3-403f-ba18-9b5d9ef030cc img.shogun-image {
    

    
    
    
  }


#s-b2a3fe41-67f3-403f-ba18-9b5d9ef030cc .shogun-image-content {
  
    align-items: center;
  
}

#s-c003e506-1f4f-4530-a2dd-1784e07ea6d4 {
  text-align: center;
}







  #s-c003e506-1f4f-4530-a2dd-1784e07ea6d4 img.shogun-image {
    

    
    
    
  }


#s-c003e506-1f4f-4530-a2dd-1784e07ea6d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-869079ff-a054-49ab-bd05-6de811cc0804 {
  text-align: center;
}







  #s-869079ff-a054-49ab-bd05-6de811cc0804 img.shogun-image {
    

    
    
    
  }


#s-869079ff-a054-49ab-bd05-6de811cc0804 .shogun-image-content {
  
    align-items: center;
  
}

#s-04059803-fb43-40a7-a2ed-20c5ab0cc088 {
  text-align: center;
}







  #s-04059803-fb43-40a7-a2ed-20c5ab0cc088 img.shogun-image {
    

    
    
    
  }


#s-04059803-fb43-40a7-a2ed-20c5ab0cc088 .shogun-image-content {
  
    align-items: center;
  
}

#s-14d2ce37-e4f8-49b2-97d8-1b1b25d4e949 {
  text-align: center;
}







  #s-14d2ce37-e4f8-49b2-97d8-1b1b25d4e949 img.shogun-image {
    

    
    
    
  }


#s-14d2ce37-e4f8-49b2-97d8-1b1b25d4e949 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb21355c-a077-4654-8a5d-2cc83ad0e7f8 {
  text-align: center;
}







  #s-fb21355c-a077-4654-8a5d-2cc83ad0e7f8 img.shogun-image {
    

    
    
    
  }


#s-fb21355c-a077-4654-8a5d-2cc83ad0e7f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a86f1b6-1455-4941-9f55-81cc2d761232 {
  text-align: center;
}







  #s-7a86f1b6-1455-4941-9f55-81cc2d761232 img.shogun-image {
    

    
    
    
  }


#s-7a86f1b6-1455-4941-9f55-81cc2d761232 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae3c385b-8741-4450-9fa7-eb6e9bc99ad0 {
  text-align: center;
}







  #s-ae3c385b-8741-4450-9fa7-eb6e9bc99ad0 img.shogun-image {
    

    
    
    
  }


#s-ae3c385b-8741-4450-9fa7-eb6e9bc99ad0 .shogun-image-content {
  
    align-items: center;
  
}

#s-834ffb45-3e00-4ba1-a118-a4857050179a {
  text-align: center;
}







  #s-834ffb45-3e00-4ba1-a118-a4857050179a img.shogun-image {
    

    
    
    
  }


#s-834ffb45-3e00-4ba1-a118-a4857050179a .shogun-image-content {
  
    align-items: center;
  
}

#s-bd1f1ba5-0575-4609-80fc-ad0f58a9ffce {
  text-align: center;
}







  #s-bd1f1ba5-0575-4609-80fc-ad0f58a9ffce img.shogun-image {
    

    
    
    
  }


#s-bd1f1ba5-0575-4609-80fc-ad0f58a9ffce .shogun-image-content {
  
    align-items: center;
  
}

#s-5c6f03df-44dc-4e53-9a68-48f356bce8a2 {
  text-align: center;
}







  #s-5c6f03df-44dc-4e53-9a68-48f356bce8a2 img.shogun-image {
    

    
    
    
  }


#s-5c6f03df-44dc-4e53-9a68-48f356bce8a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8acad256-d6e0-4d39-9a3d-9be34df14082 {
  text-align: center;
}







  #s-8acad256-d6e0-4d39-9a3d-9be34df14082 img.shogun-image {
    

    
    
    
  }


#s-8acad256-d6e0-4d39-9a3d-9be34df14082 .shogun-image-content {
  
    align-items: center;
  
}

#s-e56a5c10-8ba0-4362-82b9-ebac00cab0f5 {
  text-align: center;
}







  #s-e56a5c10-8ba0-4362-82b9-ebac00cab0f5 img.shogun-image {
    

    
    
    
  }


#s-e56a5c10-8ba0-4362-82b9-ebac00cab0f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc38650b-3a2c-40b6-8876-438e285ca999 {
  text-align: center;
}







  #s-fc38650b-3a2c-40b6-8876-438e285ca999 img.shogun-image {
    

    
    
    
  }


#s-fc38650b-3a2c-40b6-8876-438e285ca999 .shogun-image-content {
  
    align-items: center;
  
}

#s-15f5b485-8a3d-4c77-96f4-9ec01697c639 {
  text-align: center;
}







  #s-15f5b485-8a3d-4c77-96f4-9ec01697c639 img.shogun-image {
    

    
    
    
  }


#s-15f5b485-8a3d-4c77-96f4-9ec01697c639 .shogun-image-content {
  
    align-items: center;
  
}

#s-da6820a5-31c8-449a-8d24-1fda52e6d526 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-da6820a5-31c8-449a-8d24-1fda52e6d526 .shogun-table-wrapper {
  overflow: auto;
  border: 3px solid rgba(213, 3, 3, 1);
  border-radius: 15px;
}

#s-da6820a5-31c8-449a-8d24-1fda52e6d526 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-da6820a5-31c8-449a-8d24-1fda52e6d526 td.shogun-table-column {
  background-color: #fff;
  padding: 1px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-da6820a5-31c8-449a-8d24-1fda52e6d526 td.shogun-table-row {
  background-color: #fff;
  padding: 2px;
}

#s-da6820a5-31c8-449a-8d24-1fda52e6d526 td.shogun-table-column, #s-da6820a5-31c8-449a-8d24-1fda52e6d526 td.shogun-table-row {
  border: 3px solid rgba(213, 3, 3, 1);
}

#s-7c3e2b0b-6965-489f-90fd-ee29fedf67f5 {
  text-align: center;
}







  #s-7c3e2b0b-6965-489f-90fd-ee29fedf67f5 img.shogun-image {
    

    
    
    
  }


#s-7c3e2b0b-6965-489f-90fd-ee29fedf67f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a831689e-745f-40e8-93ad-f5b1b0d50bff {
  text-align: center;
}







  #s-a831689e-745f-40e8-93ad-f5b1b0d50bff img.shogun-image {
    

    
    
    
  }


#s-a831689e-745f-40e8-93ad-f5b1b0d50bff .shogun-image-content {
  
    align-items: center;
  
}

#s-a4a3025f-f2d1-4d18-8591-46b9b41505d8 {
  text-align: center;
}







  #s-a4a3025f-f2d1-4d18-8591-46b9b41505d8 img.shogun-image {
    

    
    
    
  }


#s-a4a3025f-f2d1-4d18-8591-46b9b41505d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d51f20fe-6d6b-4eb7-b83e-6031ea04821d {
  text-align: center;
}







  #s-d51f20fe-6d6b-4eb7-b83e-6031ea04821d img.shogun-image {
    

    
    
    
  }


#s-d51f20fe-6d6b-4eb7-b83e-6031ea04821d .shogun-image-content {
  
    align-items: center;
  
}

#s-d072aa09-0d19-41a4-a5d5-7c64cdf48ae2 {
  text-align: center;
}







  #s-d072aa09-0d19-41a4-a5d5-7c64cdf48ae2 img.shogun-image {
    

    
    
    
  }


#s-d072aa09-0d19-41a4-a5d5-7c64cdf48ae2 .shogun-image-content {
  
    align-items: center;
  
}

#s-adba2d80-2faa-418a-8345-bb9d3b7e17ad {
  text-align: center;
}







  #s-adba2d80-2faa-418a-8345-bb9d3b7e17ad img.shogun-image {
    

    
    
    
  }


#s-adba2d80-2faa-418a-8345-bb9d3b7e17ad .shogun-image-content {
  
    align-items: center;
  
}

#s-059abfaa-1707-449c-a5c3-96f4ec9375f8 {
  text-align: center;
}







  #s-059abfaa-1707-449c-a5c3-96f4ec9375f8 img.shogun-image {
    

    
    
    
  }


#s-059abfaa-1707-449c-a5c3-96f4ec9375f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-62185fba-067a-40d5-8020-d35b9352801f {
  text-align: center;
}







  #s-62185fba-067a-40d5-8020-d35b9352801f img.shogun-image {
    

    
    
    
  }


#s-62185fba-067a-40d5-8020-d35b9352801f .shogun-image-content {
  
    align-items: center;
  
}

#s-b437eadf-af1b-419c-bb8f-5542d80502ef {
  text-align: center;
}







  #s-b437eadf-af1b-419c-bb8f-5542d80502ef img.shogun-image {
    

    
    
    
  }


#s-b437eadf-af1b-419c-bb8f-5542d80502ef .shogun-image-content {
  
    align-items: center;
  
}

#s-61f34436-3a10-4d44-9f07-9951a3e8b67d {
  text-align: center;
}







  #s-61f34436-3a10-4d44-9f07-9951a3e8b67d img.shogun-image {
    

    
    
    
  }


#s-61f34436-3a10-4d44-9f07-9951a3e8b67d .shogun-image-content {
  
    align-items: center;
  
}

#s-123aa280-6888-4b12-8606-671ae2110c93 {
  text-align: center;
}







  #s-123aa280-6888-4b12-8606-671ae2110c93 img.shogun-image {
    

    
    
    
  }


#s-123aa280-6888-4b12-8606-671ae2110c93 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd77dff0-91a7-47dc-bfcf-dc31da22ad3c {
  text-align: center;
}







  #s-fd77dff0-91a7-47dc-bfcf-dc31da22ad3c img.shogun-image {
    

    
    
    
  }


#s-fd77dff0-91a7-47dc-bfcf-dc31da22ad3c .shogun-image-content {
  
    align-items: center;
  
}

#s-185b6e03-7e09-44a3-9cf5-55f2de2f8ade {
  text-align: center;
}







  #s-185b6e03-7e09-44a3-9cf5-55f2de2f8ade img.shogun-image {
    

    
    
    
  }


#s-185b6e03-7e09-44a3-9cf5-55f2de2f8ade .shogun-image-content {
  
    align-items: center;
  
}

#s-60dee720-535b-42ff-b9f4-19d09708aac9 {
  text-align: center;
}







  #s-60dee720-535b-42ff-b9f4-19d09708aac9 img.shogun-image {
    

    
    
    
  }


#s-60dee720-535b-42ff-b9f4-19d09708aac9 .shogun-image-content {
  
    align-items: center;
  
}

#s-394a0d81-8ce8-41e9-8fa0-856a5b1cd8e4 {
  text-align: center;
}







  #s-394a0d81-8ce8-41e9-8fa0-856a5b1cd8e4 img.shogun-image {
    

    
    
    
  }


#s-394a0d81-8ce8-41e9-8fa0-856a5b1cd8e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d00b89b-04c9-4c85-b0c6-1ca73f9e0ee1 {
  text-align: center;
}







  #s-5d00b89b-04c9-4c85-b0c6-1ca73f9e0ee1 img.shogun-image {
    

    
    
    
  }


#s-5d00b89b-04c9-4c85-b0c6-1ca73f9e0ee1 .shogun-image-content {
  
    align-items: center;
  
}

#s-263e904f-e687-40d2-b597-26c8238c187f {
  text-align: center;
}







  #s-263e904f-e687-40d2-b597-26c8238c187f img.shogun-image {
    

    
    
    
  }


#s-263e904f-e687-40d2-b597-26c8238c187f .shogun-image-content {
  
    align-items: center;
  
}

#s-70584c68-7280-456e-aaf1-b81da748a3a0 {
  text-align: center;
}







  #s-70584c68-7280-456e-aaf1-b81da748a3a0 img.shogun-image {
    

    
    
    
  }


#s-70584c68-7280-456e-aaf1-b81da748a3a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0aedcb2-95c8-4b53-a8bb-de034336528f {
  text-align: center;
}







  #s-d0aedcb2-95c8-4b53-a8bb-de034336528f img.shogun-image {
    

    
    
    
  }


#s-d0aedcb2-95c8-4b53-a8bb-de034336528f .shogun-image-content {
  
    align-items: center;
  
}

#s-62124ef5-e2d7-4d7c-b570-dc55df4862ec {
  text-align: center;
}







  #s-62124ef5-e2d7-4d7c-b570-dc55df4862ec img.shogun-image {
    

    
    
    
  }


#s-62124ef5-e2d7-4d7c-b570-dc55df4862ec .shogun-image-content {
  
    align-items: center;
  
}

#s-75556f2f-613a-4914-85d1-1efb2af23f5f {
  text-align: center;
}







  #s-75556f2f-613a-4914-85d1-1efb2af23f5f img.shogun-image {
    

    
    
    
  }


#s-75556f2f-613a-4914-85d1-1efb2af23f5f .shogun-image-content {
  
    align-items: center;
  
}

#s-c2fa2d91-72cd-4648-a4ef-7a23dced7535 {
  text-align: center;
}







  #s-c2fa2d91-72cd-4648-a4ef-7a23dced7535 img.shogun-image {
    

    
    
    
  }


#s-c2fa2d91-72cd-4648-a4ef-7a23dced7535 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c90fafa-7abd-4bef-878e-114ecef80958 {
  text-align: center;
}







  #s-6c90fafa-7abd-4bef-878e-114ecef80958 img.shogun-image {
    

    
    
    
  }


#s-6c90fafa-7abd-4bef-878e-114ecef80958 .shogun-image-content {
  
    align-items: center;
  
}

#s-219750cb-e325-4a02-9720-47d57c5fa809 {
  text-align: center;
}







  #s-219750cb-e325-4a02-9720-47d57c5fa809 img.shogun-image {
    

    
    
    
  }


#s-219750cb-e325-4a02-9720-47d57c5fa809 .shogun-image-content {
  
    align-items: center;
  
}

#s-48117768-029e-49a1-a262-62b4dc470356 {
  text-align: center;
}







  #s-48117768-029e-49a1-a262-62b4dc470356 img.shogun-image {
    

    
    
    
  }


#s-48117768-029e-49a1-a262-62b4dc470356 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc12d5bd-5b63-48aa-8ea0-58e23d9bfbe2 {
  text-align: center;
}







  #s-cc12d5bd-5b63-48aa-8ea0-58e23d9bfbe2 img.shogun-image {
    

    
    
    
  }


#s-cc12d5bd-5b63-48aa-8ea0-58e23d9bfbe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3200b57-a29b-48bf-b1d0-d78c3f7925c2 {
  text-align: center;
}







  #s-c3200b57-a29b-48bf-b1d0-d78c3f7925c2 img.shogun-image {
    

    
    
    
  }


#s-c3200b57-a29b-48bf-b1d0-d78c3f7925c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4534ae2e-da89-4e4d-b244-d155b879c12a {
  text-align: center;
}







  #s-4534ae2e-da89-4e4d-b244-d155b879c12a img.shogun-image {
    

    
    
    
  }


#s-4534ae2e-da89-4e4d-b244-d155b879c12a .shogun-image-content {
  
    align-items: center;
  
}

#s-bd25f886-1e80-41d1-9439-0e9eba68d0b0 {
  text-align: center;
}







  #s-bd25f886-1e80-41d1-9439-0e9eba68d0b0 img.shogun-image {
    

    
    
    
  }


#s-bd25f886-1e80-41d1-9439-0e9eba68d0b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9291c28-f159-4b68-bbce-063d25ab810d {
  text-align: center;
}







  #s-d9291c28-f159-4b68-bbce-063d25ab810d img.shogun-image {
    

    
    
    
  }


#s-d9291c28-f159-4b68-bbce-063d25ab810d .shogun-image-content {
  
    align-items: center;
  
}

#s-21bfd58a-b201-40ac-bf46-7fe5ee47b120 {
  text-align: center;
}







  #s-21bfd58a-b201-40ac-bf46-7fe5ee47b120 img.shogun-image {
    

    
    
    
  }


#s-21bfd58a-b201-40ac-bf46-7fe5ee47b120 .shogun-image-content {
  
    align-items: center;
  
}

#s-43c27599-57f6-4dbc-9bdc-0f2100551c06 {
  text-align: center;
}







  #s-43c27599-57f6-4dbc-9bdc-0f2100551c06 img.shogun-image {
    

    
    
    
  }


#s-43c27599-57f6-4dbc-9bdc-0f2100551c06 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ec0a84-7c39-4d7a-a274-2fde6c3e6319 {
  text-align: center;
}







  #s-a6ec0a84-7c39-4d7a-a274-2fde6c3e6319 img.shogun-image {
    

    
    
    
  }


#s-a6ec0a84-7c39-4d7a-a274-2fde6c3e6319 .shogun-image-content {
  
    align-items: center;
  
}

#s-c024b8fc-ddbc-42c5-b564-7262ff558527 {
  text-align: center;
}







  #s-c024b8fc-ddbc-42c5-b564-7262ff558527 img.shogun-image {
    

    
    
    
  }


#s-c024b8fc-ddbc-42c5-b564-7262ff558527 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ebd9446-8edc-48a7-bbf8-c179b8243133 {
  text-align: center;
}







  #s-7ebd9446-8edc-48a7-bbf8-c179b8243133 img.shogun-image {
    

    
    
    
  }


#s-7ebd9446-8edc-48a7-bbf8-c179b8243133 .shogun-image-content {
  
    align-items: center;
  
}

#s-ade6f1d0-1200-4355-8800-68b3910dd7ce {
  text-align: center;
}







  #s-ade6f1d0-1200-4355-8800-68b3910dd7ce img.shogun-image {
    

    
    
    
  }


#s-ade6f1d0-1200-4355-8800-68b3910dd7ce .shogun-image-content {
  
    align-items: center;
  
}

#s-838e0ded-e4ac-4d7b-9eb7-78130a677dfb {
  text-align: center;
}







  #s-838e0ded-e4ac-4d7b-9eb7-78130a677dfb img.shogun-image {
    

    
    
    
  }


#s-838e0ded-e4ac-4d7b-9eb7-78130a677dfb .shogun-image-content {
  
    align-items: center;
  
}

#s-0540dfa2-3929-416c-86d1-7e3d4f456c8f {
  text-align: center;
}







  #s-0540dfa2-3929-416c-86d1-7e3d4f456c8f img.shogun-image {
    

    
    
    
  }


#s-0540dfa2-3929-416c-86d1-7e3d4f456c8f .shogun-image-content {
  
    align-items: center;
  
}

#s-a6950e0d-8580-4b4c-870f-9dc8232a387a {
  text-align: center;
}







  #s-a6950e0d-8580-4b4c-870f-9dc8232a387a img.shogun-image {
    

    
    
    
  }


#s-a6950e0d-8580-4b4c-870f-9dc8232a387a .shogun-image-content {
  
    align-items: center;
  
}

#s-b3c93529-1e61-4e97-8882-3d92fa3d8ead {
  text-align: center;
}







  #s-b3c93529-1e61-4e97-8882-3d92fa3d8ead img.shogun-image {
    

    
    
    
  }


#s-b3c93529-1e61-4e97-8882-3d92fa3d8ead .shogun-image-content {
  
    align-items: center;
  
}

#s-7a77235b-4ce2-4735-8ccc-9800485a2d47 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7a77235b-4ce2-4735-8ccc-9800485a2d47:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a77235b-4ce2-4735-8ccc-9800485a2d47:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7a77235b-4ce2-4735-8ccc-9800485a2d47 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a77235b-4ce2-4735-8ccc-9800485a2d47.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a77235b-4ce2-4735-8ccc-9800485a2d47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-7a77235b-4ce2-4735-8ccc-9800485a2d47.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-411a7d01-5115-4388-89be-3c5097b9a008 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-411a7d01-5115-4388-89be-3c5097b9a008:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-411a7d01-5115-4388-89be-3c5097b9a008:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-411a7d01-5115-4388-89be-3c5097b9a008 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-411a7d01-5115-4388-89be-3c5097b9a008.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-411a7d01-5115-4388-89be-3c5097b9a008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-411a7d01-5115-4388-89be-3c5097b9a008.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-aa505026-9188-4ec6-96a3-ecd3c636fe7b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-aa505026-9188-4ec6-96a3-ecd3c636fe7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa505026-9188-4ec6-96a3-ecd3c636fe7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa505026-9188-4ec6-96a3-ecd3c636fe7b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa505026-9188-4ec6-96a3-ecd3c636fe7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa505026-9188-4ec6-96a3-ecd3c636fe7b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-aa505026-9188-4ec6-96a3-ecd3c636fe7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1ac28bab-1a0d-466e-a4b6-4906e2a712a3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1ac28bab-1a0d-466e-a4b6-4906e2a712a3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ac28bab-1a0d-466e-a4b6-4906e2a712a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ac28bab-1a0d-466e-a4b6-4906e2a712a3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ac28bab-1a0d-466e-a4b6-4906e2a712a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ac28bab-1a0d-466e-a4b6-4906e2a712a3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-1ac28bab-1a0d-466e-a4b6-4906e2a712a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-23c8ff44-2635-413a-ae5d-f2d1ae90ea5d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(213, 3, 3, 1);
border-style: solid;
border-radius: 55px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-23c8ff44-2635-413a-ae5d-f2d1ae90ea5d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23c8ff44-2635-413a-ae5d-f2d1ae90ea5d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23c8ff44-2635-413a-ae5d-f2d1ae90ea5d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23c8ff44-2635-413a-ae5d-f2d1ae90ea5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23c8ff44-2635-413a-ae5d-f2d1ae90ea5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-23c8ff44-2635-413a-ae5d-f2d1ae90ea5d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-abe03fbc-a5db-47aa-b78d-1a758f9010a4 {
  min-height: 50px;
}








#s-abe03fbc-a5db-47aa-b78d-1a758f9010a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abe03fbc-a5db-47aa-b78d-1a758f9010a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-811e7dd1-b187-440f-8445-de29d4389aee {
  text-align: center;
}







  #s-811e7dd1-b187-440f-8445-de29d4389aee img.shogun-image {
    

    
    
    
  }


#s-811e7dd1-b187-440f-8445-de29d4389aee .shogun-image-content {
  
    align-items: center;
  
}

#s-31615780-1607-4431-a903-0496c6d74cd0 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-fb50ec4d-8972-4768-8da2-b9a73fb60209 {
  min-height: 50px;
}








#s-fb50ec4d-8972-4768-8da2-b9a73fb60209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb50ec4d-8972-4768-8da2-b9a73fb60209.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f7f10f6b-e049-486b-8b5c-e2cf0294a7f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7f10f6b-e049-486b-8b5c-e2cf0294a7f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7f10f6b-e049-486b-8b5c-e2cf0294a7f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7f10f6b-e049-486b-8b5c-e2cf0294a7f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c61fec49-0ae4-4eeb-a4e5-1ffe914b378c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c61fec49-0ae4-4eeb-a4e5-1ffe914b378c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3599c7d9-1301-4671-bfdc-0c0296543883 {
  text-align: center;
}







  #s-3599c7d9-1301-4671-bfdc-0c0296543883 img.shogun-image {
    

    
    
    
  }


#s-3599c7d9-1301-4671-bfdc-0c0296543883 .shogun-image-content {
  
    align-items: center;
  
}

#s-c00bb688-7a94-4f99-a490-1d22b62ae82e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-c00bb688-7a94-4f99-a490-1d22b62ae82e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-57e4aaf1-ad6d-402c-9c39-6451a39afd86 {
  padding-left: 5%;
padding-right: 5%;
}

#s-2fddcf14-4c90-4063-9c9c-fdedb2266525 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
}
#s-2fddcf14-4c90-4063-9c9c-fdedb2266525:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fddcf14-4c90-4063-9c9c-fdedb2266525:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2fddcf14-4c90-4063-9c9c-fdedb2266525 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fddcf14-4c90-4063-9c9c-fdedb2266525.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fddcf14-4c90-4063-9c9c-fdedb2266525.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  
  display:  block ;
}

#s-2fddcf14-4c90-4063-9c9c-fdedb2266525.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f8175179-a0e3-4707-aa88-6251a560c103 {
  text-align: center;
}







  #s-f8175179-a0e3-4707-aa88-6251a560c103 img.shogun-image {
    

    
    
    
  }


#s-f8175179-a0e3-4707-aa88-6251a560c103 .shogun-image-content {
  
    align-items: center;
  
}

#s-b428640d-bffe-48ba-8c79-8793966bc4e9 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-65fea9b5-dbf9-4c1a-83ce-49f9a8de1708 {
  min-height: 50px;
}








#s-65fea9b5-dbf9-4c1a-83ce-49f9a8de1708 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65fea9b5-dbf9-4c1a-83ce-49f9a8de1708.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-497afab5-8751-41f8-b03f-6ec4856bf9eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-497afab5-8751-41f8-b03f-6ec4856bf9eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-497afab5-8751-41f8-b03f-6ec4856bf9eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-497afab5-8751-41f8-b03f-6ec4856bf9eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6eb46224-0f94-4735-849a-54ca7be9e004 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6eb46224-0f94-4735-849a-54ca7be9e004 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b0b11232-ec41-4b88-97eb-2dceb4d0ab33 {
  text-align: center;
}







  #s-b0b11232-ec41-4b88-97eb-2dceb4d0ab33 img.shogun-image {
    

    
    
    
  }


#s-b0b11232-ec41-4b88-97eb-2dceb4d0ab33 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba7ba9ea-5729-41e5-89c8-223a47d129e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-ba7ba9ea-5729-41e5-89c8-223a47d129e1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6ea4a1da-a91e-48fc-bf6b-7224d1fbbf26 {
  padding-left: 5%;
padding-right: 5%;
}

#s-c029aa55-2dad-492f-a7f8-933c258500f5 hr {
  border-top: 2px solid #ddd;
}

#s-1c184eea-f362-450d-ac4b-83c76ad7828e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
}
#s-1c184eea-f362-450d-ac4b-83c76ad7828e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c184eea-f362-450d-ac4b-83c76ad7828e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1c184eea-f362-450d-ac4b-83c76ad7828e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1c184eea-f362-450d-ac4b-83c76ad7828e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1c184eea-f362-450d-ac4b-83c76ad7828e.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  
  display:  block ;
}

#s-1c184eea-f362-450d-ac4b-83c76ad7828e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a34656e0-2903-4a82-a79d-1495ff03f5f0 {
  text-align: center;
}







  #s-a34656e0-2903-4a82-a79d-1495ff03f5f0 img.shogun-image {
    

    
    
    
  }


#s-a34656e0-2903-4a82-a79d-1495ff03f5f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3303007-9403-4b4c-bdf8-b36a88935038 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-92cc1aa7-165e-4789-87bb-efa30d4c80ea {
  min-height: 50px;
}








#s-92cc1aa7-165e-4789-87bb-efa30d4c80ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92cc1aa7-165e-4789-87bb-efa30d4c80ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-75e2e635-595d-4674-9021-3495667e7b2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75e2e635-595d-4674-9021-3495667e7b2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75e2e635-595d-4674-9021-3495667e7b2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75e2e635-595d-4674-9021-3495667e7b2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eabea836-febb-4788-84d7-22c97bc62bf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eabea836-febb-4788-84d7-22c97bc62bf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1e653ade-8121-4e17-b01e-933563956d77 {
  text-align: center;
}







  #s-1e653ade-8121-4e17-b01e-933563956d77 img.shogun-image {
    

    
    
    
  }


#s-1e653ade-8121-4e17-b01e-933563956d77 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c273c80-c4c3-4a42-b89e-b499e2b95a44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-6c273c80-c4c3-4a42-b89e-b499e2b95a44 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0ca00160-9fe6-4183-b443-347f7538c6f5 hr {
  border-top: 2px solid #ddd;
}

#s-4af7aa3c-1f53-43aa-b19c-4cda4a22111f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
}
#s-4af7aa3c-1f53-43aa-b19c-4cda4a22111f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4af7aa3c-1f53-43aa-b19c-4cda4a22111f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4af7aa3c-1f53-43aa-b19c-4cda4a22111f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4af7aa3c-1f53-43aa-b19c-4cda4a22111f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4af7aa3c-1f53-43aa-b19c-4cda4a22111f.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  
  display:  block ;
}

#s-4af7aa3c-1f53-43aa-b19c-4cda4a22111f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9fcf19f6-7d1c-4700-90d5-ca9e8922d72a {
  text-align: center;
}







  #s-9fcf19f6-7d1c-4700-90d5-ca9e8922d72a img.shogun-image {
    

    
    
    
  }


#s-9fcf19f6-7d1c-4700-90d5-ca9e8922d72a .shogun-image-content {
  
    align-items: center;
  
}

#s-f2feb648-743a-4ee5-8b79-f4ba484089a1 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-ee08b939-2d45-40c3-a79b-0f928b3e6f8e {
  min-height: 50px;
}








#s-ee08b939-2d45-40c3-a79b-0f928b3e6f8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee08b939-2d45-40c3-a79b-0f928b3e6f8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7f52a8a5-a0b9-40c5-be62-9d24537df937"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f52a8a5-a0b9-40c5-be62-9d24537df937"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f52a8a5-a0b9-40c5-be62-9d24537df937"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f52a8a5-a0b9-40c5-be62-9d24537df937"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d5f69bc-4729-46b2-bbcb-9072449e8427 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d5f69bc-4729-46b2-bbcb-9072449e8427 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-028b74cc-6ee9-4f06-8389-cb2937eaee4f {
  text-align: center;
}







  #s-028b74cc-6ee9-4f06-8389-cb2937eaee4f img.shogun-image {
    

    
    
    
  }


#s-028b74cc-6ee9-4f06-8389-cb2937eaee4f .shogun-image-content {
  
    align-items: center;
  
}

#s-84627c05-6006-424e-b344-8abbb34b4a73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(213, 3, 3, 1);
}

#s-84627c05-6006-424e-b344-8abbb34b4a73 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6762acf7-1eb0-40ad-84ff-bbb6623b03e7 hr {
  border-top: 2px solid #ddd;
}

#s-17ef6520-8a3b-4141-9f4c-65ab4556a637 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(8, 13, 91, 1);
text-align: center;
cursor: pointer;
}
#s-17ef6520-8a3b-4141-9f4c-65ab4556a637:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-17ef6520-8a3b-4141-9f4c-65ab4556a637:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-17ef6520-8a3b-4141-9f4c-65ab4556a637 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-17ef6520-8a3b-4141-9f4c-65ab4556a637.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-17ef6520-8a3b-4141-9f4c-65ab4556a637.shg-btn {
  color: #ffffff;
  font-size: 35px;
  
  
  
  display:  block ;
}

#s-17ef6520-8a3b-4141-9f4c-65ab4556a637.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d0994a4-1bd9-4089-8248-20f395447773 {
  text-align: center;
}







  #s-2d0994a4-1bd9-4089-8248-20f395447773 img.shogun-image {
    

    
    
    
  }


#s-2d0994a4-1bd9-4089-8248-20f395447773 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b6442b5-60ba-47d8-a934-8ed169fb55e4 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-08b7ae6f-a854-4340-a1b4-2ef623697c5b {
  min-height: 50px;
}








#s-08b7ae6f-a854-4340-a1b4-2ef623697c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08b7ae6f-a854-4340-a1b4-2ef623697c5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0d86b980-196c-4ad6-b7fd-e60e4060d316"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d86b980-196c-4ad6-b7fd-e60e4060d316"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d86b980-196c-4ad6-b7fd-e60e4060d316"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d86b980-196c-4ad6-b7fd-e60e4060d316"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-46072c4f-7ccc-4654-91d0-d83933b505c7 {
  text-align: center;
}







  #s-46072c4f-7ccc-4654-91d0-d83933b505c7 img.shogun-image {
    

    
    
    
  }


#s-46072c4f-7ccc-4654-91d0-d83933b505c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-324b89c2-31da-4a44-afe2-eb17b9e42c85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-324b89c2-31da-4a44-afe2-eb17b9e42c85 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a .shogun-form-error-msg-container, #s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a .shogun-form-field-error-msg-container {
  display: none;
}

#s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-4be316ee-d5e3-4478-a0fa-9cd754c4e65a .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-f97fbe7f-2a9f-4daf-a0e1-c7bdddc25a57  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-f97fbe7f-2a9f-4daf-a0e1-c7bdddc25a57  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-f97fbe7f-2a9f-4daf-a0e1-c7bdddc25a57 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-f97fbe7f-2a9f-4daf-a0e1-c7bdddc25a57 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-882b82db-02b7-4720-b7a1-76ce016faf92  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-882b82db-02b7-4720-b7a1-76ce016faf92  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-882b82db-02b7-4720-b7a1-76ce016faf92 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-882b82db-02b7-4720-b7a1-76ce016faf92 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-0368473c-e65f-40b0-8b1c-486a0819b71f  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-0368473c-e65f-40b0-8b1c-486a0819b71f  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-0368473c-e65f-40b0-8b1c-486a0819b71f .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-0368473c-e65f-40b0-8b1c-486a0819b71f .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-80a8a1ba-bc88-412b-8cee-5a7e19ad77c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
color: #FFFFFF;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-80a8a1ba-bc88-412b-8cee-5a7e19ad77c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-80a8a1ba-bc88-412b-8cee-5a7e19ad77c9:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-80a8a1ba-bc88-412b-8cee-5a7e19ad77c9[disabled],
#s-80a8a1ba-bc88-412b-8cee-5a7e19ad77c9[disabled]:hover,
#s-80a8a1ba-bc88-412b-8cee-5a7e19ad77c9[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-80a8a1ba-bc88-412b-8cee-5a7e19ad77c9 {
  display:  block ;
  width:  100% ;
}


/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* 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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;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-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
