.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-55f54366-cabd-4fc9-ae1d-9f03808ecb5d {
  margin-left: 6%;
margin-bottom: 20px;
margin-right: 6%;
min-height: 30px;
background-color: rgba(255, 255, 255, 0);
}








#s-55f54366-cabd-4fc9-ae1d-9f03808ecb5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f54366-cabd-4fc9-ae1d-9f03808ecb5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-ffc4c5b6-a47d-4a10-8121-614f3efae051 {
  margin-left: 1%;
margin-bottom: 40px;
margin-right: 1%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ffc4c5b6-a47d-4a10-8121-614f3efae051 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



.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-b9ccf64b-796c-4616-92cf-f24aa51366c6 {
  margin-top: 20px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b9ccf64b-796c-4616-92cf-f24aa51366c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9ccf64b-796c-4616-92cf-f24aa51366c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9ccf64b-796c-4616-92cf-f24aa51366c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9ccf64b-796c-4616-92cf-f24aa51366c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c23de727-81cf-4ab4-8cdc-5c81a4c7ab96 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-c23de727-81cf-4ab4-8cdc-5c81a4c7ab96 img.shogun-image {
    

    
    
    
  }


#s-c23de727-81cf-4ab4-8cdc-5c81a4c7ab96 .shogun-image-content {
  
    align-items: center;
  
}

#s-e80af90e-4a0d-4a49-8d1c-251089d07e87 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e80af90e-4a0d-4a49-8d1c-251089d07e87 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-00fa35b9-67df-45fc-a515-f4f8b9868705 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-00fa35b9-67df-45fc-a515-f4f8b9868705"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00fa35b9-67df-45fc-a515-f4f8b9868705"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00fa35b9-67df-45fc-a515-f4f8b9868705"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00fa35b9-67df-45fc-a515-f4f8b9868705"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cb34a266-8f65-4d62-986d-86e41eaa76f8 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-cb34a266-8f65-4d62-986d-86e41eaa76f8 img.shogun-image {
    

    
    
    
  }


#s-cb34a266-8f65-4d62-986d-86e41eaa76f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-bac7fda5-8c9f-4b41-8aeb-7b93df4a0866 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bac7fda5-8c9f-4b41-8aeb-7b93df4a0866 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2db54f1b-b194-4463-abf2-5514285e8f71 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2db54f1b-b194-4463-abf2-5514285e8f71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2db54f1b-b194-4463-abf2-5514285e8f71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2db54f1b-b194-4463-abf2-5514285e8f71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2db54f1b-b194-4463-abf2-5514285e8f71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc92e233-39b0-4b37-8579-7a02c0e26999 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-dc92e233-39b0-4b37-8579-7a02c0e26999 img.shogun-image {
    

    
    
    
  }


#s-dc92e233-39b0-4b37-8579-7a02c0e26999 .shogun-image-content {
  
    align-items: center;
  
}

#s-41c280e9-4739-4911-b13c-dd4bc01f6740 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-41c280e9-4739-4911-b13c-dd4bc01f6740 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d58c41f0-f1b5-47b9-95dc-4e007f0fdc4e {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-d58c41f0-f1b5-47b9-95dc-4e007f0fdc4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d58c41f0-f1b5-47b9-95dc-4e007f0fdc4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d58c41f0-f1b5-47b9-95dc-4e007f0fdc4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d58c41f0-f1b5-47b9-95dc-4e007f0fdc4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9716586-3015-42d2-9e09-e8501d93f2ac {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-e9716586-3015-42d2-9e09-e8501d93f2ac img.shogun-image {
    

    
    
    
  }


#s-e9716586-3015-42d2-9e09-e8501d93f2ac .shogun-image-content {
  
    align-items: center;
  
}

#s-861be66d-5b4e-4f04-b894-da6dbf3dda5d {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-861be66d-5b4e-4f04-b894-da6dbf3dda5d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5e8f27d8-5c98-4399-9d78-8a590777d704 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5e8f27d8-5c98-4399-9d78-8a590777d704"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e8f27d8-5c98-4399-9d78-8a590777d704"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e8f27d8-5c98-4399-9d78-8a590777d704"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e8f27d8-5c98-4399-9d78-8a590777d704"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad6eac07-0caf-40ec-9639-c8c32a42c42b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-ad6eac07-0caf-40ec-9639-c8c32a42c42b img.shogun-image {
    

    
    
    
  }


