.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-4b5ee45e-79c2-4511-8040-4942837b6890 {
  text-align: center;
background-color: rgba(57, 23, 23, 1);
opacity: 0.38;
}







  #s-4b5ee45e-79c2-4511-8040-4942837b6890 img.shogun-image {
    

    
    
    
  }


#s-4b5ee45e-79c2-4511-8040-4942837b6890 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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: ;
}

.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-5532378b-0221-452e-a0f0-feb25cfd045b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5532378b-0221-452e-a0f0-feb25cfd045b .shogun-heading-component h1 {
  color: rgba(248, 246, 246, 1);
  font-weight:  600 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 52px;
  
  
  
}



#s-5c3aa9b0-6195-48e7-b5e7-133cb263a866 {
  margin-left: 10%;
margin-right: 10%;
}

.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-fff10cdf-c8c8-4ba0-95eb-1354c7b79ca2 {
  min-height: 50px;
}








#s-fff10cdf-c8c8-4ba0-95eb-1354c7b79ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fff10cdf-c8c8-4ba0-95eb-1354c7b79ca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65e48048-d313-4dde-9c51-e10a554dd4cf {
  min-height: 50px;
}








#s-65e48048-d313-4dde-9c51-e10a554dd4cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e48048-d313-4dde-9c51-e10a554dd4cf.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;
}

#s-06944310-5d8c-49fa-9cd5-e9e086a54772 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
background-color: rgba(241, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-06944310-5d8c-49fa-9cd5-e9e086a54772"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06944310-5d8c-49fa-9cd5-e9e086a54772"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-06944310-5d8c-49fa-9cd5-e9e086a54772"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-06944310-5d8c-49fa-9cd5-e9e086a54772"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3dbb2687-e700-4379-8474-8a71c91658a7 {
  padding-left: 0%;
padding-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/222;
text-align: center;
}





  #s-3dbb2687-e700-4379-8474-8a71c91658a7 img.shogun-image,
  #s-3dbb2687-e700-4379-8474-8a71c91658a7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3dbb2687-e700-4379-8474-8a71c91658a7 {
    width: 100%;
    height: auto;
  }



  #s-3dbb2687-e700-4379-8474-8a71c91658a7 img.shogun-image {
    

    
    
    
  }


#s-3dbb2687-e700-4379-8474-8a71c91658a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bd749aa-18d4-4d14-87ec-8ed4be236022 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-383129ae-c1ea-45d8-ba02-eca59a4facce {
  padding-left: 0%;
padding-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/221;
text-align: center;
}





  #s-383129ae-c1ea-45d8-ba02-eca59a4facce img.shogun-image,
  #s-383129ae-c1ea-45d8-ba02-eca59a4facce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-383129ae-c1ea-45d8-ba02-eca59a4facce {
    width: 100%;
    height: auto;
  }



  #s-383129ae-c1ea-45d8-ba02-eca59a4facce img.shogun-image {
    

    
    
    
  }


#s-383129ae-c1ea-45d8-ba02-eca59a4facce .shogun-image-content {
  
    align-items: center;
  
}

#s-28d2b042-26ea-4cf1-a09a-39cea2d964c4 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-b5afa0c7-b561-4228-a5f7-f685c12f6261 {
  max-width: 790px;
aspect-ratio: 790/175;
text-align: center;
}





  #s-b5afa0c7-b561-4228-a5f7-f685c12f6261 img.shogun-image,
  #s-b5afa0c7-b561-4228-a5f7-f685c12f6261 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5afa0c7-b561-4228-a5f7-f685c12f6261 {
    width: 100%;
    height: auto;
  }



  #s-b5afa0c7-b561-4228-a5f7-f685c12f6261 img.shogun-image {
    

    
    
    
  }


#s-b5afa0c7-b561-4228-a5f7-f685c12f6261 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a7089ba-7d4d-4ea8-9822-5082f51505fd {
  margin-left: 5%;
margin-right: 5%;
}

#s-07de43ec-3f8f-46d4-88a2-d4dfb713f1ba {
  margin-left: 0%;
margin-right: 0%;
min-height: 30px;
}








#s-07de43ec-3f8f-46d4-88a2-d4dfb713f1ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07de43ec-3f8f-46d4-88a2-d4dfb713f1ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-455ddd5a-53f5-4352-97f7-4bcac0328b27 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-455ddd5a-53f5-4352-97f7-4bcac0328b27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-455ddd5a-53f5-4352-97f7-4bcac0328b27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-152508ca-ecdc-414e-80e1-0255022e50f6 {
  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(243, 136, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(243, 136, 0, 1);
text-align: center;
text-decoration: none;
}
#s-152508ca-ecdc-414e-80e1-0255022e50f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-152508ca-ecdc-414e-80e1-0255022e50f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-152508ca-ecdc-414e-80e1-0255022e50f6-root {
    text-align: center;
  }


#s-152508ca-ecdc-414e-80e1-0255022e50f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-152508ca-ecdc-414e-80e1-0255022e50f6-root {
    text-align: center;
  }


#s-152508ca-ecdc-414e-80e1-0255022e50f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-152508ca-ecdc-414e-80e1-0255022e50f6-root {
    text-align: center;
  }


#s-152508ca-ecdc-414e-80e1-0255022e50f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-152508ca-ecdc-414e-80e1-0255022e50f6-root {
    text-align: center;
  }


#s-152508ca-ecdc-414e-80e1-0255022e50f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-152508ca-ecdc-414e-80e1-0255022e50f6-root {
    text-align: center;
  }


#s-152508ca-ecdc-414e-80e1-0255022e50f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}
  #s-152508ca-ecdc-414e-80e1-0255022e50f6-root {
    text-align: center;
  }


#s-152508ca-ecdc-414e-80e1-0255022e50f6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}

#s-03768c24-1f8a-4dc5-8e7e-ea8c6e352d84 {
  min-height: 5px;
}








#s-03768c24-1f8a-4dc5-8e7e-ea8c6e352d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03768c24-1f8a-4dc5-8e7e-ea8c6e352d84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbe4f820-e27e-423c-a455-d38ee609e75c {
  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(243, 136, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(243, 136, 0, 1);
text-align: center;
text-decoration: none;
}
#s-bbe4f820-e27e-423c-a455-d38ee609e75c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bbe4f820-e27e-423c-a455-d38ee609e75c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bbe4f820-e27e-423c-a455-d38ee609e75c-root {
    text-align: center;
  }


#s-bbe4f820-e27e-423c-a455-d38ee609e75c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-bbe4f820-e27e-423c-a455-d38ee609e75c-root {
    text-align: center;
  }


#s-bbe4f820-e27e-423c-a455-d38ee609e75c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bbe4f820-e27e-423c-a455-d38ee609e75c-root {
    text-align: center;
  }


#s-bbe4f820-e27e-423c-a455-d38ee609e75c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bbe4f820-e27e-423c-a455-d38ee609e75c-root {
    text-align: center;
  }


#s-bbe4f820-e27e-423c-a455-d38ee609e75c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-bbe4f820-e27e-423c-a455-d38ee609e75c-root {
    text-align: center;
  }


#s-bbe4f820-e27e-423c-a455-d38ee609e75c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}
  #s-bbe4f820-e27e-423c-a455-d38ee609e75c-root {
    text-align: center;
  }


#s-bbe4f820-e27e-423c-a455-d38ee609e75c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}

#s-49518a1f-d54a-4937-9c4a-f2dbf06251bd {
  min-height: 5px;
}








#s-49518a1f-d54a-4937-9c4a-f2dbf06251bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49518a1f-d54a-4937-9c4a-f2dbf06251bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(243, 136, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d78424c9-ddff-4d7f-ac55-663a0a2c8181-root {
    text-align: center;
  }


#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d78424c9-ddff-4d7f-ac55-663a0a2c8181-root {
    text-align: center;
  }


#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d78424c9-ddff-4d7f-ac55-663a0a2c8181-root {
    text-align: center;
  }


#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d78424c9-ddff-4d7f-ac55-663a0a2c8181-root {
    text-align: center;
  }


#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d78424c9-ddff-4d7f-ac55-663a0a2c8181-root {
    text-align: center;
  }


#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}
  #s-d78424c9-ddff-4d7f-ac55-663a0a2c8181-root {
    text-align: center;
  }


#s-d78424c9-ddff-4d7f-ac55-663a0a2c8181.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}

#s-de50e495-a895-4a8b-8c26-0a3ad9c86ccd {
  min-height: 5px;
}








#s-de50e495-a895-4a8b-8c26-0a3ad9c86ccd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de50e495-a895-4a8b-8c26-0a3ad9c86ccd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(243, 136, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf-root {
    text-align: center;
  }


#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf-root {
    text-align: center;
  }


#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf-root {
    text-align: center;
  }


#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf-root {
    text-align: center;
  }


#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf-root {
    text-align: center;
  }


#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}
  #s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf-root {
    text-align: center;
  }


#s-3d538ec8-2a0f-4afc-80e2-a89c331db6bf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}

#s-a0af63a1-9dd2-464e-9ab1-011928a19e88 {
  min-height: 5px;
}








#s-a0af63a1-9dd2-464e-9ab1-011928a19e88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0af63a1-9dd2-464e-9ab1-011928a19e88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b941cbdd-a85f-4413-b2db-0c66255dc625 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(243, 136, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b941cbdd-a85f-4413-b2db-0c66255dc625:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b941cbdd-a85f-4413-b2db-0c66255dc625:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b941cbdd-a85f-4413-b2db-0c66255dc625-root {
    text-align: center;
  }


#s-b941cbdd-a85f-4413-b2db-0c66255dc625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b941cbdd-a85f-4413-b2db-0c66255dc625-root {
    text-align: center;
  }


#s-b941cbdd-a85f-4413-b2db-0c66255dc625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b941cbdd-a85f-4413-b2db-0c66255dc625-root {
    text-align: center;
  }


#s-b941cbdd-a85f-4413-b2db-0c66255dc625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b941cbdd-a85f-4413-b2db-0c66255dc625-root {
    text-align: center;
  }


#s-b941cbdd-a85f-4413-b2db-0c66255dc625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b941cbdd-a85f-4413-b2db-0c66255dc625-root {
    text-align: center;
  }


