.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b6bcc5ce-9b2b-4faf-8f5c-7ab6ea76c4ae > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b6bcc5ce-9b2b-4faf-8f5c-7ab6ea76c4ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-b6bcc5ce-9b2b-4faf-8f5c-7ab6ea76c4ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b6bcc5ce-9b2b-4faf-8f5c-7ab6ea76c4ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b6bcc5ce-9b2b-4faf-8f5c-7ab6ea76c4ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: PT Sans;
  font-weight: 700;
  font-style: ;
  font-size: 12px;
}

#s-b6bcc5ce-9b2b-4faf-8f5c-7ab6ea76c4ae > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
.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: ;
}

.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-6a1b2558-0d5a-4a22-8bff-9fa700d5602e {
  min-height: 50px;
max-width: 100%;
}








#s-6a1b2558-0d5a-4a22-8bff-9fa700d5602e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a1b2558-0d5a-4a22-8bff-9fa700d5602e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-698b6813-13ab-4c70-bb38-e36e0b55eba6 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-698b6813-13ab-4c70-bb38-e36e0b55eba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-698b6813-13ab-4c70-bb38-e36e0b55eba6.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-9fc5caee-c3e0-492a-b70e-d0e90a507a59 {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-9fc5caee-c3e0-492a-b70e-d0e90a507a59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fc5caee-c3e0-492a-b70e-d0e90a507a59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-9fc5caee-c3e0-492a-b70e-d0e90a507a59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-9fc5caee-c3e0-492a-b70e-d0e90a507a59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

.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-19e84a95-093c-4f02-9eee-671a03591d05 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-19e84a95-093c-4f02-9eee-671a03591d05 img.shogun-image {
    

    
    
    
  }


#s-19e84a95-093c-4f02-9eee-671a03591d05 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-fa8aa691-5fc4-4234-9de2-da8175f40ae4 {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-fa8aa691-5fc4-4234-9de2-da8175f40ae4 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-33df0549-762c-453b-b1f3-d61b3e60a66d {
  padding-left: 10px;
padding-right: 10px;
}

#s-2bb78759-4a91-46e9-a89a-c4c613d0145b {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-2bb78759-4a91-46e9-a89a-c4c613d0145b img.shogun-image {
    

    
    
    
  }


#s-2bb78759-4a91-46e9-a89a-c4c613d0145b .shogun-image-content {
  
    align-items: center;
  
}

#s-0a01da2c-9665-4e72-9fe4-4ef4938123f2 {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-0a01da2c-9665-4e72-9fe4-4ef4938123f2 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-ad092ea8-377d-4935-a7e9-7ce52ee524b4 {
  padding-left: 10px;
padding-right: 10px;
}

#s-63186348-14a9-4b20-8736-8b0cd5967a84 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-63186348-14a9-4b20-8736-8b0cd5967a84 img.shogun-image {
    

    
    
    
  }


#s-63186348-14a9-4b20-8736-8b0cd5967a84 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6ca6ca9-1e13-4720-a2d8-9f6af98c613d {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-c6ca6ca9-1e13-4720-a2d8-9f6af98c613d .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-9c129ba1-1cc5-44c2-99cb-2417a19b92f6 {
  padding-left: 10px;
padding-right: 10px;
}

#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c {
  background-repeat: no-repeat;
margin-top: 5em;
margin-left: 0em;
margin-bottom: 5em;
margin-right: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c {
  display: none;
}
#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c, #wrap-s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c { display:none !important; }}@media (max-width: 767px){#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c {
  display: none;
}
#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c, #wrap-s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c { display:none !important; }}
#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRhNWJhZjktZTI1OS00NmRmLWI5YjQtNGE4YzFiMTkzY2M5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGE1YmFmOS1lMjU5LTQ2ZGYtYjliNC00YThjMWIxOTNjYzkpIi8+PC9zdmc+);
}








#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-723ebda5-a1ea-46cc-a6c2-4f5ce3bcb47c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e8d39e6-5dc6-4821-834b-8b8accfadde4 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-2e8d39e6-5dc6-4821-834b-8b8accfadde4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-920b8fc6-3753-4677-ab4d-b604e17df3ec {
  min-height: 50px;
}








#s-920b8fc6-3753-4677-ab4d-b604e17df3ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-920b8fc6-3753-4677-ab4d-b604e17df3ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49c0df3e-2676-436b-aa0a-3e95513e9ee5 {
  margin-bottom: 0.25em;
text-align: left;
}

#s-49c0df3e-2676-436b-aa0a-3e95513e9ee5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-dd2581b4-8a34-48c6-b1bc-69917f49749f {
  margin-bottom: 0.5em;
}

#s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-3f10b79f-36d3-412a-8bc4-9f5e8298bfd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-eff748d2-ae37-4c7e-8a17-671e7abf9b90 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-eff748d2-ae37-4c7e-8a17-671e7abf9b90 img.shogun-image {
    

    
    
    
  }


#s-eff748d2-ae37-4c7e-8a17-671e7abf9b90 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe8f2428-986a-4ec3-9315-98745ba1206b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fe8f2428-986a-4ec3-9315-98745ba1206b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-fe8f2428-986a-4ec3-9315-98745ba1206b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fe8f2428-986a-4ec3-9315-98745ba1206b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-fe8f2428-986a-4ec3-9315-98745ba1206b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fe8f2428-986a-4ec3-9315-98745ba1206b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-fe8f2428-986a-4ec3-9315-98745ba1206b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fe8f2428-986a-4ec3-9315-98745ba1206b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-950dc634-d725-4178-8ac1-1ae8b2db4845 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-950dc634-d725-4178-8ac1-1ae8b2db4845 img.shogun-image {
    

    
    
    
  }


#s-950dc634-d725-4178-8ac1-1ae8b2db4845 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ddeac50-8de0-4be5-bbbc-062490b816e2 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6ddeac50-8de0-4be5-bbbc-062490b816e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-6ddeac50-8de0-4be5-bbbc-062490b816e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-6ddeac50-8de0-4be5-bbbc-062490b816e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-6ddeac50-8de0-4be5-bbbc-062490b816e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-6ddeac50-8de0-4be5-bbbc-062490b816e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-6ddeac50-8de0-4be5-bbbc-062490b816e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-6ddeac50-8de0-4be5-bbbc-062490b816e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-debf6b60-2420-453b-8af2-d24a4e1105c7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-debf6b60-2420-453b-8af2-d24a4e1105c7 img.shogun-image {
    

    
    
    
  }


#s-debf6b60-2420-453b-8af2-d24a4e1105c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-88f04d9c-ffa4-4f21-8a06-ca2c553f99dd {
  margin-top: -5em;
margin-bottom: -5em;
max-width: 100%;
text-align: center;
}







  #s-88f04d9c-ffa4-4f21-8a06-ca2c553f99dd img.shogun-image {
    

    
    
    
  }


#s-88f04d9c-ffa4-4f21-8a06-ca2c553f99dd .shogun-image-content {
  
    align-items: center;
  
}

#s-225b69c4-cb11-4956-a124-3d3d47dc4844 {
  min-height: 50px;
}