#s-ad6eac07-0caf-40ec-9639-c8c32a42c42b .shogun-image-content {
  
    align-items: center;
  
}

#s-e491fa36-72ef-4af0-b5ca-e8018baec674 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e491fa36-72ef-4af0-b5ca-e8018baec674 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-11ba1db4-31d4-4ff4-9e4a-0bcaebcde450 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-11ba1db4-31d4-4ff4-9e4a-0bcaebcde450"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11ba1db4-31d4-4ff4-9e4a-0bcaebcde450"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11ba1db4-31d4-4ff4-9e4a-0bcaebcde450"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11ba1db4-31d4-4ff4-9e4a-0bcaebcde450"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-482cbd89-fa86-40ae-9913-1f3d4496d8f4 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-482cbd89-fa86-40ae-9913-1f3d4496d8f4 img.shogun-image {
    

    
    
    
  }


#s-482cbd89-fa86-40ae-9913-1f3d4496d8f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf90e4ce-133d-47c7-b8ba-3b5a6d012142 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf90e4ce-133d-47c7-b8ba-3b5a6d012142 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-00c88d0c-3c87-4de5-bf84-ab73630f7afd {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-00c88d0c-3c87-4de5-bf84-ab73630f7afd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00c88d0c-3c87-4de5-bf84-ab73630f7afd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00c88d0c-3c87-4de5-bf84-ab73630f7afd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00c88d0c-3c87-4de5-bf84-ab73630f7afd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-642cae4a-44a0-477a-9d31-a10a2ff965b9 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-642cae4a-44a0-477a-9d31-a10a2ff965b9 img.shogun-image {
    

    
    
    
  }


#s-642cae4a-44a0-477a-9d31-a10a2ff965b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae72dfa8-aa82-4260-831c-6d4536ca91af {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ae72dfa8-aa82-4260-831c-6d4536ca91af .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-37790055-a696-4f7b-b5f1-fce5028a3364 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-37790055-a696-4f7b-b5f1-fce5028a3364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37790055-a696-4f7b-b5f1-fce5028a3364"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37790055-a696-4f7b-b5f1-fce5028a3364"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37790055-a696-4f7b-b5f1-fce5028a3364"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a7cd8c42-a3dc-45e5-89a5-e24977201c2b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-a7cd8c42-a3dc-45e5-89a5-e24977201c2b img.shogun-image {
    

    
    
    
  }


#s-a7cd8c42-a3dc-45e5-89a5-e24977201c2b .shogun-image-content {
  
    align-items: center;
  
}

#s-1cad2b0e-6fce-4167-99b5-fb4741665ccb {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1cad2b0e-6fce-4167-99b5-fb4741665ccb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e025a75c-35fe-464f-8e09-39d2fa51381a {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e025a75c-35fe-464f-8e09-39d2fa51381a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e025a75c-35fe-464f-8e09-39d2fa51381a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e025a75c-35fe-464f-8e09-39d2fa51381a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e025a75c-35fe-464f-8e09-39d2fa51381a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9187c5b9-d2df-4524-852b-b494f03b2c6b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-9187c5b9-d2df-4524-852b-b494f03b2c6b img.shogun-image {
    

    
    
    
  }


#s-9187c5b9-d2df-4524-852b-b494f03b2c6b .shogun-image-content {
  
    align-items: center;
  
}

#s-f1c2e68a-fdd4-4587-8023-3ae25cd9ce92 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1c2e68a-fdd4-4587-8023-3ae25cd9ce92 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ad5faa90-6ec9-4335-bfe5-71d857342b0f {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ad5faa90-6ec9-4335-bfe5-71d857342b0f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad5faa90-6ec9-4335-bfe5-71d857342b0f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad5faa90-6ec9-4335-bfe5-71d857342b0f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad5faa90-6ec9-4335-bfe5-71d857342b0f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a504971a-84eb-41c4-b752-61b66a945a00 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-a504971a-84eb-41c4-b752-61b66a945a00 img.shogun-image {
    

    
    
    
  }