#s-b941cbdd-a85f-4413-b2db-0c66255dc625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}
  #s-b941cbdd-a85f-4413-b2db-0c66255dc625-root {
    text-align: center;
  }


#s-b941cbdd-a85f-4413-b2db-0c66255dc625.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}

#s-031762f8-7d18-4141-959e-fc8bd2ee3e5f {
  min-height: 5px;
}








#s-031762f8-7d18-4141-959e-fc8bd2ee3e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-031762f8-7d18-4141-959e-fc8bd2ee3e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e92951a5-bbcf-4614-82c1-004145d81962 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(243, 136, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e92951a5-bbcf-4614-82c1-004145d81962:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e92951a5-bbcf-4614-82c1-004145d81962:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e92951a5-bbcf-4614-82c1-004145d81962-root {
    text-align: center;
  }


#s-e92951a5-bbcf-4614-82c1-004145d81962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e92951a5-bbcf-4614-82c1-004145d81962-root {
    text-align: center;
  }


#s-e92951a5-bbcf-4614-82c1-004145d81962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e92951a5-bbcf-4614-82c1-004145d81962-root {
    text-align: center;
  }


#s-e92951a5-bbcf-4614-82c1-004145d81962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e92951a5-bbcf-4614-82c1-004145d81962-root {
    text-align: center;
  }


#s-e92951a5-bbcf-4614-82c1-004145d81962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e92951a5-bbcf-4614-82c1-004145d81962-root {
    text-align: center;
  }


#s-e92951a5-bbcf-4614-82c1-004145d81962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}
  #s-e92951a5-bbcf-4614-82c1-004145d81962-root {
    text-align: center;
  }


#s-e92951a5-bbcf-4614-82c1-004145d81962.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}

#s-1724a3b7-71fd-4013-bcd4-eb17f6a445ed {
  min-height: 5px;
}








#s-1724a3b7-71fd-4013-bcd4-eb17f6a445ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1724a3b7-71fd-4013-bcd4-eb17f6a445ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 10px;
background-color: rgba(243, 136, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac-root {
    text-align: center;
  }


#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac-root {
    text-align: center;
  }


#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac-root {
    text-align: center;
  }


#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac-root {
    text-align: center;
  }


#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac-root {
    text-align: center;
  }


#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}
}
  #s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac-root {
    text-align: center;
  }


#s-b796c2dc-b87e-4fe3-a0ba-7ed3a12481ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  
  font-family: Noto Sans;
  display:  block ;
}

#s-eaa79ba7-9416-431a-b4bc-654568d959fc {
  margin-top: 200px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-eaa79ba7-9416-431a-b4bc-654568d959fc .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b9999f6a-85c2-4dbc-ae08-508b6c03481e {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b9999f6a-85c2-4dbc-ae08-508b6c03481e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9999f6a-85c2-4dbc-ae08-508b6c03481e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d04e7ef-0497-493f-a7dd-eb21c0c341c4 {
  min-height: 50px;
}








#s-9d04e7ef-0497-493f-a7dd-eb21c0c341c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d04e7ef-0497-493f-a7dd-eb21c0c341c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d1d9290-9083-4fba-aa2d-ca8fc79c6abc {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-9d1d9290-9083-4fba-aa2d-ca8fc79c6abc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d1d9290-9083-4fba-aa2d-ca8fc79c6abc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9d1d9290-9083-4fba-aa2d-ca8fc79c6abc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d1d9290-9083-4fba-aa2d-ca8fc79c6abc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8afee4db-e979-4b5b-95c7-4620f1e2f5d4 {
  text-align: center;
}







  #s-8afee4db-e979-4b5b-95c7-4620f1e2f5d4 img.shogun-image {
    

    
    
    
  }


#s-8afee4db-e979-4b5b-95c7-4620f1e2f5d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f76d04ed-5eb9-4e68-8c92-6c5feeb2fc99 {
  margin-left: 5%;
margin-right: 5%;
}

#s-2f089ada-8472-40cc-9ebf-73607d595566 {
  min-height: 50px;
}








#s-2f089ada-8472-40cc-9ebf-73607d595566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f089ada-8472-40cc-9ebf-73607d595566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80eb5a0e-f9fa-4345-afe3-246c7e370aa5 {
  text-align: center;
}







  #s-80eb5a0e-f9fa-4345-afe3-246c7e370aa5 img.shogun-image {
    

    
    
    
  }


#s-80eb5a0e-f9fa-4345-afe3-246c7e370aa5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9264def-4138-4c71-8c08-98035099ddaa {
  margin-left: 5%;
margin-right: 5%;
}

#s-07abf1c4-7f38-4bce-b997-f4bfedaee5fa {
  min-height: 50px;
}








#s-07abf1c4-7f38-4bce-b997-f4bfedaee5fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07abf1c4-7f38-4bce-b997-f4bfedaee5fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9265557-7730-46b3-9fe6-9d431b0a5811 {
  text-align: center;
}







  #s-e9265557-7730-46b3-9fe6-9d431b0a5811 img.shogun-image {
    

    
    
    
  }


#s-e9265557-7730-46b3-9fe6-9d431b0a5811 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c85277f-8b7a-4937-af56-3b797f1fb166 {
  margin-left: 5%;
margin-right: 5%;
}

#s-978e4171-b79a-4e2e-8804-b45dea6f1523 {
  min-height: 50px;
}








#s-978e4171-b79a-4e2e-8804-b45dea6f1523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-978e4171-b79a-4e2e-8804-b45dea6f1523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d528e87-3e3a-4ef3-8797-79bbc45afe19 {
  text-align: center;
}







  #s-0d528e87-3e3a-4ef3-8797-79bbc45afe19 img.shogun-image {
    

    
    
    
  }


#s-0d528e87-3e3a-4ef3-8797-79bbc45afe19 .shogun-image-content {
  
    align-items: center;
  
}

#s-38b7e24e-749e-4f59-945b-c08d0038a3a2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-96806b04-5caa-4d77-9df2-3b96a336467f {
  min-height: 50px;
}








#s-96806b04-5caa-4d77-9df2-3b96a336467f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96806b04-5caa-4d77-9df2-3b96a336467f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cbaa6b79-77e9-4e43-81d5-20ae1a74d53a {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cbaa6b79-77e9-4e43-81d5-20ae1a74d53a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cbaa6b79-77e9-4e43-81d5-20ae1a74d53a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cbaa6b79-77e9-4e43-81d5-20ae1a74d53a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cbaa6b79-77e9-4e43-81d5-20ae1a74d53a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-517d4b03-602e-4bad-846b-738b14f902b3 {
  text-align: center;
}







  #s-517d4b03-602e-4bad-846b-738b14f902b3 img.shogun-image {
    

    
    
    
  }


#s-517d4b03-602e-4bad-846b-738b14f902b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-596d5aed-5938-45b5-b1c3-52b7d7394ded {
  margin-left: 5%;
margin-right: 5%;
}

#s-8c8fddcf-3ecf-4569-a61e-b8e4433b3476 {
  min-height: 50px;
}








#s-8c8fddcf-3ecf-4569-a61e-b8e4433b3476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c8fddcf-3ecf-4569-a61e-b8e4433b3476.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cca75e5f-aa30-4eec-9f97-53820de63ad2 {
  text-align: center;
}







  #s-cca75e5f-aa30-4eec-9f97-53820de63ad2 img.shogun-image {
    

    
    
    
  }


#s-cca75e5f-aa30-4eec-9f97-53820de63ad2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6707af7-63a8-44ee-917f-d57ef5c6f9bc {
  margin-left: 5%;
margin-right: 5%;
}

#s-3f706bc4-a4b4-49b8-8faa-8316ac06612e {
  min-height: 50px;
}








#s-3f706bc4-a4b4-49b8-8faa-8316ac06612e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f706bc4-a4b4-49b8-8faa-8316ac06612e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-660c06ce-6eae-4ce7-859e-af80ad55a918 {
  min-height: 50px;
max-width: 500px;
}








#s-660c06ce-6eae-4ce7-859e-af80ad55a918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-660c06ce-6eae-4ce7-859e-af80ad55a918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9f50f77-852c-45df-9e62-daa880bc1c26 {
  text-align: center;
}







  #s-a9f50f77-852c-45df-9e62-daa880bc1c26 img.shogun-image {
    

    
    
    
  }


#s-a9f50f77-852c-45df-9e62-daa880bc1c26 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5d4fc38-904b-4a63-bf32-62ddc37b6c0f {
  margin-left: 5%;
margin-right: 5%;
}

#s-b904a7ee-92cb-4f8d-84c4-0288fa4e7636 {
  min-height: 50px;
}








#s-b904a7ee-92cb-4f8d-84c4-0288fa4e7636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b904a7ee-92cb-4f8d-84c4-0288fa4e7636.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5388b19-9912-477e-8690-eb33994eb1ce {
  text-align: center;
}







  #s-b5388b19-9912-477e-8690-eb33994eb1ce img.shogun-image {
    

    
    
    
  }


#s-b5388b19-9912-477e-8690-eb33994eb1ce .shogun-image-content {
  
    align-items: center;
  
}

#s-aa974673-32b2-4cd0-91f0-a2d62fb876ce {
  margin-left: 5%;
margin-right: 5%;
}

#s-1fbb4594-7526-480b-9439-60f33ab93548 {
  min-height: 50px;
}








#s-1fbb4594-7526-480b-9439-60f33ab93548 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fbb4594-7526-480b-9439-60f33ab93548.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-33b614a0-738a-4df5-9945-7ea267ad9f6e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-33b614a0-738a-4df5-9945-7ea267ad9f6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-33b614a0-738a-4df5-9945-7ea267ad9f6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-33b614a0-738a-4df5-9945-7ea267ad9f6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-eb6c3cd8-a1bf-4c35-b359-9f33f498a77c {
  text-align: center;
}







  #s-eb6c3cd8-a1bf-4c35-b359-9f33f498a77c img.shogun-image {
    

    
    
    
  }


#s-eb6c3cd8-a1bf-4c35-b359-9f33f498a77c .shogun-image-content {
  
    align-items: center;
  
}

#s-945209e5-60b6-4aa5-ba7a-7e32f201afcd {
  margin-left: 5%;
margin-right: 5%;
}