#s-225b69c4-cb11-4956-a124-3d3d47dc4844 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225b69c4-cb11-4956-a124-3d3d47dc4844.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-825a7723-330d-4eef-8bed-ccd68939108d {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-825a7723-330d-4eef-8bed-ccd68939108d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-825a7723-330d-4eef-8bed-ccd68939108d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-46936c85-995a-4cf9-8fc4-6cd42b8e46e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-890e63c8-a930-4d8d-90a0-823ddc48e6ad {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-890e63c8-a930-4d8d-90a0-823ddc48e6ad img.shogun-image {
    

    
    
    
  }


#s-890e63c8-a930-4d8d-90a0-823ddc48e6ad .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fb8dc815-fa50-4138-afeb-db2627ae881b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fb8dc815-fa50-4138-afeb-db2627ae881b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-fb8dc815-fa50-4138-afeb-db2627ae881b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-fb8dc815-fa50-4138-afeb-db2627ae881b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-fb8dc815-fa50-4138-afeb-db2627ae881b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-fb8dc815-fa50-4138-afeb-db2627ae881b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-fb8dc815-fa50-4138-afeb-db2627ae881b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-fb8dc815-fa50-4138-afeb-db2627ae881b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-e0cc4b3c-0274-4762-ab26-768219088556 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-e0cc4b3c-0274-4762-ab26-768219088556 img.shogun-image {
    

    
    
    
  }


#s-e0cc4b3c-0274-4762-ab26-768219088556 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a2715a2b-8171-45e3-814e-0f105255c4fb {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a2715a2b-8171-45e3-814e-0f105255c4fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-a2715a2b-8171-45e3-814e-0f105255c4fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-a2715a2b-8171-45e3-814e-0f105255c4fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-a2715a2b-8171-45e3-814e-0f105255c4fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-a2715a2b-8171-45e3-814e-0f105255c4fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-a2715a2b-8171-45e3-814e-0f105255c4fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-a2715a2b-8171-45e3-814e-0f105255c4fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-925a177b-fabd-41cc-b7e6-e3fef32ca85d {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-925a177b-fabd-41cc-b7e6-e3fef32ca85d img.shogun-image {
    

    
    
    
  }


#s-925a177b-fabd-41cc-b7e6-e3fef32ca85d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e63092dc-8780-4701-84e7-9a37565466fa {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-e63092dc-8780-4701-84e7-9a37565466fa {
  display: none;
}
#s-e63092dc-8780-4701-84e7-9a37565466fa, #wrap-s-e63092dc-8780-4701-84e7-9a37565466fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e63092dc-8780-4701-84e7-9a37565466fa {
  display: none;
}
#s-e63092dc-8780-4701-84e7-9a37565466fa, #wrap-s-e63092dc-8780-4701-84e7-9a37565466fa { display:none !important; }}@media (max-width: 767px){#s-e63092dc-8780-4701-84e7-9a37565466fa {
  
}
}
#s-e63092dc-8780-4701-84e7-9a37565466fa {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmEwM2E5ODgtZTZlMi00MTE5LTg1NjktMmI3MjYyZjUxOGU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYTAzYTk4OC1lNmUyLTQxMTktODU2OS0yYjcyNjJmNTE4ZTQpIi8+PC9zdmc+);
}








#s-e63092dc-8780-4701-84e7-9a37565466fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e63092dc-8780-4701-84e7-9a37565466fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78dcccfc-6404-4fbd-9df5-9444c6a65f6f {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-78dcccfc-6404-4fbd-9df5-9444c6a65f6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78dcccfc-6404-4fbd-9df5-9444c6a65f6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a50ea6f-86d1-4e29-a41f-06daabb338b5 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}







  #s-7a50ea6f-86d1-4e29-a41f-06daabb338b5 img.shogun-image {
    

    
    
    
  }


#s-7a50ea6f-86d1-4e29-a41f-06daabb338b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-123a846d-872f-4a65-8ef3-e707ad74c656 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-123a846d-872f-4a65-8ef3-e707ad74c656 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-7f1454cf-39d0-491d-8a2f-1549932162e1 {
  margin-bottom: 0.5em;
}

#s-586b17f1-027d-46b4-9970-c0d46e011851 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-586b17f1-027d-46b4-9970-c0d46e011851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-586b17f1-027d-46b4-9970-c0d46e011851"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-586b17f1-027d-46b4-9970-c0d46e011851"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-586b17f1-027d-46b4-9970-c0d46e011851"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-acf41d13-7e27-4e6b-bdcf-de729a9fb3fe {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-acf41d13-7e27-4e6b-bdcf-de729a9fb3fe img.shogun-image {
    

    
    
    
  }


#s-acf41d13-7e27-4e6b-bdcf-de729a9fb3fe .shogun-image-content {
  
    align-items: center;
  
}

#s-d057e320-6b6c-41cf-9425-784408955555 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-d057e320-6b6c-41cf-9425-784408955555 {
  margin-bottom: 1em;
}
}
#s-e1d3a419-fc5b-4396-8a98-4d5fbcd6cc77 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-e1d3a419-fc5b-4396-8a98-4d5fbcd6cc77 img.shogun-image {
    

    
    
    
  }


#s-e1d3a419-fc5b-4396-8a98-4d5fbcd6cc77 .shogun-image-content {
  
    align-items: center;
  
}

#s-62ed2520-2997-4fd1-8d8c-96880423036c {
  margin-top: 1em;
}

#s-5dfafa5d-b2bf-4d8d-b182-371bb822adcd {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-5dfafa5d-b2bf-4d8d-b182-371bb822adcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dfafa5d-b2bf-4d8d-b182-371bb822adcd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-5dfafa5d-b2bf-4d8d-b182-371bb822adcd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-5dfafa5d-b2bf-4d8d-b182-371bb822adcd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-27407def-cfb0-4fc6-a9c6-b9b62d1e7c81 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-27407def-cfb0-4fc6-a9c6-b9b62d1e7c81 img.shogun-image {
    

    
    
    
  }


#s-27407def-cfb0-4fc6-a9c6-b9b62d1e7c81 .shogun-image-content {
  
    align-items: center;
  
}

#s-1151feea-ca48-46b1-8fc5-33198022750a {
  margin-top: 1em;
}
@media (max-width: 767px){#s-1151feea-ca48-46b1-8fc5-33198022750a {
  margin-bottom: 1em;
}
}
#s-d7a937af-4f8e-4243-8df1-7c4ba7be6d7c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-d7a937af-4f8e-4243-8df1-7c4ba7be6d7c img.shogun-image {
    

    
    
    
  }


#s-d7a937af-4f8e-4243-8df1-7c4ba7be6d7c .shogun-image-content {
  
    align-items: center;
  
}

#s-f74652e9-648a-49bf-8476-e96e5632d1fe {
  margin-top: 1em;
}