#s-a504971a-84eb-41c4-b752-61b66a945a00 .shogun-image-content {
  
    align-items: center;
  
}

#s-6265ad9f-89b8-4e85-9565-836445de2cae {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6265ad9f-89b8-4e85-9565-836445de2cae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-38c10001-15bd-4149-9ffd-4edf3a298b85 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-38c10001-15bd-4149-9ffd-4edf3a298b85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38c10001-15bd-4149-9ffd-4edf3a298b85"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38c10001-15bd-4149-9ffd-4edf3a298b85"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38c10001-15bd-4149-9ffd-4edf3a298b85"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-563cbd11-ca7d-409a-bc14-5cd083ed9c0c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-563cbd11-ca7d-409a-bc14-5cd083ed9c0c img.shogun-image {
    

    
    
    
  }


#s-563cbd11-ca7d-409a-bc14-5cd083ed9c0c .shogun-image-content {
  
    align-items: center;
  
}

#s-50bb9098-9545-4ceb-b696-13b5199b219c {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50bb9098-9545-4ceb-b696-13b5199b219c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cebbc6a8-11ca-40be-8b0f-227b4c165c65 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cebbc6a8-11ca-40be-8b0f-227b4c165c65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cebbc6a8-11ca-40be-8b0f-227b4c165c65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cebbc6a8-11ca-40be-8b0f-227b4c165c65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cebbc6a8-11ca-40be-8b0f-227b4c165c65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ae8cdb8-6906-46fb-b0ac-bb14d514081c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-0ae8cdb8-6906-46fb-b0ac-bb14d514081c img.shogun-image {
    

    
    
    
  }


#s-0ae8cdb8-6906-46fb-b0ac-bb14d514081c .shogun-image-content {
  
    align-items: center;
  
}

#s-267f469e-0016-426c-9231-c86132cda260 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-267f469e-0016-426c-9231-c86132cda260 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-7b5602d9-59ba-4efb-a724-c925ee5ca80d {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7b5602d9-59ba-4efb-a724-c925ee5ca80d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b5602d9-59ba-4efb-a724-c925ee5ca80d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b5602d9-59ba-4efb-a724-c925ee5ca80d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b5602d9-59ba-4efb-a724-c925ee5ca80d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2cb9a17d-45f0-466f-874d-85afed6d9886 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-2cb9a17d-45f0-466f-874d-85afed6d9886 img.shogun-image {
    

    
    
    
  }


#s-2cb9a17d-45f0-466f-874d-85afed6d9886 .shogun-image-content {
  
    align-items: center;
  
}

#s-a41f9f69-38c5-4758-9726-327cc9a703f6 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a41f9f69-38c5-4758-9726-327cc9a703f6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6153d504-7910-4ad9-a606-1e7bdc22d7a2 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6153d504-7910-4ad9-a606-1e7bdc22d7a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6153d504-7910-4ad9-a606-1e7bdc22d7a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6153d504-7910-4ad9-a606-1e7bdc22d7a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6153d504-7910-4ad9-a606-1e7bdc22d7a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c54214fb-1d00-4221-8ae8-1dd9c565ba86 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-c54214fb-1d00-4221-8ae8-1dd9c565ba86 img.shogun-image {
    

    
    
    
  }


#s-c54214fb-1d00-4221-8ae8-1dd9c565ba86 .shogun-image-content {
  
    align-items: center;
  
}

#s-0c3c7a38-8e17-4f00-9731-f7356108a988 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c3c7a38-8e17-4f00-9731-f7356108a988 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-abc8e316-c05e-409f-aa9b-0d8328d872f5 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-abc8e316-c05e-409f-aa9b-0d8328d872f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abc8e316-c05e-409f-aa9b-0d8328d872f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abc8e316-c05e-409f-aa9b-0d8328d872f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc8e316-c05e-409f-aa9b-0d8328d872f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1dc239ef-dbbc-4251-a405-64f4fd53b4cf {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-1dc239ef-dbbc-4251-a405-64f4fd53b4cf img.shogun-image {
    

    
    
    
  }