#s-5a62ecf3-0c4d-48aa-89f0-c292eb7f8851 {
  min-height: 50px;
}








#s-5a62ecf3-0c4d-48aa-89f0-c292eb7f8851 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a62ecf3-0c4d-48aa-89f0-c292eb7f8851.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6be5839e-d039-48da-85ac-ee815bb7e49e {
  text-align: center;
}







  #s-6be5839e-d039-48da-85ac-ee815bb7e49e img.shogun-image {
    

    
    
    
  }


#s-6be5839e-d039-48da-85ac-ee815bb7e49e .shogun-image-content {
  
    align-items: center;
  
}

#s-e2c60c44-255e-4fd5-af9b-4937ada869e1 {
  margin-left: 5%;
margin-right: 5%;
}

#s-5bc78230-f24a-495e-8d06-c0865e2c0b70 {
  min-height: 50px;
}








#s-5bc78230-f24a-495e-8d06-c0865e2c0b70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bc78230-f24a-495e-8d06-c0865e2c0b70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5137e469-8afd-461a-8e7f-e170a96c7766 {
  text-align: center;
}







  #s-5137e469-8afd-461a-8e7f-e170a96c7766 img.shogun-image {
    

    
    
    
  }


#s-5137e469-8afd-461a-8e7f-e170a96c7766 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc09cd20-74af-416a-ba93-85dab91e05e0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-38084714-16f7-49f0-b3ab-e1aefba836d3 {
  min-height: 50px;
}








#s-38084714-16f7-49f0-b3ab-e1aefba836d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38084714-16f7-49f0-b3ab-e1aefba836d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28360bd6-73bb-40aa-a71a-b0c35540444c {
  text-align: center;
}







  #s-28360bd6-73bb-40aa-a71a-b0c35540444c img.shogun-image {
    

    
    
    
  }


#s-28360bd6-73bb-40aa-a71a-b0c35540444c .shogun-image-content {
  
    align-items: center;
  
}

#s-c1eb223d-cf1b-4c4a-aef0-8807f6bd8bce {
  margin-left: 5%;
margin-right: 5%;
}

#s-d0ce66fb-48d8-4a01-a15b-141fa368c9ad {
  min-height: 50px;
}








#s-d0ce66fb-48d8-4a01-a15b-141fa368c9ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0ce66fb-48d8-4a01-a15b-141fa368c9ad.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-3a885765-efed-419c-9fc0-8b416ebd710e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3a885765-efed-419c-9fc0-8b416ebd710e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3a885765-efed-419c-9fc0-8b416ebd710e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a885765-efed-419c-9fc0-8b416ebd710e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-56b1a7ab-2869-4f70-bce0-9dc8d9ab1698 {
  text-align: center;
}







  #s-56b1a7ab-2869-4f70-bce0-9dc8d9ab1698 img.shogun-image {
    

    
    
    
  }


#s-56b1a7ab-2869-4f70-bce0-9dc8d9ab1698 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bd86109-b502-4a9b-ac87-dbeef003a338 {
  margin-left: 5%;
margin-right: 5%;
}

#s-bd62bd62-14ff-4edf-8510-8066a6f37f4a {
  min-height: 50px;
}








#s-bd62bd62-14ff-4edf-8510-8066a6f37f4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd62bd62-14ff-4edf-8510-8066a6f37f4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d833919-7862-4639-aaed-6f32f1e8019f {
  text-align: center;
}







  #s-7d833919-7862-4639-aaed-6f32f1e8019f img.shogun-image {
    

    
    
    
  }


#s-7d833919-7862-4639-aaed-6f32f1e8019f .shogun-image-content {
  
    align-items: center;
  
}

#s-5d48120d-edd0-429a-8605-0fd53ec99a9d {
  margin-left: 5%;
margin-right: 5%;
}

#s-99264298-f960-4d4b-8654-d43824e25f4f {
  min-height: 50px;
}








#s-99264298-f960-4d4b-8654-d43824e25f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99264298-f960-4d4b-8654-d43824e25f4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d2b9cdf-8d3a-465f-9fa1-9df2ee61ea48 {
  text-align: center;
}







  #s-1d2b9cdf-8d3a-465f-9fa1-9df2ee61ea48 img.shogun-image {
    

    
    
    
  }


#s-1d2b9cdf-8d3a-465f-9fa1-9df2ee61ea48 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4ee6839-2f5d-44c2-a963-29ccbf55dbae {
  margin-left: 5%;
margin-right: 5%;
}

#s-6513d4d0-9033-43df-a54a-b2200e15851e {
  min-height: 50px;
}








#s-6513d4d0-9033-43df-a54a-b2200e15851e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6513d4d0-9033-43df-a54a-b2200e15851e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7a11b14-4550-43dc-8af1-3878c46d0457 {
  text-align: center;
}







  #s-b7a11b14-4550-43dc-8af1-3878c46d0457 img.shogun-image {
    

    
    
    
  }


#s-b7a11b14-4550-43dc-8af1-3878c46d0457 .shogun-image-content {
  
    align-items: center;
  
}

#s-51ed0a92-6503-45ab-b602-7a7c9d24adf4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-36235a38-dbd4-415b-b918-165d50f3b364 {
  min-height: 50px;
}








#s-36235a38-dbd4-415b-b918-165d50f3b364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36235a38-dbd4-415b-b918-165d50f3b364.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-cb2a62b8-041e-41e2-83dd-d2d773fdf0e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cb2a62b8-041e-41e2-83dd-d2d773fdf0e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cb2a62b8-041e-41e2-83dd-d2d773fdf0e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cb2a62b8-041e-41e2-83dd-d2d773fdf0e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-996c018f-acb9-43fc-b742-fde465cbad8b {
  text-align: center;
}







  #s-996c018f-acb9-43fc-b742-fde465cbad8b img.shogun-image {
    

    
    
    
  }


#s-996c018f-acb9-43fc-b742-fde465cbad8b .shogun-image-content {
  
    align-items: center;
  
}

#s-bc8a7cc6-c788-4b5c-b4f7-5d386b09cd7a {
  margin-left: 5%;
margin-right: 5%;
}

#s-f64ce221-2c91-4f40-ae50-5b1b64edb06f {
  min-height: 50px;
}








#s-f64ce221-2c91-4f40-ae50-5b1b64edb06f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f64ce221-2c91-4f40-ae50-5b1b64edb06f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae303a34-20ba-4769-b12e-e3f3662cb78a {
  text-align: center;
}







  #s-ae303a34-20ba-4769-b12e-e3f3662cb78a img.shogun-image {
    

    
    
    
  }


#s-ae303a34-20ba-4769-b12e-e3f3662cb78a .shogun-image-content {
  
    align-items: center;
  
}

#s-69124038-2531-43fb-a92c-bf0ffa5c4847 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7178b7ff-3acb-4e33-9639-a203f5aa3bdc {
  min-height: 50px;
}








#s-7178b7ff-3acb-4e33-9639-a203f5aa3bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7178b7ff-3acb-4e33-9639-a203f5aa3bdc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c624b532-23dd-4318-92de-67e4178b870c {
  text-align: center;
}







  #s-c624b532-23dd-4318-92de-67e4178b870c img.shogun-image {
    

    
    
    
  }


#s-c624b532-23dd-4318-92de-67e4178b870c .shogun-image-content {
  
    align-items: center;
  
}

#s-47705dc4-0915-4f82-a8a2-1d42d4d1bedf {
  margin-left: 5%;
margin-right: 5%;
}

#s-f3dcb88b-a390-436c-abd7-eb841ef87a5a {
  min-height: 50px;
}








#s-f3dcb88b-a390-436c-abd7-eb841ef87a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3dcb88b-a390-436c-abd7-eb841ef87a5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c435b86-ea8e-47a9-a3a9-1a85e5c21e55 {
  text-align: center;
}







  #s-2c435b86-ea8e-47a9-a3a9-1a85e5c21e55 img.shogun-image {
    

    
    
    
  }


#s-2c435b86-ea8e-47a9-a3a9-1a85e5c21e55 .shogun-image-content {
  
    align-items: center;
  
}

#s-d61b3e21-c706-4e60-895b-d9eb10986816 {
  margin-left: 5%;
margin-right: 5%;
}

#s-1df252fe-dbbe-4146-946d-62911ba69d40 {
  min-height: 50px;
}








#s-1df252fe-dbbe-4146-946d-62911ba69d40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df252fe-dbbe-4146-946d-62911ba69d40.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-72801390-4692-47f1-9247-7c93176b35c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-72801390-4692-47f1-9247-7c93176b35c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-72801390-4692-47f1-9247-7c93176b35c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-72801390-4692-47f1-9247-7c93176b35c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cd5670f0-a875-4046-8eb8-c3f336d00fba {
  text-align: center;
}







  #s-cd5670f0-a875-4046-8eb8-c3f336d00fba img.shogun-image {
    

    
    
    
  }


#s-cd5670f0-a875-4046-8eb8-c3f336d00fba .shogun-image-content {
  
    align-items: center;
  
}

#s-879c68a3-81d5-4c0c-a19d-961c4e14bc4e {
  margin-left: 5%;
margin-right: 5%;
}

#s-0a65a13e-cf98-4d12-a7aa-c891080f9f45 {
  min-height: 50px;
}








#s-0a65a13e-cf98-4d12-a7aa-c891080f9f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a65a13e-cf98-4d12-a7aa-c891080f9f45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c81442dc-6036-47c2-8670-9c67232aaf3f {
  text-align: center;
}







  #s-c81442dc-6036-47c2-8670-9c67232aaf3f img.shogun-image {
    

    
    
    
  }


#s-c81442dc-6036-47c2-8670-9c67232aaf3f .shogun-image-content {
  
    align-items: center;
  
}

#s-e7876403-3b9f-4551-bba4-85849a1d695b {
  margin-left: 5%;
margin-right: 5%;
}

#s-ffa968f9-fb2c-41ce-9cf0-b83fa784208c {
  min-height: 50px;
}








#s-ffa968f9-fb2c-41ce-9cf0-b83fa784208c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa968f9-fb2c-41ce-9cf0-b83fa784208c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb21217d-1a60-452e-b883-32a810f8fee7 {
  text-align: center;
}







  #s-fb21217d-1a60-452e-b883-32a810f8fee7 img.shogun-image {
    

    
    
    
  }