#s-98a5f7a5-af45-425b-b113-0a7ca361b5d5 {
  margin-top: 1em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-98a5f7a5-af45-425b-b113-0a7ca361b5d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98a5f7a5-af45-425b-b113-0a7ca361b5d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-98a5f7a5-af45-425b-b113-0a7ca361b5d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-98a5f7a5-af45-425b-b113-0a7ca361b5d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-9240d0bc-43f2-426e-b54a-90ff5e60f329 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-9240d0bc-43f2-426e-b54a-90ff5e60f329 img.shogun-image {
    

    
    
    
  }


#s-9240d0bc-43f2-426e-b54a-90ff5e60f329 .shogun-image-content {
  
    align-items: center;
  
}

#s-57f53790-97ef-48f0-b389-1b90d9e49ced {
  margin-top: 1em;
}
@media (max-width: 767px){#s-57f53790-97ef-48f0-b389-1b90d9e49ced {
  margin-bottom: 1em;
}
}
#s-b9626e4f-2c94-482b-90d6-f5fd3e2c882b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-b9626e4f-2c94-482b-90d6-f5fd3e2c882b img.shogun-image {
    

    
    
    
  }


#s-b9626e4f-2c94-482b-90d6-f5fd3e2c882b .shogun-image-content {
  
    align-items: center;
  
}

#s-2faee2e2-9684-479f-be69-84ac889647bd {
  margin-top: 1em;
}

#s-519e6c7d-f8d8-4f03-973e-133c779db3fd {
  min-height: 50px;
}








#s-519e6c7d-f8d8-4f03-973e-133c779db3fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-519e6c7d-f8d8-4f03-973e-133c779db3fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62e5b583-0b28-47d0-a017-8fac35cfac08 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-62e5b583-0b28-47d0-a017-8fac35cfac08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62e5b583-0b28-47d0-a017-8fac35cfac08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7532d358-e67b-4cd9-a2f2-056630192a93 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-7532d358-e67b-4cd9-a2f2-056630192a93 img.shogun-image {
    

    
    
    
  }


#s-7532d358-e67b-4cd9-a2f2-056630192a93 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e796edd-0c4c-4cbc-b073-a8e9d141bb0a {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-2e796edd-0c4c-4cbc-b073-a8e9d141bb0a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-2e796edd-0c4c-4cbc-b073-a8e9d141bb0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-2e796edd-0c4c-4cbc-b073-a8e9d141bb0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-2e796edd-0c4c-4cbc-b073-a8e9d141bb0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-8ec86a59-917b-43f3-a841-6eba34f76466 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-8ec86a59-917b-43f3-a841-6eba34f76466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ec86a59-917b-43f3-a841-6eba34f76466.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3088501c-f04e-4b16-8782-93c899700025 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-3088501c-f04e-4b16-8782-93c899700025 img.shogun-image {
    

    
    
    
  }


#s-3088501c-f04e-4b16-8782-93c899700025 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0b8c250-a4fb-474f-8b61-db7385cd43fd {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d0b8c250-a4fb-474f-8b61-db7385cd43fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0b8c250-a4fb-474f-8b61-db7385cd43fd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-13c13f38-8795-41b1-87a7-c9ea2851be22 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-13c13f38-8795-41b1-87a7-c9ea2851be22 img.shogun-image {
    

    
    
    
  }


#s-13c13f38-8795-41b1-87a7-c9ea2851be22 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d0a24a6-7ef6-4619-8704-fc3345c0ea97 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-6d0a24a6-7ef6-4619-8704-fc3345c0ea97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d0a24a6-7ef6-4619-8704-fc3345c0ea97.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-265edc2c-c745-4298-9dc8-db2880bf3f6c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-265edc2c-c745-4298-9dc8-db2880bf3f6c img.shogun-image {
    

    
    
    
  }


#s-265edc2c-c745-4298-9dc8-db2880bf3f6c .shogun-image-content {
  
    align-items: center;
  
}

#s-d5855873-7737-48f5-a16d-d565972ed9d9 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d5855873-7737-48f5-a16d-d565972ed9d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5855873-7737-48f5-a16d-d565972ed9d9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e4940b6e-c8ef-4b77-83b7-0256af14e84e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-e4940b6e-c8ef-4b77-83b7-0256af14e84e img.shogun-image {
    

    
    
    
  }


#s-e4940b6e-c8ef-4b77-83b7-0256af14e84e .shogun-image-content {
  
    align-items: center;
  
}

#s-d2a4797d-f516-4a54-9be4-6f5be1b227ee {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-d2a4797d-f516-4a54-9be4-6f5be1b227ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-d2a4797d-f516-4a54-9be4-6f5be1b227ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-d2a4797d-f516-4a54-9be4-6f5be1b227ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-d2a4797d-f516-4a54-9be4-6f5be1b227ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-a490a46c-6a60-4dbf-bcf6-21ba501e3cb5 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-a490a46c-6a60-4dbf-bcf6-21ba501e3cb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a490a46c-6a60-4dbf-bcf6-21ba501e3cb5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8e75a00-87b0-4ee4-aa21-dfef5e58513d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-a8e75a00-87b0-4ee4-aa21-dfef5e58513d img.shogun-image {
    

    
    
    
  }


#s-a8e75a00-87b0-4ee4-aa21-dfef5e58513d .shogun-image-content {
  
    align-items: center;
  
}

#s-256ad7bf-14c2-46c6-bb6f-04f00fd19cc5 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-256ad7bf-14c2-46c6-bb6f-04f00fd19cc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-256ad7bf-14c2-46c6-bb6f-04f00fd19cc5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c3a1e379-6ba2-4fd7-a63d-e29db6b4289e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-c3a1e379-6ba2-4fd7-a63d-e29db6b4289e img.shogun-image {
    

    
    
    
  }


#s-c3a1e379-6ba2-4fd7-a63d-e29db6b4289e .shogun-image-content {
  
    align-items: center;
  
}

#s-5a6a3dec-5945-4079-9b93-11df714b457b {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-5a6a3dec-5945-4079-9b93-11df714b457b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a6a3dec-5945-4079-9b93-11df714b457b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73f3eb76-2fcf-426b-86eb-a2e3097755aa {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-73f3eb76-2fcf-426b-86eb-a2e3097755aa img.shogun-image {
    

    
    
    
  }


#s-73f3eb76-2fcf-426b-86eb-a2e3097755aa .shogun-image-content {
  
    align-items: center;
  
}

#s-132dc890-9d84-434d-a17e-f1be6f3ef99b {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-132dc890-9d84-434d-a17e-f1be6f3ef99b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-132dc890-9d84-434d-a17e-f1be6f3ef99b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e2b1f13c-6e4e-4ee5-a76f-7f9bad72f2a2 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-e2b1f13c-6e4e-4ee5-a76f-7f9bad72f2a2 img.shogun-image {
    

    
    
    
  }