#s-1dc239ef-dbbc-4251-a405-64f4fd53b4cf .shogun-image-content {
  
    align-items: center;
  
}

#s-f583da17-64e0-4df7-8462-5a9347cc28e8 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f583da17-64e0-4df7-8462-5a9347cc28e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e39f766d-09b1-45dd-880d-9e0484d986ac {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e39f766d-09b1-45dd-880d-9e0484d986ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e39f766d-09b1-45dd-880d-9e0484d986ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e39f766d-09b1-45dd-880d-9e0484d986ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e39f766d-09b1-45dd-880d-9e0484d986ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a45fb4ec-dba1-4625-b549-3915dbcf40b2 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-a45fb4ec-dba1-4625-b549-3915dbcf40b2 img.shogun-image {
    

    
    
    
  }


#s-a45fb4ec-dba1-4625-b549-3915dbcf40b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f069547-a877-4a34-94bd-0decedcc53f3 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f069547-a877-4a34-94bd-0decedcc53f3 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b8c758eb-0f56-4ef6-bc49-d095c5dbd0ed {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b8c758eb-0f56-4ef6-bc49-d095c5dbd0ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8c758eb-0f56-4ef6-bc49-d095c5dbd0ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8c758eb-0f56-4ef6-bc49-d095c5dbd0ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8c758eb-0f56-4ef6-bc49-d095c5dbd0ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ae4c6ee7-7017-4281-a0ed-8b42e836d59c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-ae4c6ee7-7017-4281-a0ed-8b42e836d59c img.shogun-image {
    

    
    
    
  }


#s-ae4c6ee7-7017-4281-a0ed-8b42e836d59c .shogun-image-content {
  
    align-items: center;
  
}

#s-f1538975-e255-4665-b1d6-d2ab8982faf1 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1538975-e255-4665-b1d6-d2ab8982faf1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-a86e8b3b-88c1-44ce-98c3-a4bff1300132 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a86e8b3b-88c1-44ce-98c3-a4bff1300132"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a86e8b3b-88c1-44ce-98c3-a4bff1300132"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a86e8b3b-88c1-44ce-98c3-a4bff1300132"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a86e8b3b-88c1-44ce-98c3-a4bff1300132"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-492f2aa7-abff-4526-b331-bd16898ec98c {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-492f2aa7-abff-4526-b331-bd16898ec98c img.shogun-image {
    

    
    
    
  }


#s-492f2aa7-abff-4526-b331-bd16898ec98c .shogun-image-content {
  
    align-items: center;
  
}

#s-20db6fe7-f8ff-44e6-a03f-b6cab6c669dc {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20db6fe7-f8ff-44e6-a03f-b6cab6c669dc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cf20a2e6-5fb7-4178-a8d7-012e47b0b07c {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cf20a2e6-5fb7-4178-a8d7-012e47b0b07c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf20a2e6-5fb7-4178-a8d7-012e47b0b07c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf20a2e6-5fb7-4178-a8d7-012e47b0b07c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf20a2e6-5fb7-4178-a8d7-012e47b0b07c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79a4c52f-9189-41a4-b521-6e2a11ea49ba {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-79a4c52f-9189-41a4-b521-6e2a11ea49ba img.shogun-image {
    

    
    
    
  }


#s-79a4c52f-9189-41a4-b521-6e2a11ea49ba .shogun-image-content {
  
    align-items: center;
  
}

#s-5573eb38-1757-4b4a-a1c8-b6e3a157ac4b {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5573eb38-1757-4b4a-a1c8-b6e3a157ac4b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b06150ac-d441-48b9-82eb-76fcf5f76c75 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b06150ac-d441-48b9-82eb-76fcf5f76c75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b06150ac-d441-48b9-82eb-76fcf5f76c75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b06150ac-d441-48b9-82eb-76fcf5f76c75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b06150ac-d441-48b9-82eb-76fcf5f76c75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4352ade1-38c6-44c5-a56b-b5bb2996aa56 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-4352ade1-38c6-44c5-a56b-b5bb2996aa56 img.shogun-image {
    

    
    
    
  }