#s-fb21217d-1a60-452e-b883-32a810f8fee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1aeac8-9c50-4477-b644-d241af3149c5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-55826ad5-f605-4348-856a-6ab69e0fd2a7 {
  min-height: 50px;
}








#s-55826ad5-f605-4348-856a-6ab69e0fd2a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55826ad5-f605-4348-856a-6ab69e0fd2a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23d5434e-64ff-4196-b6f3-506927c1b07b {
  text-align: center;
}







  #s-23d5434e-64ff-4196-b6f3-506927c1b07b img.shogun-image {
    

    
    
    
  }


#s-23d5434e-64ff-4196-b6f3-506927c1b07b .shogun-image-content {
  
    align-items: center;
  
}

#s-04432221-3dcf-4db4-a54f-9497a408b7cb {
  margin-left: 5%;
margin-right: 5%;
}

#s-8059bede-2a7c-4ff6-8de2-038f8a7b5dc4 {
  min-height: 50px;
}








#s-8059bede-2a7c-4ff6-8de2-038f8a7b5dc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8059bede-2a7c-4ff6-8de2-038f8a7b5dc4.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-abec5e63-6b54-44f7-9ad4-dd149471dd78"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-abec5e63-6b54-44f7-9ad4-dd149471dd78"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-abec5e63-6b54-44f7-9ad4-dd149471dd78"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-abec5e63-6b54-44f7-9ad4-dd149471dd78"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2cc57588-3dfb-4fa4-ad2a-a5f12a081c16 {
  text-align: center;
}







  #s-2cc57588-3dfb-4fa4-ad2a-a5f12a081c16 img.shogun-image {
    

    
    
    
  }


#s-2cc57588-3dfb-4fa4-ad2a-a5f12a081c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-f806b3dd-181e-44fb-b3b7-cdf39c724e75 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ffc8eeb4-63dd-4969-8592-ff68b01fefa5 {
  min-height: 50px;
}








#s-ffc8eeb4-63dd-4969-8592-ff68b01fefa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc8eeb4-63dd-4969-8592-ff68b01fefa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-26209f3a-4a85-48bc-a82a-5a95ba103fec {
  text-align: center;
}







  img.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
    
    
  }


.s-26209f3a-4a85-48bc-a82a-5a95ba103fec .shogun-image-content {
  
    align-items: center;
  
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
    
    
  }


.s-26209f3a-4a85-48bc-a82a-5a95ba103fec .shogun-image-content {
  
    align-items: center;
  
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
  box-sizing: border-box;
}



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





  img.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
    
    
  }


.s-26209f3a-4a85-48bc-a82a-5a95ba103fec .shogun-image-content {
  
    align-items: center;
  
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
  box-sizing: border-box;
}



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





  img.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
    
    
  }


.s-26209f3a-4a85-48bc-a82a-5a95ba103fec .shogun-image-content {
  
    align-items: center;
  
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
  box-sizing: border-box;
}



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





  img.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
    
    
  }


.s-26209f3a-4a85-48bc-a82a-5a95ba103fec .shogun-image-content {
  
    align-items: center;
  
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26209f3a-4a85-48bc-a82a-5a95ba103fec.shogun-image {
  box-sizing: border-box;
}



}
#s-2ef4cc9c-5c92-4173-9e45-60b7f8d4603c {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-b165d174-d830-4297-878f-1929830841a8 {
  min-height: 50px;
}








#s-b165d174-d830-4297-878f-1929830841a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b165d174-d830-4297-878f-1929830841a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
  max-width: 1000px;
aspect-ratio: 1000/221;
text-align: center;
}





  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image,
  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
    width: 100%;
    height: auto;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
    
    
  }


.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shogun-image-content {
  
    align-items: center;
  
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
      --shg-aspect-ratio: calc(1000/221); 
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
      position: relative;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image,
  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
    width: 100%;
    height: auto;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
    
    
  }


.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shogun-image-content {
  
    align-items: center;
  
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
      --shg-aspect-ratio: calc(1000/221); 
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
      position: relative;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image,
  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
    width: 100%;
    height: auto;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
    
    
  }


.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shogun-image-content {
  
    align-items: center;
  
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
      --shg-aspect-ratio: calc(1000/221); 
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
      position: relative;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image,
  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
    width: 100%;
    height: auto;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
    
    
  }


.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shogun-image-content {
  
    align-items: center;
  
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
      --shg-aspect-ratio: calc(1000/221); 
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
      position: relative;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image,
  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
    width: 100%;
    height: auto;
  }

  #s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
    
    
  }


.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e .shogun-image-content {
  
    align-items: center;
  
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e {
      --shg-aspect-ratio: calc(1000/221); 
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container {
      position: relative;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22b0c9f1-296d-4cf4-ae5b-8ca28352a23e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ebb63c68-0a4a-4d83-b8c1-2cb3efc7a7e8 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-fd2a6a50-913e-4a0c-9dc2-1612a2510457 {
  min-height: 50px;
}








#s-fd2a6a50-913e-4a0c-9dc2-1612a2510457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd2a6a50-913e-4a0c-9dc2-1612a2510457.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2952e292-2c72-4cad-b4c6-46ece09f45f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-2952e292-2c72-4cad-b4c6-46ece09f45f4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1158e4c1-3fbf-4c24-a8d0-ecb152098a62 {
  padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1158e4c1-3fbf-4c24-a8d0-ecb152098a62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1158e4c1-3fbf-4c24-a8d0-ecb152098a62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b20b7111-b2b7-40a9-b524-8abff6bc3bd6 {
  min-height: 50px;
}








#s-b20b7111-b2b7-40a9-b524-8abff6bc3bd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b20b7111-b2b7-40a9-b524-8abff6bc3bd6.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-bcd23feb-60cc-467c-9713-93e584a98757"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bcd23feb-60cc-467c-9713-93e584a98757"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bcd23feb-60cc-467c-9713-93e584a98757"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bcd23feb-60cc-467c-9713-93e584a98757"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-122d299b-541d-4dde-aaf9-c4b1951bfec8 {
  text-align: center;
}







  #s-122d299b-541d-4dde-aaf9-c4b1951bfec8 img.shogun-image {
    

    
    
    
  }


#s-122d299b-541d-4dde-aaf9-c4b1951bfec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-08b983b0-b356-4b97-8752-8daaa9269373 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0fb1ed23-be7a-4378-913f-6376dbab2275 {
  min-height: 50px;
}








#s-0fb1ed23-be7a-4378-913f-6376dbab2275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb1ed23-be7a-4378-913f-6376dbab2275.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b38d61d2-bcf4-4537-91f4-53616e362017 {
  min-height: 50px;
}








#s-b38d61d2-bcf4-4537-91f4-53616e362017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b38d61d2-bcf4-4537-91f4-53616e362017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34dc1a7a-c200-43af-b1c0-7213c6d98635 {
  max-width: 1000px;
aspect-ratio: 1000/222;
text-align: center;
}





  #s-34dc1a7a-c200-43af-b1c0-7213c6d98635 img.shogun-image,
  #s-34dc1a7a-c200-43af-b1c0-7213c6d98635 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34dc1a7a-c200-43af-b1c0-7213c6d98635 {
    width: 100%;
    height: auto;
  }



  #s-34dc1a7a-c200-43af-b1c0-7213c6d98635 img.shogun-image {
    

    
    
    
  }


#s-34dc1a7a-c200-43af-b1c0-7213c6d98635 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e34799e-9ae9-4725-b4a5-eb2148383dd4 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-987349c8-84ea-4c54-8d9f-8e18f19116c2 {
  min-height: 50px;
}








#s-987349c8-84ea-4c54-8d9f-8e18f19116c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-987349c8-84ea-4c54-8d9f-8e18f19116c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5e559fa-6122-4d74-b0c8-75eac269cc28 {
  min-height: 50px;
}








#s-e5e559fa-6122-4d74-b0c8-75eac269cc28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e559fa-6122-4d74-b0c8-75eac269cc28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7d8abce-16fb-4330-81a9-539fa035eadb {
  min-height: 50px;
}








#s-f7d8abce-16fb-4330-81a9-539fa035eadb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d8abce-16fb-4330-81a9-539fa035eadb.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-50103ee4-a3af-49bb-8111-a04b7c990877"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-50103ee4-a3af-49bb-8111-a04b7c990877"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-50103ee4-a3af-49bb-8111-a04b7c990877"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-50103ee4-a3af-49bb-8111-a04b7c990877"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8e87f193-81c6-401d-876f-f9062812325a {
  text-align: center;
}







  #s-8e87f193-81c6-401d-876f-f9062812325a img.shogun-image {
    

    
    
    
  }


#s-8e87f193-81c6-401d-876f-f9062812325a .shogun-image-content {
  
    align-items: center;
  
}

#s-ba8934ed-d5ae-40d7-8d23-4345219fcc23 {
  margin-left: 5%;
margin-right: 5%;
}

#s-203812ab-f960-4ab1-9a07-ffeead687c14 {
  min-height: 50px;
}








#s-203812ab-f960-4ab1-9a07-ffeead687c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-203812ab-f960-4ab1-9a07-ffeead687c14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-570bc080-4d11-47d1-9a53-88891810ed2b {
  text-align: center;
}







  #s-570bc080-4d11-47d1-9a53-88891810ed2b img.shogun-image {
    

    
    
    
  }


#s-570bc080-4d11-47d1-9a53-88891810ed2b .shogun-image-content {
  
    align-items: center;
  
}

#s-ab91c4d4-039b-4bd3-abe0-59e0b92de3f3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-e41d1ec6-e971-42e2-b774-2217bb1f89c2 {
  min-height: 50px;
}








#s-e41d1ec6-e971-42e2-b774-2217bb1f89c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e41d1ec6-e971-42e2-b774-2217bb1f89c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7a7c89b-d628-44db-a3b1-cb0753b6dda4 {
  text-align: center;
}







  #s-c7a7c89b-d628-44db-a3b1-cb0753b6dda4 img.shogun-image {
    

    
    
    
  }


#s-c7a7c89b-d628-44db-a3b1-cb0753b6dda4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab9645b8-9673-4453-a6a8-535e123ae457 {
  margin-left: 5%;