#s-e2b1f13c-6e4e-4ee5-a76f-7f9bad72f2a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d618794e-1bca-44f6-95d9-f9c0d257d93d {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-d618794e-1bca-44f6-95d9-f9c0d257d93d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-d618794e-1bca-44f6-95d9-f9c0d257d93d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-d618794e-1bca-44f6-95d9-f9c0d257d93d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-d618794e-1bca-44f6-95d9-f9c0d257d93d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-037e24e1-c2bd-4a3d-b305-48e75d84084b {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-037e24e1-c2bd-4a3d-b305-48e75d84084b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-037e24e1-c2bd-4a3d-b305-48e75d84084b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dfce46ec-3af9-46a1-9d12-17dd29f537cb {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-dfce46ec-3af9-46a1-9d12-17dd29f537cb img.shogun-image {
    

    
    
    
  }


#s-dfce46ec-3af9-46a1-9d12-17dd29f537cb .shogun-image-content {
  
    align-items: center;
  
}

#s-440bfb29-f20d-46c1-8cb6-13fb69eec5ba {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-440bfb29-f20d-46c1-8cb6-13fb69eec5ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-440bfb29-f20d-46c1-8cb6-13fb69eec5ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-285023e3-f679-4343-bc48-b79671c037d8 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-285023e3-f679-4343-bc48-b79671c037d8 img.shogun-image {
    

    
    
    
  }


#s-285023e3-f679-4343-bc48-b79671c037d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f078708-97d4-471f-883c-8b6097fc1205 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-2f078708-97d4-471f-883c-8b6097fc1205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f078708-97d4-471f-883c-8b6097fc1205.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32939b8c-7b35-4215-8824-62c4c7a1b98d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-32939b8c-7b35-4215-8824-62c4c7a1b98d img.shogun-image {
    

    
    
    
  }


#s-32939b8c-7b35-4215-8824-62c4c7a1b98d .shogun-image-content {
  
    align-items: center;
  
}

#s-f502f2bb-45b8-4068-a3e7-4d228957d560 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-f502f2bb-45b8-4068-a3e7-4d228957d560 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f502f2bb-45b8-4068-a3e7-4d228957d560.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8ee5bc34-7d36-43d4-9830-71514f08ac76 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-8ee5bc34-7d36-43d4-9830-71514f08ac76 img.shogun-image {
    

    
    
    
  }


#s-8ee5bc34-7d36-43d4-9830-71514f08ac76 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a93ed6-c8ba-4adf-959c-1ccca3b5d2f4 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-f0a93ed6-c8ba-4adf-959c-1ccca3b5d2f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-f0a93ed6-c8ba-4adf-959c-1ccca3b5d2f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-f0a93ed6-c8ba-4adf-959c-1ccca3b5d2f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-f0a93ed6-c8ba-4adf-959c-1ccca3b5d2f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-00098419-0e55-471b-bcf6-2e6e083b7941 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-00098419-0e55-471b-bcf6-2e6e083b7941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00098419-0e55-471b-bcf6-2e6e083b7941.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6dc459f5-1fd1-433f-b4f9-462b6f1a9a36 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-6dc459f5-1fd1-433f-b4f9-462b6f1a9a36 img.shogun-image {
    

    
    
    
  }


#s-6dc459f5-1fd1-433f-b4f9-462b6f1a9a36 .shogun-image-content {
  
    align-items: center;
  
}

#s-c398a47d-0aef-4b04-9a5b-25d9569af8f6 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-c398a47d-0aef-4b04-9a5b-25d9569af8f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c398a47d-0aef-4b04-9a5b-25d9569af8f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a7169f7f-c4bd-45c9-bdb8-60d8c7de3892 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-a7169f7f-c4bd-45c9-bdb8-60d8c7de3892 img.shogun-image {
    

    
    
    
  }


#s-a7169f7f-c4bd-45c9-bdb8-60d8c7de3892 .shogun-image-content {
  
    align-items: center;
  
}

#s-4558c4d9-ff42-4b3e-8851-bcbc7b4b2a12 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-4558c4d9-ff42-4b3e-8851-bcbc7b4b2a12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4558c4d9-ff42-4b3e-8851-bcbc7b4b2a12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d9e13421-10e4-47b1-8f62-b8ece0c410aa {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-d9e13421-10e4-47b1-8f62-b8ece0c410aa img.shogun-image {
    

    
    
    
  }


#s-d9e13421-10e4-47b1-8f62-b8ece0c410aa .shogun-image-content {
  
    align-items: center;
  
}

#s-ba374eea-c43b-440c-ba87-bb2133cd7f0a {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ba374eea-c43b-440c-ba87-bb2133cd7f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba374eea-c43b-440c-ba87-bb2133cd7f0a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2bd09589-38c9-4cd6-80a7-f12413792e49 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-2bd09589-38c9-4cd6-80a7-f12413792e49 img.shogun-image {
    

    
    
    
  }


#s-2bd09589-38c9-4cd6-80a7-f12413792e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}
@media (max-width: 767px){#s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0 {
  display: none;
}
#s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0, #wrap-s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-9a05b824-4cfa-40d4-86b9-95f85dcaa1c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-a597a215-5a39-4efc-9940-8f1785cf75a2 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-a597a215-5a39-4efc-9940-8f1785cf75a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a597a215-5a39-4efc-9940-8f1785cf75a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c172ff87-546d-4693-bbee-fcced4669d41 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-c172ff87-546d-4693-bbee-fcced4669d41 img.shogun-image {
    

    
    
    
  }


#s-c172ff87-546d-4693-bbee-fcced4669d41 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ecdb517-05f2-46c7-9974-f19d6e2e185c {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-6ecdb517-05f2-46c7-9974-f19d6e2e185c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ecdb517-05f2-46c7-9974-f19d6e2e185c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0afa1edf-6aeb-4a63-a67a-4242f728f237 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-0afa1edf-6aeb-4a63-a67a-4242f728f237 img.shogun-image {
    

    
    
    
  }


#s-0afa1edf-6aeb-4a63-a67a-4242f728f237 .shogun-image-content {
  
    align-items: center;
  
}

#s-291d4c74-b75e-401e-b33a-20a961ad650e {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-291d4c74-b75e-401e-b33a-20a961ad650e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-291d4c74-b75e-401e-b33a-20a961ad650e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6dd8896e-7a76-4168-bc8c-5914ccf15b04 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-6dd8896e-7a76-4168-bc8c-5914ccf15b04 img.shogun-image {
    

    
    
    
  }


#s-6dd8896e-7a76-4168-bc8c-5914ccf15b04 .shogun-image-content {
  
    align-items: center;
  
}

#s-7498fa69-3939-47f4-96cb-908f21f91c43 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}
@media (min-width: 1200px){#s-7498fa69-3939-47f4-96cb-908f21f91c43 {
  display: none;
}
#s-7498fa69-3939-47f4-96cb-908f21f91c43, #wrap-s-7498fa69-3939-47f4-96cb-908f21f91c43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7498fa69-3939-47f4-96cb-908f21f91c43 {
  display: none;
}
#s-7498fa69-3939-47f4-96cb-908f21f91c43, #wrap-s-7498fa69-3939-47f4-96cb-908f21f91c43 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7498fa69-3939-47f4-96cb-908f21f91c43 {
  display: none;
}
#s-7498fa69-3939-47f4-96cb-908f21f91c43, #wrap-s-7498fa69-3939-47f4-96cb-908f21f91c43 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7498fa69-3939-47f4-96cb-908f21f91c43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-7498fa69-3939-47f4-96cb-908f21f91c43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-7498fa69-3939-47f4-96cb-908f21f91c43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-7498fa69-3939-47f4-96cb-908f21f91c43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-06f54d25-3594-4587-855d-9d08a04c79d7 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-06f54d25-3594-4587-855d-9d08a04c79d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06f54d25-3594-4587-855d-9d08a04c79d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f220f5a7-2244-469c-86e8-67294944b18d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-f220f5a7-2244-469c-86e8-67294944b18d img.shogun-image {
    

    
    
    
  }