#s-4352ade1-38c6-44c5-a56b-b5bb2996aa56 .shogun-image-content {
  
    align-items: center;
  
}

#s-510fde34-9ba1-470f-ac4c-59a920bd3579 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-510fde34-9ba1-470f-ac4c-59a920bd3579 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-22f23d72-9777-4349-b2bb-26ea25c37ecb {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-22f23d72-9777-4349-b2bb-26ea25c37ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22f23d72-9777-4349-b2bb-26ea25c37ecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22f23d72-9777-4349-b2bb-26ea25c37ecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22f23d72-9777-4349-b2bb-26ea25c37ecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b73d08ee-8a05-4a3e-bddc-1aec77a73a59 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-b73d08ee-8a05-4a3e-bddc-1aec77a73a59 img.shogun-image {
    

    
    
    
  }


#s-b73d08ee-8a05-4a3e-bddc-1aec77a73a59 .shogun-image-content {
  
    align-items: center;
  
}

#s-c165e5bd-da0d-45b5-b2fc-c147f073b7e5 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c165e5bd-da0d-45b5-b2fc-c147f073b7e5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-17455ae2-0017-47f8-8666-92a985e698d0 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-17455ae2-0017-47f8-8666-92a985e698d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17455ae2-0017-47f8-8666-92a985e698d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17455ae2-0017-47f8-8666-92a985e698d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17455ae2-0017-47f8-8666-92a985e698d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-27d17647-a22c-4067-b24f-657a9888a4f1 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-27d17647-a22c-4067-b24f-657a9888a4f1 img.shogun-image {
    

    
    
    
  }


#s-27d17647-a22c-4067-b24f-657a9888a4f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0669035d-3bef-4008-9943-0b5ad040b25e {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0669035d-3bef-4008-9943-0b5ad040b25e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bf26f6df-e850-4f93-8c35-aa79a6357aa4 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bf26f6df-e850-4f93-8c35-aa79a6357aa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf26f6df-e850-4f93-8c35-aa79a6357aa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf26f6df-e850-4f93-8c35-aa79a6357aa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf26f6df-e850-4f93-8c35-aa79a6357aa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7e8e43f-d1be-4220-b9f9-69ee3673b84f {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-c7e8e43f-d1be-4220-b9f9-69ee3673b84f img.shogun-image {
    

    
    
    
  }


#s-c7e8e43f-d1be-4220-b9f9-69ee3673b84f .shogun-image-content {
  
    align-items: center;
  
}

#s-ec803894-7ba6-4f24-9da0-fd1ea542b9a7 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ec803894-7ba6-4f24-9da0-fd1ea542b9a7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e45e59bd-d019-484e-86af-868162a31dab {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e45e59bd-d019-484e-86af-868162a31dab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e45e59bd-d019-484e-86af-868162a31dab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e45e59bd-d019-484e-86af-868162a31dab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e45e59bd-d019-484e-86af-868162a31dab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3071a4e-8641-4908-8420-4c0c38398f2d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-a3071a4e-8641-4908-8420-4c0c38398f2d img.shogun-image {
    

    
    
    
  }


#s-a3071a4e-8641-4908-8420-4c0c38398f2d .shogun-image-content {
  
    align-items: center;
  
}

#s-e9f284dc-969b-4ba0-986b-4a7785738197 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9f284dc-969b-4ba0-986b-4a7785738197 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0430888e-6c58-48d4-a9e7-c8e0a59b806a {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0430888e-6c58-48d4-a9e7-c8e0a59b806a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0430888e-6c58-48d4-a9e7-c8e0a59b806a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0430888e-6c58-48d4-a9e7-c8e0a59b806a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0430888e-6c58-48d4-a9e7-c8e0a59b806a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-aeda84a1-5f84-4dd3-b9c6-b7be05e2e64b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-aeda84a1-5f84-4dd3-b9c6-b7be05e2e64b img.shogun-image {
    

    
    
    
  }