margin-right: 5%;
}

#s-8dc3b5b5-00d7-424a-b03f-f79a5629d1f1 {
  min-height: 50px;
}








#s-8dc3b5b5-00d7-424a-b03f-f79a5629d1f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dc3b5b5-00d7-424a-b03f-f79a5629d1f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e1245ec-cd02-4663-88eb-705d0e4c415d {
  text-align: center;
}







  #s-0e1245ec-cd02-4663-88eb-705d0e4c415d img.shogun-image {
    

    
    
    
  }


#s-0e1245ec-cd02-4663-88eb-705d0e4c415d .shogun-image-content {
  
    align-items: center;
  
}

#s-cea73e72-fe87-4aad-b81e-6f63012a895e {
  margin-left: 5%;
margin-right: 5%;
}

#s-8863ba6d-057b-444d-b78c-f6e6e310c3b9 {
  min-height: 50px;
}








#s-8863ba6d-057b-444d-b78c-f6e6e310c3b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8863ba6d-057b-444d-b78c-f6e6e310c3b9.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-1b15ba68-bb04-4db3-b189-6a732304c1f5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1b15ba68-bb04-4db3-b189-6a732304c1f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1b15ba68-bb04-4db3-b189-6a732304c1f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1b15ba68-bb04-4db3-b189-6a732304c1f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b1993bc0-c6ef-49c4-a09e-142fe485cd5b {
  text-align: center;
}







  #s-b1993bc0-c6ef-49c4-a09e-142fe485cd5b img.shogun-image {
    

    
    
    
  }


#s-b1993bc0-c6ef-49c4-a09e-142fe485cd5b .shogun-image-content {
  
    align-items: center;
  
}

#s-2a5646b9-eaf2-4a6b-9ca4-86fbf1b1c601 {
  margin-left: 5%;
margin-right: 5%;
}

#s-4391fb79-09b1-4bd7-acec-741c7ed8c429 {
  min-height: 50px;
}








#s-4391fb79-09b1-4bd7-acec-741c7ed8c429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4391fb79-09b1-4bd7-acec-741c7ed8c429.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62c7340b-d10f-41d9-b1ff-290e76c9c7a7 {
  text-align: center;
}







  #s-62c7340b-d10f-41d9-b1ff-290e76c9c7a7 img.shogun-image {
    

    
    
    
  }


#s-62c7340b-d10f-41d9-b1ff-290e76c9c7a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3b73e32-5bca-4910-965f-232f3875a944 {
  margin-left: 5%;
margin-right: 5%;
}

#s-c018f67b-2749-48a4-a943-fd8d69acef35 {
  min-height: 50px;
}








#s-c018f67b-2749-48a4-a943-fd8d69acef35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c018f67b-2749-48a4-a943-fd8d69acef35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03caf341-f53e-4fcb-9cd0-320627a4e65a {
  text-align: center;
}







  #s-03caf341-f53e-4fcb-9cd0-320627a4e65a img.shogun-image {
    

    
    
    
  }


#s-03caf341-f53e-4fcb-9cd0-320627a4e65a .shogun-image-content {
  
    align-items: center;
  
}

#s-943e5689-1966-4904-b507-3b73ac313422 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7a640983-130e-4bef-8a23-9254bdbc50bf {
  min-height: 50px;
}








#s-7a640983-130e-4bef-8a23-9254bdbc50bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a640983-130e-4bef-8a23-9254bdbc50bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f667989e-f4a3-4bc4-853e-d2ecc51c1d92 {
  text-align: center;
}







  #s-f667989e-f4a3-4bc4-853e-d2ecc51c1d92 img.shogun-image {
    

    
    
    
  }


#s-f667989e-f4a3-4bc4-853e-d2ecc51c1d92 .shogun-image-content {
  
    align-items: center;
  
}

#s-124b90be-fd40-4c8f-9e42-f490064126f3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d92743a9-7cfb-4aed-bf54-633e5b3eb703 {
  min-height: 50px;
}








#s-d92743a9-7cfb-4aed-bf54-633e5b3eb703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d92743a9-7cfb-4aed-bf54-633e5b3eb703.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-c44b7172-392f-4ef3-abe0-ebcb66c74383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c44b7172-392f-4ef3-abe0-ebcb66c74383"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c44b7172-392f-4ef3-abe0-ebcb66c74383"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c44b7172-392f-4ef3-abe0-ebcb66c74383"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f4710a34-c349-42ed-87b9-53265df2435a {
  text-align: center;
}







  #s-f4710a34-c349-42ed-87b9-53265df2435a img.shogun-image {
    

    
    
    
  }


#s-f4710a34-c349-42ed-87b9-53265df2435a .shogun-image-content {
  
    align-items: center;
  
}

#s-ca891ca4-9cd1-4ac3-b355-c29fe9b2bec5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7bf39244-7c1a-4643-b399-e69be42ee15a {
  min-height: 50px;
}








#s-7bf39244-7c1a-4643-b399-e69be42ee15a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bf39244-7c1a-4643-b399-e69be42ee15a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dd3c066-4f53-444a-bea5-a1496155ebad {
  text-align: center;
}







  #s-7dd3c066-4f53-444a-bea5-a1496155ebad img.shogun-image {
    

    
    
    
  }


#s-7dd3c066-4f53-444a-bea5-a1496155ebad .shogun-image-content {
  
    align-items: center;
  
}

#s-99750a8d-32c9-4071-a190-c0e116274cbc {
  margin-left: 5%;
margin-right: 5%;
}

#s-845b8eec-cd12-4633-b4d2-4c244ad21483 {
  min-height: 50px;
}








#s-845b8eec-cd12-4633-b4d2-4c244ad21483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-845b8eec-cd12-4633-b4d2-4c244ad21483.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b727f007-e568-4abc-9d8b-415df93665cc {
  text-align: center;
}







  #s-b727f007-e568-4abc-9d8b-415df93665cc img.shogun-image {
    

    
    
    
  }


#s-b727f007-e568-4abc-9d8b-415df93665cc .shogun-image-content {
  
    align-items: center;
  
}

#s-e14d7b3d-8d43-4ffd-9f80-94cb3d97c46c {
  margin-left: 5%;
margin-right: 5%;
}

#s-c5e755e3-1f9a-4254-9acd-de3c79e8986b {
  min-height: 50px;
}








#s-c5e755e3-1f9a-4254-9acd-de3c79e8986b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e755e3-1f9a-4254-9acd-de3c79e8986b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24a85ef8-9753-4f40-a997-82ac0ae392b0 {
  text-align: center;
}







  #s-24a85ef8-9753-4f40-a997-82ac0ae392b0 img.shogun-image {
    

    
    
    
  }


#s-24a85ef8-9753-4f40-a997-82ac0ae392b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ebc8cfa-4de7-44d1-8d9a-db5c51726d00 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b062ea57-70da-4e43-afda-fb70295f2603 {
  min-height: 50px;
}








#s-b062ea57-70da-4e43-afda-fb70295f2603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b062ea57-70da-4e43-afda-fb70295f2603.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-dfbe1626-c41f-4b48-8027-e2b933471c18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dfbe1626-c41f-4b48-8027-e2b933471c18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dfbe1626-c41f-4b48-8027-e2b933471c18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dfbe1626-c41f-4b48-8027-e2b933471c18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-029f30c5-6cdc-4580-b72d-12e3654fda6a {
  text-align: center;
}







  #s-029f30c5-6cdc-4580-b72d-12e3654fda6a img.shogun-image {
    

    
    
    
  }


#s-029f30c5-6cdc-4580-b72d-12e3654fda6a .shogun-image-content {
  
    align-items: center;
  
}

#s-dd6aa55d-bf51-4656-83bf-8a5a07e3f55f {
  margin-left: 5%;
margin-right: 5%;
}

#s-79631c05-f5c0-46ac-b8fb-a2aa6660d8b5 {
  min-height: 50px;
}








#s-79631c05-f5c0-46ac-b8fb-a2aa6660d8b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79631c05-f5c0-46ac-b8fb-a2aa6660d8b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daac1daf-c378-40ec-9ae6-f266dcdf76b9 {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-daac1daf-c378-40ec-9ae6-f266dcdf76b9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9bc9efd9-f64a-4f63-9330-034df1684dde {
  padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9bc9efd9-f64a-4f63-9330-034df1684dde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc9efd9-f64a-4f63-9330-034df1684dde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd96d51d-64ac-4799-a017-daf562efaee1 {
  min-height: 50px;
}








#s-cd96d51d-64ac-4799-a017-daf562efaee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd96d51d-64ac-4799-a017-daf562efaee1.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-91315241-ae82-44bf-a17d-a6b77ca24fa6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-91315241-ae82-44bf-a17d-a6b77ca24fa6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-91315241-ae82-44bf-a17d-a6b77ca24fa6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-91315241-ae82-44bf-a17d-a6b77ca24fa6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d4db8ad2-a2a8-47a0-95ef-c88593a20725 {
  padding-left: 0%;
padding-right: 0%;
max-width: 500px;
text-align: center;
}







  #s-d4db8ad2-a2a8-47a0-95ef-c88593a20725 img.shogun-image {
    

    
    
    
  }


#s-d4db8ad2-a2a8-47a0-95ef-c88593a20725 .shogun-image-content {
  
    align-items: center;
  
}

#s-76aa19f5-175e-43ee-85f9-3d572e0e3320 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-fde5a74f-4a66-4908-a91d-7000635c679d {
  min-height: 50px;
}








#s-fde5a74f-4a66-4908-a91d-7000635c679d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fde5a74f-4a66-4908-a91d-7000635c679d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c3714e9-0cab-46d3-84d1-23e0333e14a1 {
  text-align: center;
}







  #s-5c3714e9-0cab-46d3-84d1-23e0333e14a1 img.shogun-image {
    

    
    
    
  }


#s-5c3714e9-0cab-46d3-84d1-23e0333e14a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b54e4c4-64a1-4839-b959-aacd644abda2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-34d0b269-9428-40c8-8e12-29533b95d9ca {
  min-height: 50px;
}