#s-f220f5a7-2244-469c-86e8-67294944b18d .shogun-image-content {
  
    align-items: center;
  
}

#s-63a466ca-bdd4-4783-8c37-5c653e68f583 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-63a466ca-bdd4-4783-8c37-5c653e68f583 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a466ca-bdd4-4783-8c37-5c653e68f583.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ec2aac54-2a92-4350-909b-8f42090a0567 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-ec2aac54-2a92-4350-909b-8f42090a0567 img.shogun-image {
    

    
    
    
  }


#s-ec2aac54-2a92-4350-909b-8f42090a0567 .shogun-image-content {
  
    align-items: center;
  
}

#s-22029165-1a38-4ab0-baf8-ff6646cfd826 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-22029165-1a38-4ab0-baf8-ff6646cfd826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22029165-1a38-4ab0-baf8-ff6646cfd826.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-f54a9c3e-6540-4a20-a48b-97237805e7f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f54a9c3e-6540-4a20-a48b-97237805e7f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-f54a9c3e-6540-4a20-a48b-97237805e7f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-f54a9c3e-6540-4a20-a48b-97237805e7f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-90a79386-a045-416b-8fe3-8625b0fb8a56 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-90a79386-a045-416b-8fe3-8625b0fb8a56 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-90a79386-a045-416b-8fe3-8625b0fb8a56 td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-90a79386-a045-416b-8fe3-8625b0fb8a56 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-90a79386-a045-416b-8fe3-8625b0fb8a56 td.shogun-table-column, #s-90a79386-a045-416b-8fe3-8625b0fb8a56 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-091e353e-6bc8-4d72-a0bd-26dee09bc8f3 {
  min-height: 50px;
}








#s-091e353e-6bc8-4d72-a0bd-26dee09bc8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-091e353e-6bc8-4d72-a0bd-26dee09bc8f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60463632-9b6d-4518-9915-be9ce5404fdd .shogun-icon-wrapper {
  text-align: center;
}


#s-60463632-9b6d-4518-9915-be9ce5404fdd .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-6c4a2b23-399d-4109-b575-a5a116b338cb {
  min-height: 50px;
}








#s-6c4a2b23-399d-4109-b575-a5a116b338cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c4a2b23-399d-4109-b575-a5a116b338cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d1331bb-bdce-434e-8a95-16935c124ce8 .shogun-icon-wrapper {
  text-align: center;
}


#s-9d1331bb-bdce-434e-8a95-16935c124ce8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-84e77507-4241-4bcb-9000-5d2bac572ec7 {
  min-height: 50px;
}








#s-84e77507-4241-4bcb-9000-5d2bac572ec7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84e77507-4241-4bcb-9000-5d2bac572ec7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7430374-0f3c-4e43-9c9d-67b4db3c9423 .shogun-icon-wrapper {
  text-align: center;
}


#s-d7430374-0f3c-4e43-9c9d-67b4db3c9423 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(228, 186, 1, 1);
}

#s-4deef8eb-3148-46c6-81e1-f578eb8360e2 {
  min-height: 50px;
}








#s-4deef8eb-3148-46c6-81e1-f578eb8360e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4deef8eb-3148-46c6-81e1-f578eb8360e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51b5bba8-d6ab-4e02-b3b4-30099f91d8f0 .shogun-icon-wrapper {
  text-align: center;
}


#s-51b5bba8-d6ab-4e02-b3b4-30099f91d8f0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(228, 186, 1, 1);
}

#s-4c62adf0-ef89-4e25-b202-02b887af8c96 {
  min-height: 50px;
}








#s-4c62adf0-ef89-4e25-b202-02b887af8c96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c62adf0-ef89-4e25-b202-02b887af8c96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbab54fd-661a-4e79-8cdf-1edee642adae {
  min-height: 50px;
}








#s-fbab54fd-661a-4e79-8cdf-1edee642adae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbab54fd-661a-4e79-8cdf-1edee642adae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-411f6481-968c-4c92-b3e3-4256ea40425f .shogun-icon-wrapper {
  text-align: center;
}


#s-411f6481-968c-4c92-b3e3-4256ea40425f .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-51df2abe-c099-49d8-b1be-b5c58f012fec {
  min-height: 50px;
}








#s-51df2abe-c099-49d8-b1be-b5c58f012fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51df2abe-c099-49d8-b1be-b5c58f012fec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc3f606b-aa80-4967-8282-ad0e42e88e3d .shogun-icon-wrapper {
  text-align: center;
}


#s-dc3f606b-aa80-4967-8282-ad0e42e88e3d .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-60bb1080-96fa-4fa0-ac28-68ed24fb0641 {
  min-height: 50px;
}








#s-60bb1080-96fa-4fa0-ac28-68ed24fb0641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60bb1080-96fa-4fa0-ac28-68ed24fb0641.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98b5ff91-dcda-4dc2-b0e2-125dd5000053 .shogun-icon-wrapper {
  text-align: center;
}


#s-98b5ff91-dcda-4dc2-b0e2-125dd5000053 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-6c366103-c96d-404f-82dd-913bf2014a6a {
  min-height: 50px;
}








#s-6c366103-c96d-404f-82dd-913bf2014a6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c366103-c96d-404f-82dd-913bf2014a6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7d299b5-a212-46c2-bcc0-d5871777a94f .shogun-icon-wrapper {
  text-align: center;
}


#s-a7d299b5-a212-46c2-bcc0-d5871777a94f .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-10177b8e-cd5a-4294-af40-ff479c545355 {
  min-height: 50px;
}








#s-10177b8e-cd5a-4294-af40-ff479c545355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10177b8e-cd5a-4294-af40-ff479c545355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a187da8a-dcfa-40c9-b359-41182584c90d .shogun-icon-wrapper {
  text-align: center;
}


#s-a187da8a-dcfa-40c9-b359-41182584c90d .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-13ceda39-0375-42ed-9c4b-a07f8a2fa941 {
  min-height: 50px;
}








#s-13ceda39-0375-42ed-9c4b-a07f8a2fa941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13ceda39-0375-42ed-9c4b-a07f8a2fa941.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00e7c58a-0d44-4dca-b37f-b00a702dd736 .shogun-icon-wrapper {
  text-align: center;
}


#s-00e7c58a-0d44-4dca-b37f-b00a702dd736 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-36e24919-4026-4c14-858b-0c84e3f34d41 {
  min-height: 50px;
}