#s-aeda84a1-5f84-4dd3-b9c6-b7be05e2e64b .shogun-image-content {
  
    align-items: center;
  
}

#s-d77c7e53-b08b-4c45-8a27-9e3cf70da190 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d77c7e53-b08b-4c45-8a27-9e3cf70da190 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-5160c7cc-5be2-447e-8be4-f35e5e87e47c {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5160c7cc-5be2-447e-8be4-f35e5e87e47c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5160c7cc-5be2-447e-8be4-f35e5e87e47c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5160c7cc-5be2-447e-8be4-f35e5e87e47c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5160c7cc-5be2-447e-8be4-f35e5e87e47c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f781852-43d4-4828-9c8b-d1b8aec6eb2d {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-4f781852-43d4-4828-9c8b-d1b8aec6eb2d img.shogun-image {
    

    
    
    
  }


#s-4f781852-43d4-4828-9c8b-d1b8aec6eb2d .shogun-image-content {
  
    align-items: center;
  
}

#s-af29bba5-2076-45b7-8652-94711e2ead95 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-af29bba5-2076-45b7-8652-94711e2ead95 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3443765b-6cfc-456e-b8e7-d61d34f0667f {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3443765b-6cfc-456e-b8e7-d61d34f0667f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3443765b-6cfc-456e-b8e7-d61d34f0667f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3443765b-6cfc-456e-b8e7-d61d34f0667f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3443765b-6cfc-456e-b8e7-d61d34f0667f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0d43137-1994-457d-a7c9-e7f1e54c58b0 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-f0d43137-1994-457d-a7c9-e7f1e54c58b0 img.shogun-image {
    

    
    
    
  }


#s-f0d43137-1994-457d-a7c9-e7f1e54c58b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc7d171c-3d9e-4f21-9fe7-4b0cfbe2e2fc {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc7d171c-3d9e-4f21-9fe7-4b0cfbe2e2fc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-eb2a6485-11e6-4730-903a-b66c23c6af26 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-eb2a6485-11e6-4730-903a-b66c23c6af26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb2a6485-11e6-4730-903a-b66c23c6af26"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb2a6485-11e6-4730-903a-b66c23c6af26"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb2a6485-11e6-4730-903a-b66c23c6af26"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b1423128-314c-4e88-be1f-c2049a741ecf {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-b1423128-314c-4e88-be1f-c2049a741ecf img.shogun-image {
    

    
    
    
  }


#s-b1423128-314c-4e88-be1f-c2049a741ecf .shogun-image-content {
  
    align-items: center;
  
}

#s-3639fb30-e657-4c8e-bee6-698b9cb80ba8 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3639fb30-e657-4c8e-bee6-698b9cb80ba8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0d644359-0063-4e55-96d0-1aaafec628be {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-0d644359-0063-4e55-96d0-1aaafec628be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d644359-0063-4e55-96d0-1aaafec628be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d644359-0063-4e55-96d0-1aaafec628be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d644359-0063-4e55-96d0-1aaafec628be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e99562ad-a28b-48bd-b537-12ea7410d887 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-e99562ad-a28b-48bd-b537-12ea7410d887 img.shogun-image {
    

    
    
    
  }


#s-e99562ad-a28b-48bd-b537-12ea7410d887 .shogun-image-content {
  
    align-items: center;
  
}

#s-686c93c9-f18d-414b-819e-3565c1906801 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-686c93c9-f18d-414b-819e-3565c1906801 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ac095553-f005-49b0-966c-064835d145a8 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ac095553-f005-49b0-966c-064835d145a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac095553-f005-49b0-966c-064835d145a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac095553-f005-49b0-966c-064835d145a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac095553-f005-49b0-966c-064835d145a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d4c98f9-ed98-47d5-a415-f0027ed72415 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-3d4c98f9-ed98-47d5-a415-f0027ed72415 img.shogun-image {
    

    
    
    
  }