#s-34d0b269-9428-40c8-8e12-29533b95d9ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34d0b269-9428-40c8-8e12-29533b95d9ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-030b3787-82ec-45c1-8f94-bef428363df9 {
  text-align: center;
}







  #s-030b3787-82ec-45c1-8f94-bef428363df9 img.shogun-image {
    

    
    
    
  }


#s-030b3787-82ec-45c1-8f94-bef428363df9 .shogun-image-content {
  
    align-items: center;
  
}

#s-75bd4474-0b36-4f83-83cf-5c9a99380e09 {
  margin-left: 5%;
margin-right: 5%;
}

#s-3a962f80-42c5-49b2-9c0e-b3155fce5b4e {
  min-height: 50px;
}








#s-3a962f80-42c5-49b2-9c0e-b3155fce5b4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a962f80-42c5-49b2-9c0e-b3155fce5b4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b48f380-ae73-4b03-89ab-ae15457f9158 {
  text-align: center;
}







  #s-2b48f380-ae73-4b03-89ab-ae15457f9158 img.shogun-image {
    

    
    
    
  }


#s-2b48f380-ae73-4b03-89ab-ae15457f9158 .shogun-image-content {
  
    align-items: center;
  
}

#s-1938d179-34ce-4280-80cc-6accf684633a {
  margin-left: 5%;
margin-right: 5%;
}

#s-9e369e61-7877-4b44-9e9f-7f5de77be705 {
  min-height: 50px;
}








#s-9e369e61-7877-4b44-9e9f-7f5de77be705 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e369e61-7877-4b44-9e9f-7f5de77be705.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-d1e9ac04-3a6a-4bd8-9dc0-873266bcac4c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d1e9ac04-3a6a-4bd8-9dc0-873266bcac4c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d1e9ac04-3a6a-4bd8-9dc0-873266bcac4c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d1e9ac04-3a6a-4bd8-9dc0-873266bcac4c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e02e4704-849a-4067-b4e0-6841fac68679 {
  text-align: center;
}







  #s-e02e4704-849a-4067-b4e0-6841fac68679 img.shogun-image {
    

    
    
    
  }


#s-e02e4704-849a-4067-b4e0-6841fac68679 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebed31f7-c158-4427-bed0-b125109f542a {
  margin-left: 5%;
margin-right: 5%;
}

#s-1bfadf9c-ec11-4a39-b17b-a1f17fd68755 {
  min-height: 50px;
}








#s-1bfadf9c-ec11-4a39-b17b-a1f17fd68755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bfadf9c-ec11-4a39-b17b-a1f17fd68755.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8adf2652-1d5a-45be-8e17-1bc1e32dac41 {
  text-align: center;
}







  #s-8adf2652-1d5a-45be-8e17-1bc1e32dac41 img.shogun-image {
    

    
    
    
  }


#s-8adf2652-1d5a-45be-8e17-1bc1e32dac41 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6a4919-3064-46a4-85f2-41fe997ffa72 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a0735328-4cdb-45cf-a41d-de3ce79b05d0 {
  min-height: 50px;
}








#s-a0735328-4cdb-45cf-a41d-de3ce79b05d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0735328-4cdb-45cf-a41d-de3ce79b05d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af08e8e1-75e1-43fd-8b87-1699ca2f143c {
  text-align: center;
}







  #s-af08e8e1-75e1-43fd-8b87-1699ca2f143c img.shogun-image {
    

    
    
    
  }


#s-af08e8e1-75e1-43fd-8b87-1699ca2f143c .shogun-image-content {
  
    align-items: center;
  
}

#s-ce7c81e2-3972-4553-b8e7-2e375114deee {
  margin-left: 5%;
margin-right: 5%;
}

#s-a2b4f6b7-41ae-449f-ac5b-71a97b7e200b {
  min-height: 50px;
}








#s-a2b4f6b7-41ae-449f-ac5b-71a97b7e200b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2b4f6b7-41ae-449f-ac5b-71a97b7e200b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9aa70550-3685-4e0d-8dd5-bb20abd80c74 {
  text-align: center;
}







  #s-9aa70550-3685-4e0d-8dd5-bb20abd80c74 img.shogun-image {
    

    
    
    
  }


#s-9aa70550-3685-4e0d-8dd5-bb20abd80c74 .shogun-image-content {
  
    align-items: center;
  
}

#s-83faaf55-51df-4c65-a82e-030b1b0bb582 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f2fe1ed1-3b14-4623-bcf7-066d859712e2 {
  min-height: 50px;
}








#s-f2fe1ed1-3b14-4623-bcf7-066d859712e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2fe1ed1-3b14-4623-bcf7-066d859712e2.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-abe1258c-913d-4836-a11b-f6a47b96fa7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-abe1258c-913d-4836-a11b-f6a47b96fa7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-abe1258c-913d-4836-a11b-f6a47b96fa7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-abe1258c-913d-4836-a11b-f6a47b96fa7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-16c75942-a431-4796-bec3-2930cbed6ea0 {
  text-align: center;
}







  #s-16c75942-a431-4796-bec3-2930cbed6ea0 img.shogun-image {
    

    
    
    
  }


#s-16c75942-a431-4796-bec3-2930cbed6ea0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0d01d86-77e0-46d4-a50f-a0be63ab608e {
  margin-left: 5%;
margin-right: 5%;
}

#s-584cd4b8-0690-4f74-bcc4-859f4b9138ac {
  min-height: 50px;
}








#s-584cd4b8-0690-4f74-bcc4-859f4b9138ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-584cd4b8-0690-4f74-bcc4-859f4b9138ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce44aabc-edce-4b44-bf56-f075741d4c34 {
  min-height: 50px;
}








#s-ce44aabc-edce-4b44-bf56-f075741d4c34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce44aabc-edce-4b44-bf56-f075741d4c34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ccb7e18-21bb-4ba3-b808-a09e38412dc9 {
  min-height: 50px;
}








#s-5ccb7e18-21bb-4ba3-b808-a09e38412dc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ccb7e18-21bb-4ba3-b808-a09e38412dc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba37a7c4-804d-4162-accd-76eab9a5b44b {
  min-height: 50px;
}








#s-ba37a7c4-804d-4162-accd-76eab9a5b44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba37a7c4-804d-4162-accd-76eab9a5b44b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-417f6000-3616-42d4-9aa8-291cd597a10a {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-417f6000-3616-42d4-9aa8-291cd597a10a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b90af32c-45b2-41ae-bb27-afe053338530 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b90af32c-45b2-41ae-bb27-afe053338530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b90af32c-45b2-41ae-bb27-afe053338530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bef2714-7602-403c-84c6-864d1af57c74 {
  min-height: 50px;
}








#s-6bef2714-7602-403c-84c6-864d1af57c74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bef2714-7602-403c-84c6-864d1af57c74.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-267d84e6-65fb-442e-a470-9ee3732cf189"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-267d84e6-65fb-442e-a470-9ee3732cf189"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-267d84e6-65fb-442e-a470-9ee3732cf189"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-267d84e6-65fb-442e-a470-9ee3732cf189"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3ca6bfbd-44a5-4cb9-991c-838673b2a3b2 {
  text-align: center;
}







  #s-3ca6bfbd-44a5-4cb9-991c-838673b2a3b2 img.shogun-image {
    

    
    
    
  }


#s-3ca6bfbd-44a5-4cb9-991c-838673b2a3b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6dff008-0139-42ef-b0c2-7cbfef2b1de4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-415fb57a-bbf0-4dfc-9922-f2bf1dd8272f {
  min-height: 50px;
}








#s-415fb57a-bbf0-4dfc-9922-f2bf1dd8272f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-415fb57a-bbf0-4dfc-9922-f2bf1dd8272f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b08d6613-aacd-4630-965b-6fc6eabc91b8 {
  text-align: center;
}







  #s-b08d6613-aacd-4630-965b-6fc6eabc91b8 img.shogun-image {
    

    
    
    
  }


#s-b08d6613-aacd-4630-965b-6fc6eabc91b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-72245fa0-2ba7-4f13-a282-f36a53919101 {
  margin-left: 5%;
margin-right: 5%;
}

#s-9e9c6999-77f5-44b2-b691-4d2709f647dd {
  min-height: 50px;
}








#s-9e9c6999-77f5-44b2-b691-4d2709f647dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e9c6999-77f5-44b2-b691-4d2709f647dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7fddf0b-5694-4612-b600-b641d6e56346 {
  text-align: center;
}







  #s-b7fddf0b-5694-4612-b600-b641d6e56346 img.shogun-image {
    

    
    
    
  }


#s-b7fddf0b-5694-4612-b600-b641d6e56346 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2b33e97-62ea-43d3-9fd2-d4726f216af9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b92f1ff1-b4a3-4c46-9beb-74faea8eabde {
  min-height: 50px;
}








#s-b92f1ff1-b4a3-4c46-9beb-74faea8eabde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b92f1ff1-b4a3-4c46-9beb-74faea8eabde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69226fd1-9d7a-4d40-b427-de8aacd436f2 {
  text-align: center;
}







  #s-69226fd1-9d7a-4d40-b427-de8aacd436f2 img.shogun-image {
    

    
    
    
  }


#s-69226fd1-9d7a-4d40-b427-de8aacd436f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-28318d75-6426-42b5-a704-d285c93410dc {
  margin-left: 5%;
margin-right: 5%;
}

#s-179b2f0d-4266-47c2-8886-669c45595ffa {
  min-height: 50px;
}








#s-179b2f0d-4266-47c2-8886-669c45595ffa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-179b2f0d-4266-47c2-8886-669c45595ffa.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-5a7c49b1-44ee-46bd-b3dc-b9374c60f5b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a7c49b1-44ee-46bd-b3dc-b9374c60f5b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5a7c49b1-44ee-46bd-b3dc-b9374c60f5b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a7c49b1-44ee-46bd-b3dc-b9374c60f5b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-15c007f5-a533-4915-bdaa-5e9509adcdc6 {
  text-align: center;
}







  #s-15c007f5-a533-4915-bdaa-5e9509adcdc6 img.shogun-image {
    

    
    
    
  }


#s-15c007f5-a533-4915-bdaa-5e9509adcdc6 .shogun-image-content {
  
    align-items: center;
  
}

#s-940b67b6-23e1-48e4-8d51-8e64a531afa0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f2391e9d-dfb4-457d-97a4-02dede401173 {
  min-height: 50px;
}