#s-36e24919-4026-4c14-858b-0c84e3f34d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36e24919-4026-4c14-858b-0c84e3f34d41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74b94ce6-a939-47ea-8e48-2e843010b023 {
  min-height: 50px;
}








#s-74b94ce6-a939-47ea-8e48-2e843010b023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74b94ce6-a939-47ea-8e48-2e843010b023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e06b32a-861d-403e-864b-1952b40377cd {
  min-height: 50px;
}








#s-1e06b32a-861d-403e-864b-1952b40377cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e06b32a-861d-403e-864b-1952b40377cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-903a3678-7b14-4deb-8652-cd7e69c34b37 {
  min-height: 50px;
}








#s-903a3678-7b14-4deb-8652-cd7e69c34b37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-903a3678-7b14-4deb-8652-cd7e69c34b37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7598344c-ae24-451f-8791-532ce5cd7e44 {
  min-height: 50px;
}








#s-7598344c-ae24-451f-8791-532ce5cd7e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7598344c-ae24-451f-8791-532ce5cd7e44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04119f7c-ac1a-4520-b3ac-8658785702ec {
  min-height: 50px;
}








#s-04119f7c-ac1a-4520-b3ac-8658785702ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04119f7c-ac1a-4520-b3ac-8658785702ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-820940bd-f213-40ea-b445-4fe98f84ae63 {
  min-height: 50px;
}








#s-820940bd-f213-40ea-b445-4fe98f84ae63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-820940bd-f213-40ea-b445-4fe98f84ae63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da0c3b06-3570-48c9-a4aa-34dcaecd083a {
  min-height: 50px;
}








#s-da0c3b06-3570-48c9-a4aa-34dcaecd083a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da0c3b06-3570-48c9-a4aa-34dcaecd083a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f98ab92-de8b-4004-89d9-936a95bca399 {
  min-height: 50px;
}








#s-1f98ab92-de8b-4004-89d9-936a95bca399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f98ab92-de8b-4004-89d9-936a95bca399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5114a4f-c2e1-4487-af45-b6a91a999eb6 .shogun-icon-wrapper {
  text-align: center;
}


#s-e5114a4f-c2e1-4487-af45-b6a91a999eb6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-96ce099c-c0fa-43f1-a50d-bf0f5f006c6d {
  min-height: 50px;
}








#s-96ce099c-c0fa-43f1-a50d-bf0f5f006c6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96ce099c-c0fa-43f1-a50d-bf0f5f006c6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdd3b0fd-0831-41f2-9a0e-7425953cc9c0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-bdd3b0fd-0831-41f2-9a0e-7425953cc9c0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-bdd3b0fd-0831-41f2-9a0e-7425953cc9c0 td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-bdd3b0fd-0831-41f2-9a0e-7425953cc9c0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-bdd3b0fd-0831-41f2-9a0e-7425953cc9c0 td.shogun-table-column, #s-bdd3b0fd-0831-41f2-9a0e-7425953cc9c0 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-0577d2fc-a988-45c2-8fca-be08fc62c48e {
  min-height: 50px;
}








#s-0577d2fc-a988-45c2-8fca-be08fc62c48e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0577d2fc-a988-45c2-8fca-be08fc62c48e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fa7191e-6037-4254-a08c-5ab203ff6f65 .shogun-icon-wrapper {
  text-align: center;
}


#s-8fa7191e-6037-4254-a08c-5ab203ff6f65 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-99bafd84-cc05-4169-ab3e-2c27553ac5bb {
  min-height: 50px;
}








#s-99bafd84-cc05-4169-ab3e-2c27553ac5bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99bafd84-cc05-4169-ab3e-2c27553ac5bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33b8ddf1-ecd3-41ee-85eb-64da13fbd871 .shogun-icon-wrapper {
  text-align: center;
}


#s-33b8ddf1-ecd3-41ee-85eb-64da13fbd871 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-22b2730f-7659-43b6-8457-a4ecae7807d7 {
  min-height: 50px;
}








#s-22b2730f-7659-43b6-8457-a4ecae7807d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b2730f-7659-43b6-8457-a4ecae7807d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cc7e254-bc95-43d5-8720-e5a182e98d13 .shogun-icon-wrapper {
  text-align: center;
}


#s-8cc7e254-bc95-43d5-8720-e5a182e98d13 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-444829aa-e08c-473a-b79a-c60c9141f675 {
  min-height: 50px;
}








#s-444829aa-e08c-473a-b79a-c60c9141f675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-444829aa-e08c-473a-b79a-c60c9141f675.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0bf72a9-feb4-4231-9121-7c197971ccfa .shogun-icon-wrapper {
  text-align: center;
}


#s-e0bf72a9-feb4-4231-9121-7c197971ccfa .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-e8c5cdef-c293-4c1f-b99a-8154186780e3 {
  min-height: 50px;
}








#s-e8c5cdef-c293-4c1f-b99a-8154186780e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8c5cdef-c293-4c1f-b99a-8154186780e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb0791e6-d8c3-4c65-9dc6-df3a27df8d35 .shogun-icon-wrapper {
  text-align: center;
}


#s-cb0791e6-d8c3-4c65-9dc6-df3a27df8d35 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-5f4f751d-6c9d-4529-89ba-5d846c26965b {
  min-height: 50px;
}








#s-5f4f751d-6c9d-4529-89ba-5d846c26965b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f4f751d-6c9d-4529-89ba-5d846c26965b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3bf0501a-2f54-4168-aeaa-03d25b241162 .shogun-icon-wrapper {
  text-align: center;
}


#s-3bf0501a-2f54-4168-aeaa-03d25b241162 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(228, 186, 1, 1);
}

#s-e19136bb-7b1f-4a81-901c-8758949553ff {
  min-height: 50px;
}








#s-e19136bb-7b1f-4a81-901c-8758949553ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e19136bb-7b1f-4a81-901c-8758949553ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f8d3615-514f-4eed-9af1-354d5be4105b {
  min-height: 50px;
}








#s-3f8d3615-514f-4eed-9af1-354d5be4105b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f8d3615-514f-4eed-9af1-354d5be4105b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-485fd151-7404-48d1-84bf-bf0e2eab10c1 {
  min-height: 50px;
}








#s-485fd151-7404-48d1-84bf-bf0e2eab10c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-485fd151-7404-48d1-84bf-bf0e2eab10c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-608d6828-e38a-41da-8ac7-79db52d3fcd4 .shogun-icon-wrapper {
  text-align: center;
}


#s-608d6828-e38a-41da-8ac7-79db52d3fcd4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-3a8a1aed-d77c-45b5-ab48-ec92346ad79a {
  min-height: 50px;
}








#s-3a8a1aed-d77c-45b5-ab48-ec92346ad79a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a8a1aed-d77c-45b5-ab48-ec92346ad79a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a211ea3-1d5c-4b2b-9202-1d11c53ce941 {
  min-height: 50px;
}








#s-1a211ea3-1d5c-4b2b-9202-1d11c53ce941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a211ea3-1d5c-4b2b-9202-1d11c53ce941.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3534d695-367b-4fd5-9b23-c269f7a0d42f {
  min-height: 50px;
}