#s-3d4c98f9-ed98-47d5-a415-f0027ed72415 .shogun-image-content {
  
    align-items: center;
  
}

#s-71432828-a435-49fa-b118-36b62ed46986 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71432828-a435-49fa-b118-36b62ed46986 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-532203d4-60f4-41fc-a588-754ab8d02faa {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-532203d4-60f4-41fc-a588-754ab8d02faa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-532203d4-60f4-41fc-a588-754ab8d02faa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-532203d4-60f4-41fc-a588-754ab8d02faa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-532203d4-60f4-41fc-a588-754ab8d02faa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3171f8e5-c78d-41f3-afa3-b01829b42af6 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-3171f8e5-c78d-41f3-afa3-b01829b42af6 img.shogun-image {
    

    
    
    
  }


#s-3171f8e5-c78d-41f3-afa3-b01829b42af6 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc9a2d6f-46c2-416b-832a-3ff90d5a1a07 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dc9a2d6f-46c2-416b-832a-3ff90d5a1a07 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2f06cebb-8326-49c6-bede-34c2bf612690 {
  margin-top: 30px;
margin-left: 0%;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2f06cebb-8326-49c6-bede-34c2bf612690"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f06cebb-8326-49c6-bede-34c2bf612690"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f06cebb-8326-49c6-bede-34c2bf612690"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f06cebb-8326-49c6-bede-34c2bf612690"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a0fcb332-fed5-4859-87ba-ca8250d2145b {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-a0fcb332-fed5-4859-87ba-ca8250d2145b img.shogun-image {
    

    
    
    
  }


#s-a0fcb332-fed5-4859-87ba-ca8250d2145b .shogun-image-content {
  
    align-items: center;
  
}

#s-2dbb5a67-e7a6-4526-9c76-15cd0b94a362 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2dbb5a67-e7a6-4526-9c76-15cd0b94a362 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-2fb00406-aa85-41f1-9f9c-bfc4906b2f1e {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2fb00406-aa85-41f1-9f9c-bfc4906b2f1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb00406-aa85-41f1-9f9c-bfc4906b2f1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb00406-aa85-41f1-9f9c-bfc4906b2f1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb00406-aa85-41f1-9f9c-bfc4906b2f1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b5c0c2f-428a-40bd-b22f-2a0c92982c40 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}







  #s-4b5c0c2f-428a-40bd-b22f-2a0c92982c40 img.shogun-image {
    

    
    
    
  }


#s-4b5c0c2f-428a-40bd-b22f-2a0c92982c40 .shogun-image-content {
  
    align-items: center;
  
}

#s-50b9d369-3f2a-48f9-a645-88c2de7c1fa7 {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 15px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50b9d369-3f2a-48f9-a645-88c2de7c1fa7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-49d680f2-397d-4841-976e-cb9df78c2c16 {
  margin-left: 0%;
margin-right: 0%;
}

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

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

#s-6ebb6b68-3f98-4762-9077-26f77327cb2b {
  padding-left: 0%;
padding-right: 0%;
}

#s-6ebb6b68-3f98-4762-9077-26f77327cb2b hr {
  border-top: 3px solid rgba(144, 144, 144, 1);
}

#s-86f7ab86-26f2-4dcc-af96-3a83d027131a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-86f7ab86-26f2-4dcc-af96-3a83d027131a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bcb46b46-e27a-423a-acac-cc0ba1d11f59 {
  margin-left: 0%;
margin-right: 0%;
}

#s-d55cd4d8-929c-43ff-9e10-a904b1f5b166 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d55cd4d8-929c-43ff-9e10-a904b1f5b166"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d55cd4d8-929c-43ff-9e10-a904b1f5b166"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d55cd4d8-929c-43ff-9e10-a904b1f5b166"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d55cd4d8-929c-43ff-9e10-a904b1f5b166"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7145a721-f1b4-470e-b168-c77f9461df6c {
  padding-left: 0%;
padding-right: 0%;
}

#s-7145a721-f1b4-470e-b168-c77f9461df6c hr {
  border-top: 3px solid rgba(144, 144, 144, 1);
}

/*
  $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}