#s-f2391e9d-dfb4-457d-97a4-02dede401173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2391e9d-dfb4-457d-97a4-02dede401173.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-933319f3-65a3-4bc8-8b19-4d9dcfde9202 {
  text-align: center;
}







  #s-933319f3-65a3-4bc8-8b19-4d9dcfde9202 img.shogun-image {
    

    
    
    
  }


#s-933319f3-65a3-4bc8-8b19-4d9dcfde9202 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ca7163-1f64-4415-8c44-69a359285b79 {
  margin-left: 5%;
margin-right: 5%;
}

#s-abf95450-4b56-4255-928d-930373e8c24d {
  min-height: 50px;
}








#s-abf95450-4b56-4255-928d-930373e8c24d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abf95450-4b56-4255-928d-930373e8c24d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0dcd8b-a880-4b62-9ff6-036bb82ab840 {
  text-align: center;
}







  #s-df0dcd8b-a880-4b62-9ff6-036bb82ab840 img.shogun-image {
    

    
    
    
  }


#s-df0dcd8b-a880-4b62-9ff6-036bb82ab840 .shogun-image-content {
  
    align-items: center;
  
}

#s-98f101ce-b746-454f-a07d-daf524c037d2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-a260c745-b6c7-491c-8a88-e2e9153a4649 {
  min-height: 50px;
}








#s-a260c745-b6c7-491c-8a88-e2e9153a4649 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a260c745-b6c7-491c-8a88-e2e9153a4649.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8757897-3d56-44c8-8386-e55939c29970 {
  text-align: center;
}







  img.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
    
    
  }


.s-c8757897-3d56-44c8-8386-e55939c29970 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
    
    
  }


.s-c8757897-3d56-44c8-8386-e55939c29970 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
    
    
  }


.s-c8757897-3d56-44c8-8386-e55939c29970 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
    
    
  }


.s-c8757897-3d56-44c8-8386-e55939c29970 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
    
    
  }


.s-c8757897-3d56-44c8-8386-e55939c29970 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8757897-3d56-44c8-8386-e55939c29970.shogun-image {
  box-sizing: border-box;
}



}
#s-7c4b37c9-0955-430b-9363-57e11db6c571 {
  margin-left: 5%;
margin-right: 5%;
}

#s-344b7bea-f23a-4649-9b88-dbf8a126ebdf {
  margin-top: 200px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-344b7bea-f23a-4649-9b88-dbf8a126ebdf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-80804093-5704-4c5b-99da-24da61f75654 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-80804093-5704-4c5b-99da-24da61f75654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80804093-5704-4c5b-99da-24da61f75654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f249dd3e-ee21-4ce6-8723-832404dd5a57 {
  min-height: 50px;
}








#s-f249dd3e-ee21-4ce6-8723-832404dd5a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f249dd3e-ee21-4ce6-8723-832404dd5a57.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-2db42dbc-8677-488c-a0c3-d759aa49c194"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2db42dbc-8677-488c-a0c3-d759aa49c194"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2db42dbc-8677-488c-a0c3-d759aa49c194"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2db42dbc-8677-488c-a0c3-d759aa49c194"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-51e7fcc3-fc0b-4c2d-8693-c93ff21768ac {
  text-align: center;
}







  #s-51e7fcc3-fc0b-4c2d-8693-c93ff21768ac img.shogun-image {
    

    
    
    
  }


#s-51e7fcc3-fc0b-4c2d-8693-c93ff21768ac .shogun-image-content {
  
    align-items: center;
  
}

#s-02eb0833-a1cc-4e82-9add-bb1ffd7f0ef1 {
  margin-left: 5%;
margin-right: 5%;
}

#s-d3ee2c0f-f6f5-4b5e-a64e-010949716e7d {
  min-height: 50px;
}








#s-d3ee2c0f-f6f5-4b5e-a64e-010949716e7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3ee2c0f-f6f5-4b5e-a64e-010949716e7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1303371f-fe86-497c-bb4f-74f4cb172263 {
  text-align: center;
}







  #s-1303371f-fe86-497c-bb4f-74f4cb172263 img.shogun-image {
    

    
    
    
  }


#s-1303371f-fe86-497c-bb4f-74f4cb172263 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e674d6e-6bb1-4711-93e5-ef72ba45c22d {
  margin-left: 5%;
margin-right: 5%;
}

#s-a1c8220d-125c-4935-a04d-f67adc044b6c {
  min-height: 50px;
}








#s-a1c8220d-125c-4935-a04d-f67adc044b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1c8220d-125c-4935-a04d-f67adc044b6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9a9e3ee-77fb-402f-a36b-ef177f3da3dd {
  text-align: center;
}







  #s-e9a9e3ee-77fb-402f-a36b-ef177f3da3dd img.shogun-image {
    

    
    
    
  }


#s-e9a9e3ee-77fb-402f-a36b-ef177f3da3dd .shogun-image-content {
  
    align-items: center;
  
}

#s-060f6bfe-94e3-43f3-b97e-535196f74ceb {
  margin-left: 5%;
margin-right: 5%;
}

#s-18b3a099-60c6-4ad4-a3d9-5a5d3fe2bcc1 {
  min-height: 50px;
}








#s-18b3a099-60c6-4ad4-a3d9-5a5d3fe2bcc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b3a099-60c6-4ad4-a3d9-5a5d3fe2bcc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1ddf06b-d753-4aef-9b50-005923a02cda {
  text-align: center;
}







  #s-f1ddf06b-d753-4aef-9b50-005923a02cda img.shogun-image {
    

    
    
    
  }


#s-f1ddf06b-d753-4aef-9b50-005923a02cda .shogun-image-content {
  
    align-items: center;
  
}

#s-6ae6fd32-6694-4d3b-8bcd-f41cd9acf4d1 {
  margin-left: 5%;
margin-right: 5%;
}

#s-70e8cf01-5ca2-4c3d-b61d-80daeb35d3f5 {
  min-height: 50px;
}








#s-70e8cf01-5ca2-4c3d-b61d-80daeb35d3f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e8cf01-5ca2-4c3d-b61d-80daeb35d3f5.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-0941be55-8b8c-4581-9634-d30eaf4894ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0941be55-8b8c-4581-9634-d30eaf4894ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0941be55-8b8c-4581-9634-d30eaf4894ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0941be55-8b8c-4581-9634-d30eaf4894ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4fb9121f-f93d-4d99-8b8f-5bf9d329c12b {
  text-align: center;
}







  #s-4fb9121f-f93d-4d99-8b8f-5bf9d329c12b img.shogun-image {
    

    
    
    
  }


#s-4fb9121f-f93d-4d99-8b8f-5bf9d329c12b .shogun-image-content {
  
    align-items: center;
  
}

#s-9832d789-d8bc-4116-8dc3-84da6203f23a {
  margin-left: 5%;
margin-right: 5%;
}

#s-7d64247b-2325-42f4-96ab-debef43a2895 {
  min-height: 50px;
}








#s-7d64247b-2325-42f4-96ab-debef43a2895 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d64247b-2325-42f4-96ab-debef43a2895.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-127298ee-1f25-46ed-9445-ff18ee3c94c9 {
  text-align: center;
}







  #s-127298ee-1f25-46ed-9445-ff18ee3c94c9 img.shogun-image {
    

    
    
    
  }


#s-127298ee-1f25-46ed-9445-ff18ee3c94c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-79cdf967-a997-4095-8d8e-4dd292623878 {
  margin-left: 5%;
margin-right: 5%;
}

#s-910329bc-c9af-4b2b-b72e-b5ab35616a10 {
  min-height: 50px;
}








#s-910329bc-c9af-4b2b-b72e-b5ab35616a10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-910329bc-c9af-4b2b-b72e-b5ab35616a10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d7439d4-c7e1-48b0-873e-7fe4c049ea4f {
  text-align: center;
}







  #s-9d7439d4-c7e1-48b0-873e-7fe4c049ea4f img.shogun-image {
    

    
    
    
  }


#s-9d7439d4-c7e1-48b0-873e-7fe4c049ea4f .shogun-image-content {
  
    align-items: center;
  
}

#s-8372c467-563e-4b83-a4db-5e7d3074c073 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f7aadb52-6ebc-48cc-b7a2-2d625218e9bc {
  min-height: 50px;
}








#s-f7aadb52-6ebc-48cc-b7a2-2d625218e9bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7aadb52-6ebc-48cc-b7a2-2d625218e9bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-313fde10-76d8-467b-a778-d998c45907a9 {
  text-align: center;
}







  #s-313fde10-76d8-467b-a778-d998c45907a9 img.shogun-image {
    

    
    
    
  }


#s-313fde10-76d8-467b-a778-d998c45907a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2d41fc9-ad7d-4c2e-8dd5-bda44b52f62c {
  margin-left: 5%;
margin-right: 5%;
}

#s-a973ff87-28d4-406c-9ca7-bbc25e238a1e {
  min-height: 50px;
}








#s-a973ff87-28d4-406c-9ca7-bbc25e238a1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a973ff87-28d4-406c-9ca7-bbc25e238a1e.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-fbd6bd0c-b1f4-43e6-8411-5b8b6097bf8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbd6bd0c-b1f4-43e6-8411-5b8b6097bf8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fbd6bd0c-b1f4-43e6-8411-5b8b6097bf8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fbd6bd0c-b1f4-43e6-8411-5b8b6097bf8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f61d9e18-f231-4588-8282-dde491b633d2 {
  text-align: center;
}







  #s-f61d9e18-f231-4588-8282-dde491b633d2 img.shogun-image {
    

    
    
    
  }


#s-f61d9e18-f231-4588-8282-dde491b633d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbda6c54-0562-45d0-8b25-e2eab49750e3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0aacae96-5db0-48c8-aef4-9c4055896bae {
  min-height: 50px;
}








#s-0aacae96-5db0-48c8-aef4-9c4055896bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aacae96-5db0-48c8-aef4-9c4055896bae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-876f6ec4-dd12-4f85-91f0-890d1be3d96a {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-876f6ec4-dd12-4f85-91f0-890d1be3d96a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ab41d3d9-251c-4bf6-a21e-5457556da88c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ab41d3d9-251c-4bf6-a21e-5457556da88c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab41d3d9-251c-4bf6-a21e-5457556da88c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5050b1dd-abaa-4b71-8740-e1be11947ea2 {
  min-height: 50px;
}