#s-3534d695-367b-4fd5-9b23-c269f7a0d42f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3534d695-367b-4fd5-9b23-c269f7a0d42f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb252a70-8e3d-402a-9feb-66ffa731c821 {
  min-height: 50px;
}








#s-fb252a70-8e3d-402a-9feb-66ffa731c821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb252a70-8e3d-402a-9feb-66ffa731c821.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b1eb40e-9da7-4dfd-80b3-6479cffa3afe {
  min-height: 50px;
}








#s-9b1eb40e-9da7-4dfd-80b3-6479cffa3afe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b1eb40e-9da7-4dfd-80b3-6479cffa3afe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfabe6f2-ae2f-486e-b7f6-e56e086733ff {
  min-height: 50px;
}








#s-dfabe6f2-ae2f-486e-b7f6-e56e086733ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfabe6f2-ae2f-486e-b7f6-e56e086733ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68f20a8d-0365-40de-8949-e88a3e488860 {
  min-height: 50px;
}








#s-68f20a8d-0365-40de-8949-e88a3e488860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68f20a8d-0365-40de-8949-e88a3e488860.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56bfe5cf-0d4d-4657-8298-b7af5df2613b {
  min-height: 50px;
}








#s-56bfe5cf-0d4d-4657-8298-b7af5df2613b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56bfe5cf-0d4d-4657-8298-b7af5df2613b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb11d0c1-a370-4332-9bc3-6f33c2a543aa {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-cb11d0c1-a370-4332-9bc3-6f33c2a543aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb11d0c1-a370-4332-9bc3-6f33c2a543aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88356e7e-c41a-4d57-84b8-e9ec5528e7f8 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-88356e7e-c41a-4d57-84b8-e9ec5528e7f8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-313e96fd-2337-433c-b6b0-653b5cb1e041 {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-313e96fd-2337-433c-b6b0-653b5cb1e041"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-313e96fd-2337-433c-b6b0-653b5cb1e041"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-313e96fd-2337-433c-b6b0-653b5cb1e041"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-313e96fd-2337-433c-b6b0-653b5cb1e041"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-eb278946-d742-4e95-8422-c4b6824c7869 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eb278946-d742-4e95-8422-c4b6824c7869 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-f89e7c10-6502-4805-9513-3aae965976c3 {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-f89e7c10-6502-4805-9513-3aae965976c3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-343b8f9b-eae2-4bdb-9009-71bc8964f4b4 {
  text-align: left;
}

#s-343b8f9b-eae2-4bdb-9009-71bc8964f4b4 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-343b8f9b-eae2-4bdb-9009-71bc8964f4b4 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-343b8f9b-eae2-4bdb-9009-71bc8964f4b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-011dff26-a411-4023-bdad-f68fdd1d5521 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 1);
border-style: solid;
text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-011dff26-a411-4023-bdad-f68fdd1d5521 img.shogun-image {
  width: 100%;
}



}
#s-a93587c9-1d36-418b-91d6-fff08f472421 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-a93587c9-1d36-418b-91d6-fff08f472421 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-0441c7a2-1b7c-43c0-8872-f9ce2cdf1b5f {
  text-align: left;
}

#s-0441c7a2-1b7c-43c0-8872-f9ce2cdf1b5f .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-0441c7a2-1b7c-43c0-8872-f9ce2cdf1b5f .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-0441c7a2-1b7c-43c0-8872-f9ce2cdf1b5f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-53772a37-028c-4720-8852-bbb77eec46d9 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-53772a37-028c-4720-8852-bbb77eec46d9 img.shogun-image {
  width: 100%;
}



}
#s-57cd49b9-3d88-46ba-b076-9c7a4809e521 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-57cd49b9-3d88-46ba-b076-9c7a4809e521 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-f2f660ed-e50e-4cc5-b018-16942f91c422 {
  text-align: left;
}

#s-f2f660ed-e50e-4cc5-b018-16942f91c422 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-f2f660ed-e50e-4cc5-b018-16942f91c422 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-f2f660ed-e50e-4cc5-b018-16942f91c422 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ca6ea072-9259-4b2c-a5af-dba49430a7a5 img.shogun-image {
  width: 100%;
}



}
#s-cfaf46f2-c865-4e0e-9b78-e48eee4a79ac {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-cfaf46f2-c865-4e0e-9b78-e48eee4a79ac .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-39e7859f-963a-4122-a7bf-49ec48ff9b48 {
  text-align: left;
}

#s-39e7859f-963a-4122-a7bf-49ec48ff9b48 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-39e7859f-963a-4122-a7bf-49ec48ff9b48 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-39e7859f-963a-4122-a7bf-49ec48ff9b48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-2795d185-1f9d-454c-aa69-98c22f095deb {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2795d185-1f9d-454c-aa69-98c22f095deb img.shogun-image {
  width: 100%;
}



}
#s-aa7f85e3-68ff-4dd5-9e22-b9122432fac0 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-aa7f85e3-68ff-4dd5-9e22-b9122432fac0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-531752b4-d5e1-4e20-b1ed-1fb05fee27d0 {
  text-align: left;
}

#s-531752b4-d5e1-4e20-b1ed-1fb05fee27d0 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-531752b4-d5e1-4e20-b1ed-1fb05fee27d0 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-531752b4-d5e1-4e20-b1ed-1fb05fee27d0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bb2354e5-8925-4bfb-bc2d-196024aeb8ee img.shogun-image {
  width: 100%;
}



}
#s-ed964c13-57a9-46dd-b5d8-89bd0f76fcf0 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-ed964c13-57a9-46dd-b5d8-89bd0f76fcf0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-78e16e71-d98d-469a-9d12-ed7fdd3c8e0f {
  text-align: left;
}

#s-78e16e71-d98d-469a-9d12-ed7fdd3c8e0f .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-78e16e71-d98d-469a-9d12-ed7fdd3c8e0f .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-78e16e71-d98d-469a-9d12-ed7fdd3c8e0f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-99b758f3-6d7c-421e-aa4e-4eb0c43ce08e {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-99b758f3-6d7c-421e-aa4e-4eb0c43ce08e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99b758f3-6d7c-421e-aa4e-4eb0c43ce08e.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-dcea3193-971c-40e9-bbb5-66f82447c563"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcea3193-971c-40e9-bbb5-66f82447c563"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-dcea3193-971c-40e9-bbb5-66f82447c563"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-dcea3193-971c-40e9-bbb5-66f82447c563"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-dcea3193-971c-40e9-bbb5-66f82447c563"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-dcea3193-971c-40e9-bbb5-66f82447c563"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-dcea3193-971c-40e9-bbb5-66f82447c563"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-c8045257-3671-4607-a860-684c70faf963 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-c8045257-3671-4607-a860-684c70faf963 img.shogun-image {
    

    
    
    
  }


#s-c8045257-3671-4607-a860-684c70faf963 .shogun-image-content {
  
    align-items: center;
  
}

#s-83fb9454-6b31-4011-9e16-45a6e3e5b794 {
  margin-bottom: 0em;
}








#s-83fb9454-6b31-4011-9e16-45a6e3e5b794 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83fb9454-6b31-4011-9e16-45a6e3e5b794.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-703bb759-b33c-4c16-b58b-f6499ba709b4 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-703bb759-b33c-4c16-b58b-f6499ba709b4 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-703bb759-b33c-4c16-b58b-f6499ba709b4 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-703bb759-b33c-4c16-b58b-f6499ba709b4 {
  margin-top: 0em;
}
}






  #s-703bb759-b33c-4c16-b58b-f6499ba709b4 img.shogun-image {
    

    
    
    
  }


#s-703bb759-b33c-4c16-b58b-f6499ba709b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-36e1d3e1-6ba1-4323-aee8-26643b9c802a {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-36e1d3e1-6ba1-4323-aee8-26643b9c802a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-36e1d3e1-6ba1-4323-aee8-26643b9c802a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-36e1d3e1-6ba1-4323-aee8-26643b9c802a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-36e1d3e1-6ba1-4323-aee8-26643b9c802a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-f1d1604e-87e4-4221-b120-fc6a50660d1d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-f1d1604e-87e4-4221-b120-fc6a50660d1d img.shogun-image {
    

    
    
    
  }


#s-f1d1604e-87e4-4221-b120-fc6a50660d1d .shogun-image-content {
  
    align-items: center;
  
}

#s-5d474c8c-c131-4816-aefa-42b817f3989d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-5d474c8c-c131-4816-aefa-42b817f3989d img.shogun-image {
    

    
    
    
  }


#s-5d474c8c-c131-4816-aefa-42b817f3989d .shogun-image-content {
  
    align-items: center;
  
}

#s-1fd0456b-9025-42ef-8b74-e8077c66d7a0 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-1fd0456b-9025-42ef-8b74-e8077c66d7a0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.55;
}#s-1fd0456b-9025-42ef-8b74-e8077c66d7a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-f676c620-9f65-4aaf-b1de-386dc711411d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-f676c620-9f65-4aaf-b1de-386dc711411d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f676c620-9f65-4aaf-b1de-386dc711411d .shg-sld-nav-button.shg-sld-left,
#s-f676c620-9f65-4aaf-b1de-386dc711411d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1d92b639-4dd8-49a3-b0d0-8aeec9ba4ea1 {
  min-height: 50px;
}








#s-1d92b639-4dd8-49a3-b0d0-8aeec9ba4ea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d92b639-4dd8-49a3-b0d0-8aeec9ba4ea1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b9b4f86-0c35-404a-8448-6ed79cd5b0db {
  max-width: 200px;
}

#s-5b9b4f86-0c35-404a-8448-6ed79cd5b0db .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-5b9b4f86-0c35-404a-8448-6ed79cd5b0db table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5b9b4f86-0c35-404a-8448-6ed79cd5b0db td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5b9b4f86-0c35-404a-8448-6ed79cd5b0db td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-5b9b4f86-0c35-404a-8448-6ed79cd5b0db td.shogun-table-column, #s-5b9b4f86-0c35-404a-8448-6ed79cd5b0db td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-e19b8e36-e8d8-4a49-8599-80d1e6bde08a .shogun-icon-wrapper {
  text-align: center;
}


#s-e19b8e36-e8d8-4a49-8599-80d1e6bde08a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-dfc18951-40c2-4ec8-81da-3caa4deb68b6 .shogun-icon-wrapper {
  text-align: center;
}


#s-dfc18951-40c2-4ec8-81da-3caa4deb68b6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-c24db2ab-5a80-4e0e-8ebf-4ce54dec20da .shogun-icon-wrapper {
  text-align: center;
}


#s-c24db2ab-5a80-4e0e-8ebf-4ce54dec20da .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-c15b2394-d521-4472-82ab-217474f1cefe .shogun-icon-wrapper {
  text-align: center;
}


#s-c15b2394-d521-4472-82ab-217474f1cefe .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-543cdf24-cf6d-4ec0-8cd0-01600fe3f89a .shogun-icon-wrapper {
  text-align: center;
}


#s-543cdf24-cf6d-4ec0-8cd0-01600fe3f89a .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-fcfe219c-4183-4cbd-a306-7cd7c0f28623 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcfe219c-4183-4cbd-a306-7cd7c0f28623 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-f2adb63e-bc93-4a54-84bf-29c8ff0a961d {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2adb63e-bc93-4a54-84bf-29c8ff0a961d {
  max-width: 100%;
}
}@media (max-width: 767px){#s-f2adb63e-bc93-4a54-84bf-29c8ff0a961d {
  max-width: 100%;
}
}
#s-11d35a83-214b-4af8-9c07-948742b9f33a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11d35a83-214b-4af8-9c07-948742b9f33a .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



#s-9936fe6a-5f00-4211-9ca6-4de99d391b43 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9936fe6a-5f00-4211-9ca6-4de99d391b43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9936fe6a-5f00-4211-9ca6-4de99d391b43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1edfed77-c1c8-4244-ac03-499722d3c193 {
  max-width: 200px;
}

#s-1edfed77-c1c8-4244-ac03-499722d3c193 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1edfed77-c1c8-4244-ac03-499722d3c193 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1edfed77-c1c8-4244-ac03-499722d3c193 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1edfed77-c1c8-4244-ac03-499722d3c193 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-1edfed77-c1c8-4244-ac03-499722d3c193 td.shogun-table-column, #s-1edfed77-c1c8-4244-ac03-499722d3c193 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3e8799b2-78c6-4783-a40f-e75b1896314d .shogun-icon-wrapper {
  text-align: center;
}


#s-3e8799b2-78c6-4783-a40f-e75b1896314d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-55c104b1-4798-4ace-b328-e5fe6f5146ae .shogun-icon-wrapper {
  text-align: center;
}


#s-55c104b1-4798-4ace-b328-e5fe6f5146ae .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-4348fecb-536b-484e-bfb6-d4718a09eb5d .shogun-icon-wrapper {
  text-align: center;
}


#s-4348fecb-536b-484e-bfb6-d4718a09eb5d .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-6038496a-219e-49cc-95b2-cec5d7ec5c07 .shogun-icon-wrapper {
  text-align: center;
}


#s-6038496a-219e-49cc-95b2-cec5d7ec5c07 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-fbdfa413-7744-4247-814b-a440867cc568 .shogun-icon-wrapper {
  text-align: center;
}


#s-fbdfa413-7744-4247-814b-a440867cc568 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-65ec4974-d8bf-4cae-9109-87547a16670c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65ec4974-d8bf-4cae-9109-87547a16670c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-bff7cc7b-d9ce-4c12-ac7a-b2b6bf012c5c {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bff7cc7b-d9ce-4c12-ac7a-b2b6bf012c5c {
  max-width: 100%;
}
}@media (max-width: 767px){#s-bff7cc7b-d9ce-4c12-ac7a-b2b6bf012c5c {
  max-width: 100%;
}
}
#s-9b002582-949b-4c57-9e09-420024c1b126 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b002582-949b-4c57-9e09-420024c1b126 .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}