#s-5050b1dd-abaa-4b71-8740-e1be11947ea2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5050b1dd-abaa-4b71-8740-e1be11947ea2.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-45a79b89-91b6-41be-8515-9327b51c9e9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-45a79b89-91b6-41be-8515-9327b51c9e9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-45a79b89-91b6-41be-8515-9327b51c9e9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-45a79b89-91b6-41be-8515-9327b51c9e9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c94b4291-e9cb-421b-875b-be743ea6c08b {
  text-align: center;
}







  #s-c94b4291-e9cb-421b-875b-be743ea6c08b img.shogun-image {
    

    
    
    
  }


#s-c94b4291-e9cb-421b-875b-be743ea6c08b .shogun-image-content {
  
    align-items: center;
  
}

#s-345a71ac-e813-471a-be0f-aaf923e1ae94 {
  margin-left: 5%;
margin-right: 5%;
}

#s-c4bcbcd1-0b5c-4db9-8315-78dd215f90ee {
  min-height: 50px;
}








#s-c4bcbcd1-0b5c-4db9-8315-78dd215f90ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4bcbcd1-0b5c-4db9-8315-78dd215f90ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83c05553-642c-44a7-b46b-d8b1a7f5c89a {
  text-align: center;
}







  #s-83c05553-642c-44a7-b46b-d8b1a7f5c89a img.shogun-image {
    

    
    
    
  }


#s-83c05553-642c-44a7-b46b-d8b1a7f5c89a .shogun-image-content {
  
    align-items: center;
  
}

#s-7cb4dadc-0078-4c25-b72f-cec65a33821c {
  margin-left: 5%;
margin-right: 5%;
}

#s-3608c5bf-adf7-4293-8d2e-d5fa9e3fd7db {
  min-height: 50px;
}








#s-3608c5bf-adf7-4293-8d2e-d5fa9e3fd7db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3608c5bf-adf7-4293-8d2e-d5fa9e3fd7db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e392abbb-b57f-451b-9bc4-7a371a98c1de {
  text-align: center;
}







  #s-e392abbb-b57f-451b-9bc4-7a371a98c1de img.shogun-image {
    

    
    
    
  }


#s-e392abbb-b57f-451b-9bc4-7a371a98c1de .shogun-image-content {
  
    align-items: center;
  
}

#s-90911e85-aa6d-4f0b-89cd-df92ebeaf97a {
  margin-left: 5%;
margin-right: 5%;
}

#s-9197c742-951f-4ed8-9780-34fa8611085b {
  min-height: 50px;
}








#s-9197c742-951f-4ed8-9780-34fa8611085b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9197c742-951f-4ed8-9780-34fa8611085b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a241f41-93c1-4054-bf5a-fdd4e8bb55c7 {
  text-align: center;
}







  #s-7a241f41-93c1-4054-bf5a-fdd4e8bb55c7 img.shogun-image {
    

    
    
    
  }


#s-7a241f41-93c1-4054-bf5a-fdd4e8bb55c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a4d8b2-42c3-49ca-9185-819eb16c6500 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0e13c396-aa80-439b-abb3-1574595eb92b {
  min-height: 50px;
}








#s-0e13c396-aa80-439b-abb3-1574595eb92b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e13c396-aa80-439b-abb3-1574595eb92b.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-ea79c0cf-bd42-4ce8-a0a6-2b846cc1392e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ea79c0cf-bd42-4ce8-a0a6-2b846cc1392e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ea79c0cf-bd42-4ce8-a0a6-2b846cc1392e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea79c0cf-bd42-4ce8-a0a6-2b846cc1392e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-edea6eef-4de5-4d44-ab84-8503a4bf02a6 {
  text-align: center;
}







  #s-edea6eef-4de5-4d44-ab84-8503a4bf02a6 img.shogun-image {
    

    
    
    
  }


#s-edea6eef-4de5-4d44-ab84-8503a4bf02a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-462937e3-d141-462e-a9bc-2e16055a3486 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7e5f6ac4-2086-4d3c-ba0d-914bdb522014 {
  min-height: 50px;
}








#s-7e5f6ac4-2086-4d3c-ba0d-914bdb522014 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e5f6ac4-2086-4d3c-ba0d-914bdb522014.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4991363e-aeba-4dc1-9cff-a1bf5e4f0482 {
  text-align: center;
}







  #s-4991363e-aeba-4dc1-9cff-a1bf5e4f0482 img.shogun-image {
    

    
    
    
  }


#s-4991363e-aeba-4dc1-9cff-a1bf5e4f0482 .shogun-image-content {
  
    align-items: center;
  
}

#s-e23eb953-c6b6-4942-bb58-8f7fa5c9f01f {
  margin-left: 5%;
margin-right: 5%;
}

#s-6bbddcc4-a16d-4e4a-b179-fb065b2a1953 {
  min-height: 50px;
}








#s-6bbddcc4-a16d-4e4a-b179-fb065b2a1953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bbddcc4-a16d-4e4a-b179-fb065b2a1953.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eeec983-601d-4e6a-a303-8b0a46c751a2 {
  text-align: center;
}







  #s-6eeec983-601d-4e6a-a303-8b0a46c751a2 img.shogun-image {
    

    
    
    
  }


#s-6eeec983-601d-4e6a-a303-8b0a46c751a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-977f968c-7ad0-4619-8771-bc778d511db3 {
  min-height: 50px;
}








#s-977f968c-7ad0-4619-8771-bc778d511db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977f968c-7ad0-4619-8771-bc778d511db3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e0554d9-3bd1-488f-948b-67bc9baa1341 {
  text-align: center;
}







  #s-7e0554d9-3bd1-488f-948b-67bc9baa1341 img.shogun-image {
    

    
    
    
  }


#s-7e0554d9-3bd1-488f-948b-67bc9baa1341 .shogun-image-content {
  
    align-items: center;
  
}

#s-f50a33d5-c430-4b7a-8804-7ca8256e3c22 {
  margin-left: 5%;
margin-right: 5%;
}

#s-ba71dae8-24f6-4b24-b992-9fa377715435 {
  min-height: 50px;
}








#s-ba71dae8-24f6-4b24-b992-9fa377715435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba71dae8-24f6-4b24-b992-9fa377715435.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1dd62c9-76b1-4cf6-98ca-7e5e7fa1e41c {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-a1dd62c9-76b1-4cf6-98ca-7e5e7fa1e41c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-924b574f-9690-4f43-8e50-4ce243fdca56 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-924b574f-9690-4f43-8e50-4ce243fdca56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-924b574f-9690-4f43-8e50-4ce243fdca56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e09f6ed-9a3b-491f-92b5-1aa530c36173 {
  min-height: 50px;
}








#s-5e09f6ed-9a3b-491f-92b5-1aa530c36173 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e09f6ed-9a3b-491f-92b5-1aa530c36173.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-2878a4e7-7457-4468-85e9-688b032bc2a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2878a4e7-7457-4468-85e9-688b032bc2a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2878a4e7-7457-4468-85e9-688b032bc2a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2878a4e7-7457-4468-85e9-688b032bc2a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-fa883d92-1a8a-4596-86f2-7dd4eef2a307 {
  text-align: center;
}







  #s-fa883d92-1a8a-4596-86f2-7dd4eef2a307 img.shogun-image {
    

    
    
    
  }


#s-fa883d92-1a8a-4596-86f2-7dd4eef2a307 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6462456-c1bb-4dbb-a4dd-e4fc92215e25 {
  margin-left: 5%;
margin-right: 5%;
}

#s-2fd310bd-fa11-41f1-9a18-2e857a57eaed {
  min-height: 50px;
}








#s-2fd310bd-fa11-41f1-9a18-2e857a57eaed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fd310bd-fa11-41f1-9a18-2e857a57eaed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fae8c2d9-8f41-4b91-80bb-69e0e9ada297 {
  text-align: center;
}







  #s-fae8c2d9-8f41-4b91-80bb-69e0e9ada297 img.shogun-image {
    

    
    
    
  }


#s-fae8c2d9-8f41-4b91-80bb-69e0e9ada297 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2455a22-e2f5-481a-be31-686ada141340 {
  margin-left: 5%;
margin-right: 5%;
}

#s-592fbcbd-7b2e-4644-b451-13b037548eb3 {
  min-height: 50px;
}








#s-592fbcbd-7b2e-4644-b451-13b037548eb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-592fbcbd-7b2e-4644-b451-13b037548eb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdb7ef7e-62d3-4496-8333-4ced54177619 {
  text-align: center;
}







  #s-fdb7ef7e-62d3-4496-8333-4ced54177619 img.shogun-image {
    

    
    
    
  }


#s-fdb7ef7e-62d3-4496-8333-4ced54177619 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe23d50b-e0ea-43df-b4df-f6c7d5fcfc11 {
  margin-left: 5%;
margin-right: 5%;
}

#s-e7603dd0-07fe-4a3e-8f33-4d091dd3494e {
  min-height: 50px;
}








#s-e7603dd0-07fe-4a3e-8f33-4d091dd3494e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7603dd0-07fe-4a3e-8f33-4d091dd3494e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e456943-eb8f-49f8-941a-de7992851e12 {
  text-align: center;
}







  #s-4e456943-eb8f-49f8-941a-de7992851e12 img.shogun-image {
    

    
    
    
  }


#s-4e456943-eb8f-49f8-941a-de7992851e12 .shogun-image-content {
  
    align-items: center;
  
}

#s-4fc0bff8-39c8-42af-80b3-037bae5daded {
  margin-left: 5%;
margin-right: 5%;
}

#s-2e805975-5bb1-4dff-9d25-c1cdcd2e158a {
  min-height: 50px;
}








#s-2e805975-5bb1-4dff-9d25-c1cdcd2e158a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e805975-5bb1-4dff-9d25-c1cdcd2e158a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29acb7f5-120f-49c0-ad15-3723999d0a1d {
  min-height: 50px;
}








#s-29acb7f5-120f-49c0-ad15-3723999d0a1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29acb7f5-120f-49c0-ad15-3723999d0a1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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}
